Skip to main content

14 posts tagged with "release"

View All Tags

We're excited to announce the release of SimpleLogs v1.0.6, bringing important optimizations to the extension package.

What's New

This update focuses on performance and efficiency improvements:

  • Optimized Extension Package: Significantly reduced file size and improved load times
  • Enhanced Bundling: Better code bundling for faster activation and reduced memory usage
  • GitHub Repository Integration: Added repository information for easier community contributions

Why This Matters

Extension performance is crucial for a seamless VS Code experience. With this update, SimpleLogs now loads faster and consumes fewer system resources, allowing you to focus on monitoring your logs without impacting your editor's performance.

The improved bundling ensures that only the necessary files are included in the extension package, making installation quicker and reducing the overall footprint of the extension in your VS Code environment.

Upgrading

To upgrade to the latest version, simply use the Extensions panel in VS Code:

  1. Open VS Code
  2. Click the Extensions icon in the sidebar
  3. Find SimpleLogs in your installed extensions
  4. Click the Update button

Alternatively, you can download the latest version directly from the VS Code Marketplace.

Feedback

We value your input! If you have any feedback or suggestions, please open an issue on GitHub to help us continue improving SimpleLogs.

We're pleased to announce the release of SimpleLogs v1.0.2, focused on improving the monitoring experience when working with rapidly updating log files.

What's New

This update improves the auto-scrolling functionality in log views for a better monitoring experience:

  • Enhanced Auto-Scroll: More reliable tracking of newly added log entries ensures you never miss important updates
  • Improved Performance: Better handling of rapidly changing log files with incremental rendering
  • Fixed UI Header: The header with filters and buttons now remains visible when scrolling through logs

Upgrading

To upgrade to the latest version, simply use the Extensions panel in VS Code:

  1. Open VS Code
  2. Click the Extensions icon in the sidebar
  3. Find SimpleLogs in your installed extensions
  4. Click the Update button

Alternatively, you can download the latest version directly from the VS Code Marketplace.

Technical Details

For those interested in the technical aspects of this release, we've improved the log content rendering by implementing:

  • Efficient DOM updates for incremental content rendering
  • Optimized scroll position management using requestAnimationFrame
  • Improved fixed positioning for header elements with proper spacing

These improvements ensure a smoother experience when monitoring high-volume logs with frequent updates.

We've released a compatibility update for SimpleLogs that allows the extension to work with newer versions of VS Code.

What's New

This is a compatibility update with the following changes:

  • Updated VS Code engine compatibility to support all versions from 1.74.0 and up
  • Fixed installation issues with VS Code versions higher than 1.74.0

Upgrading

To upgrade to the latest version, simply use the Extensions panel in VS Code:

  1. Open VS Code
  2. Click the Extensions icon in the sidebar
  3. Find SimpleLogs in your installed extensions
  4. Click the Update button

Alternatively, you can download the latest version directly from the VS Code Marketplace.

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:

  1. Open VS Code
  2. Go to the Extensions view
  3. Search for "SimpleLogs"
  4. 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