Skip to content

Releases: CodeDead/Advanced-PassGen

Advanced PassGen v2.1.0

03 Nov 20:07
69ebbd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

Advanced PassGen v2.0

17 Oct 16:24
Compare
Choose a tag to compare

Information

Advanced PassGen

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

03 Aug 13:50
Compare
Choose a tag to compare
  • 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

11 May 06:07
Compare
Choose a tag to compare
  • 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

07 Jan 19:09
Compare
Choose a tag to compare
  • 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

12 Sep 17:47
Compare
Choose a tag to compare
  • Fixed a rare crash that might occur when the character set is empty
  • Included latest theme version

Advanced PassGen 1.5

08 Sep 15:35
Compare
Choose a tag to compare
  • 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

28 Jun 17:10
Compare
Choose a tag to compare
  • 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

12 Sep 22:17
Compare
Choose a tag to compare
  • Added password advisor tool
  • Fixed contextmenu for password list
  • Fixed delimiter bug
  • Code clean-up

Advanced PassGen 1.2

10 Sep 23:43
Compare
Choose a tag to compare
  • 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