Releases: guijan/dictpw
Releases · guijan/dictpw
dictpw 1.3.0
Changes in dictpw 1.3.0:
- Small performance tweak on UCRT
- Small tweaks to the manual
- Fix broken FreeBSD capsicum usage
- Don't force LTO
- Fix broken cross compiling
- Integrate the installer with Meson
- Change the installer's compression algorithm to LZMA to improve ratios
- Change to Inno Setup for the Windows installer for improved ARM support
- Set documentation read only on Windows to prevent accidental modification
- Add a portable install option to the Windows installer
- Add an option to add the program to $env:PATH on Windows
- Windows on 32-bit ARM support (for how long?)
- Make building the Windows installer optional
dictpw 1.2.0
Changes in dictpw 1.2.0:
- Make changelogs readable when concatenated
- Overhaul capability limitations to be more portable and strict
- Port to Visual Studio
- Port to Windows AArch8
- Add cross compilation support
- Switch the Windows manual to plaintext
- Make deleting the uninstaller the last step in the uninstallation process
- Uninstall a previously installed version of the program before installing a
new one to delete old files - Remove the old NSIS UI to cut down on useless choice
- Fix a random text file being installed to a bogus directory on Cygwin
- Guarantee text files installed by the installer have DOS newlines on Windows
dictpw v1.1.0
- Add Windows port and installer
- Add libobsd subproject so Meson can fallback to it
- Add CI