Skip to content

Latest commit

 

History

History
159 lines (122 loc) · 7.56 KB

CHANGELOG.md

File metadata and controls

159 lines (122 loc) · 7.56 KB

Changelog

0.13.0.dev - 2023-12-29

New Features and Improvements

  • Added desktop shortcuts
    • Add profile from clipboard by pressing CTRL+V (CMD+V on macOS)
    • Close App window by pressing CTRL+W (CMD+W on macOS)
    • Quit App by pressing CTRL+Q (CMD+Q on macOS)
    • Open settings page by pressing CMD+, on macOS
  • Added Android high refresh rate screen support

Bug Fixes

  • Fixed silent start bug where screen would blink
  • Refactored Window management and system tray, fixing minor bugs
  • Fixed windows portable release again!

0.12.3 - 2023-12-28

New Features and Improvements

  • Added version number in window title on desktop
  • Added Afghanistan (af) region with default bypass rules

Bug Fixes

  • Fixed modal bug where config options were unmodifiable. PR#267 by 在7楼
  • Fixed windows portable release

0.12.2 - 2023-12-23

New Features and Improvements

  • Updated Sing-box to Version 1.7.6

Bug Fixes

  • Fixed app log file not including stacktrace
  • Fixed initialization process failing for non-essential dependencies
  • Fixed analytics preferences requiring app restart

0.12.1 - 2023-12-21

Bug Fixes

0.12.0 - 2023-12-20

New Features and Improvements

  • Added TLS Tricks (experimental)
    • Including TLS fragments and Mixed SNI case. This feature might effect performance and battery life
  • Added dynamic notification on Android
    • Active profile name and transfer speed are now shown in notification
  • Added basic D-pad support for Android TV
  • Added soffchen to recommended geo assets
  • Added option to reset Config Options
  • Improved text input field's accessibility and traversal

Bug Fixes

  • Refactored significant portions of the app
  • Fixed incorrect profile parsing when missing headers
  • Fixed geo assets bug where assets were deactivated
  • Changed default memory limit option on desktop, fixing out of memory bug on macOS
  • Fixed macOS icon
  • Fixed system tray behavior
  • Fixed incorrect casing of locale names
  • Updated sing-box to version 1.7.0
  • Fixed Chinese typography bug (thanks to betaxab)
  • Fixed localization mistakes in Russian. PR#189 by jomertix

0.11.1 - 2023-11-19

Bug Fixes

  • Fixed Android manifest bug.

0.11.0 - 2023-11-19

New Features and Improvements

  • Changed Responsive UI Behavior
    • Now app is responsive on all platforms with appropriate routing setup.
  • Added Simplified Service Modes
    • Choose between VPN(Tun), System Proxy and Proxy only modes. (System Proxy available on desktop)
  • Added Share Functionality
    • Share configuration as json(export to clipboard) or share subscription link as QR code.
  • Redesigned System Tray on Desktop
    • Options have been simplified and a new mode selector and navigation options are added.
  • Added Privilege Checks for VPN(TUN) on Desktop
  • Added Auto Connect on Start
    • On desktop, app will try to connect to the last used profile on startup. (if last session was not explicitly disconnected by the user)
  • Added AppCast Update Checker
    • Checking for new versions of the app will use a more reliable approach on all platforms.
  • Added Geo Asset Settings
    • Update geo assets and use recommended providers
  • Added winget Release
    • Now you're able to install and update Hiddify Next on Windows using winget.
  • Added Turkish Translations. PR#173 by Hasan Karlı
  • Changed in-app Toasts
  • Updated Core Sing-box Version to 1.7.0
  • Improved Network Reliability While Adding/Updating Subscriptions
  • Improved QR Code Scanner

Bug Fixes

0.10.0 - 2023-10-27

New Features and Improvements

  • Added Basic region-based routing rules
    • Based on your selected region (Iran, China or Russia), local ip and domains are bypassed.
  • Redesigned Logs page
    • Now you're able to pause stream and clear logs. Also logs are delivered more consistently, with less resource consumption.
  • Added tag of selected outbound of selectors to proxies page
    • Selected outbound tag of selectors like URLTests are now shown in other selectors as well.
  • Added color to delay number in proxies page
  • Memory limit option
    • Limit sing-box core memory usage.
  • Revamped theme preferences settings
  • Added initial iOS implementation. PR#98 by GFWFighter
  • Added Russian region
  • Added Terms and Conditions and Privacy policy to about page

Bug Fixes

  • Removed reconnection on auto profile updates
  • Fixed filtering logs by level
  • Fixed localization mistakes in Russian. PR#95 by solokot
  • Fixed localization mistakes in Russian. PR#74 by Elshad Guseynov