Skip to content

Releases: dev-AshishRanjan/proxy-manager

v1.0.3

16 Jan 22:27
Compare
Choose a tag to compare

Version 2.1.0 Release Notes

We're thrilled to present version 2.1.0 of our app, featuring important updates that enhance your overall experience.

What's New:

  1. Code Optimization for Development Environment:

    • We've refined the application code to better align with development environments. The isDev flag has been updated for improved clarity.
    • Previously: const isDev = process.env.NODE_ENV !== "production";
    • Now: const isDev = process.env.NODE_ENV === "development"; //change it to (!=="production")
  2. Icon Path Fixes for a Polished Appearance:

    • We've addressed issues with icon paths, ensuring that icons display correctly in the build version.
    • This update guarantees a visually pleasing and cohesive look for your app's graphical elements.

v1.0.2

16 Jan 21:54
Compare
Choose a tag to compare

Version 1.0.2 Release Notes

We're excited to announce the latest release of our app, version 2.0.0, packed with new features, improvements, and enhancements to elevate your user experience.

What's New:

  1. Proxy Settings Management:

    • Easily configure and manage system-wide proxy settings directly from the app.
    • Seamlessly toggle between different proxy configurations for a more personalized browsing experience.
  2. Enhanced Git Integration:

    • Effortlessly set and unset proxy settings for Git within the app, streamlining your version control workflow.
    • Improved compatibility with various Git versions and configurations.
  3. User Interface Refinement:

    • A fresh, modern look with refined UI elements for a more intuitive and enjoyable user experience.
    • Streamlined navigation for quick access to key features.
  4. Performance Optimizations:

    • Under-the-hood improvements for enhanced app performance.
    • Faster loading times and smoother interactions.