We're excited to announce the official 1.0.0 release of SimpleLogs! This release includes several usability improvements and optimizations.
What's New
New Features
- Interactive Log Level Analysis: Click directly on log levels in the analysis view to automatically filter logs by that level
- Improved Dashboard Access: Dashboard toggle button now positioned on the left side of the toolbar for easier access
Changes
- UI Refinements: Improved layout and organization of the toolbar elements
- TypeScript Code Quality: Enhanced type safety throughout the codebase
- Performance Optimizations: Improved rendering and filtering performance
Removed Features
- Log Comparison Tool: This feature has been removed to streamline the UI and focus on core monitoring functionality
Bug Fixes
- Fixed various ESLint and TypeScript type issues
- Resolved potential undefined state issues with analyzer references
- Improved error handling throughout the extension
Installation
To install SimpleLogs:
- Open VS Code
- Go to the Extensions view
- Search for "SimpleLogs"
- Click Install
Once installed, you'll see a new SimpleLogs icon in the Activity Bar. Click it to open the SimpleLogs view and start monitoring your logs.
Technical Details
Development Updates
- Updated all dependencies to latest versions
- Improved build and packaging process
- Enhanced code quality and maintainability