Releases: CodeDead/Advanced-PassGen
Advanced PassGen v2.1.0
What's Changed
- Fixed an issue that caused incorrect number parsing, generate passwor… by @CodeDead in #15
- German translation by @uDEV2019 in #16
- Added a language menu in the top bar and a setting to disable it by @CodeDead in #17
- Feature/native password generator by @CodeDead in #18
- UI improvements for mobile by @CodeDead in #19
- Added Russian, refactoring by @CodeDead in #20
- Added Japanese by @CodeDead in #21
- Added a setting to make the clipped drawer always visible by @CodeDead in #22
- Update rust version by @CodeDead in #23
- Release/v2.1.0 by @CodeDead in #24
New Contributors
Full Changelog: v2.0.0...v2.1.0
Advanced PassGen v2.0
Information
As time goes on, so do our applications. We've just released Advanced PassGen 2.0, which is a complete rewrite of the application.
We've removed the .NET dependency and instead opted to rewrite it into a Tauri application.
The reason behind this is that we want to be able to create applications that are cross-platform, without having to use Electron or .NET.
.NET does not offer cross-platform UI tools, which is why we've opted to use Tauri. Tauri is a great alternative to Electron, as it is a lot faster and uses less resources.
This means that Advanced PassGen is now a native application, which runs in your system's WebView, which is much faster and more lightweight than
what the previous version used (e.g. the .NET Framework).
In addition, because we are using Tauri, Advanced PassGen will run on macOS, Windows and Linux without requiring any dependencies to be installed!
What's Changed
- Complete rewrite in Tauri + React
- Added Dutch translation
- Added French translation
- Simplified Settings window
- Fixed #4
- Fixed #3
Full Changelog: 1.7.1...v2.0.0
Advanced PassGen 1.7.1
- Added the ability to export data as a JSON file
- Fixed copying multiple items to the clipboard not working
- Fixed a possible crash to desktop when copying text to the clipboard
- Included latest theme version
- Included latest UpdateManager version
Advanced PassGen 1.7
- Upgraded to .NET Framework 4.8
- Added help documentation
- Added window dragging setting
- Added a setting for window opacity
- Added a setting for resize border
- Added a menu to the main window
- Added an about window
- Added ability to export to Excel
- Added ability to sort password list
- Added export capabilities to menu and context menu
- Added ability to retain options that are selected by the user
- Added a setting to allow or prevent duplicate passwords
- Added more tooltips
- Updated password advisor to be more accurate
- Design changes
- Included latest theme version
- Included latest UpdateManager version
Advanced PassGen 1.6
- Added convert to base64 feature
- Added new special characters
- Added brackets feature
- Added spaces feature
- Fixed a possible null reference bug that could cause unexpected results
- Compressed certain images to save memory space
- Changed default CSV delimiter character to default CSV format
- Updated password advisor to be more accurate
- Minor design changes
- Upgraded to .NET Framework 4.7.1
- Included latest theme version
Advanced PassGen 1.5.1
- Fixed a rare crash that might occur when the character set is empty
- Included latest theme version
Advanced PassGen 1.5
- Added ability to generate random password seeds
- Minor design changes to Main window
- Minor design changes to Settings window
- Minor design fixes
- Optimized image sizes
- Fixed error that might occur when saving settings due to the password strength indicator
- Improved memory performance
- Included latest theme version
Advanced PassGen 1.4
- Upgraded to .NET 4.7
- Added tooltips
- Added new special characters
- Added a new theme
- Advisor will now hide the password
- Improved code
- Improved password advisor
- Fixed password advisor bug
- Fixed spelling mistakes
- Removed unused code
- Minor design changes
- Make use of HTTPS for update checking
- Included UpdateManager to manage updates
- Included latest theme version
Advanced PassGen 1.3
- Added password advisor tool
- Fixed contextmenu for password list
- Fixed delimiter bug
- Code clean-up
Advanced PassGen 1.2
- Added ability to export list as CSV
- Added password strength indicator
- Added ability to export strength indicator
- Added settings for exporting
- Added settings for theme style
- Added settings for border thickness
- Code cleanup
- Improved GUI performance
- Design changes
- Using latest theme version