|
1 | | -## [1.2.1.0] - xx-xx-xxxx |
2 | | - |
3 | | -### Add |
4 | | -- |
5 | | - |
6 | | -### Changed |
7 | | -- |
8 | | - |
9 | | -### Fixed |
10 | | -- |
11 | | - |
12 | | -## [1.2.0.0] - xx-xx-xxxx |
13 | | - |
14 | | -## [1.1.0.0] - xx-xx-xxxx |
15 | | - |
16 | | -## [1.0.0.2] - xx-xx-xxxx |
17 | | - |
18 | | -## [1.0.0.1] - xx-xx-xxxx |
19 | | - |
20 | | -Initial release of the tool |
| 1 | +Chengelog format will be never from here. |
| 2 | + |
| 3 | +## Version 1.3.0.0 (18-07-2024): |
| 4 | +- Add support for Microsoft Trusted Signing |
| 5 | +- Add check for if tool is code signed (via Windows API, valid or valid with my Code Signing Certificate via Thumbprint hosted on GitHub) |
| 6 | +- Add multiple timestamp servers- Add save to logfile |
| 7 | +- Bug fixes |
| 8 | + Like Certificate Store certs will reset on every sign |
| 9 | + |
| 10 | +## Version 1.2.2.0 (04-07-2024): |
| 11 | +- Add code to DPI aware and SignTool via API |
| 12 | +- Add more status messages to statusstrip for file operations |
| 13 | +- Performance tweaks |
| 14 | +- Change arch for default signtool.exe |
| 15 | +- GUI changes |
| 16 | +- Bug fixes |
| 17 | + |
| 18 | +## Version 1.2.1.0 (09-08-2023): |
| 19 | +- Major release |
| 20 | +- Added feature to find if signtool.exe is installed on the computer |
| 21 | +- UI updates |
| 22 | +- Add new feature for reset interface |
| 23 | +- Add new feature for counting files |
| 24 | +- Bug fixes like certificate information not showing up if saved cert at startup |
| 25 | +- Minor changes |
| 26 | +- Update shipped signtool.exe to last v. |
| 27 | +- Updated to.net 4.8 |
| 28 | + |
| 29 | +## Version 1.2.0.0 (30-06-2022): |
| 30 | +- Feature additions |
| 31 | +- Addressed issues |
| 32 | + |
| 33 | +## Version 1.0.4.0 (31-05-2021): |
| 34 | +- Significant changes of logic and signing |
| 35 | +- Overhauled GUI |
| 36 | + |
| 37 | +## Version 1.0.3.0 (30-04-2021): |
| 38 | +- Fixed some bugs when signing multiple files at once from a folder |
| 39 | +- Fixed issue for ECC SHA512 bug |
| 40 | +- Performance enhancements |
| 41 | + |
| 42 | +## Version 1.0.2.0 (31-03-2021): |
| 43 | +- More features added |
| 44 | +- Several fixes in GUI text |
| 45 | +- Performance tweaks |
| 46 | +- UI enhancements |
| 47 | + |
| 48 | +## Version 1.0.1.0 (21-01-2021): |
| 49 | +- Initial updates |
| 50 | +- Bug fixes |
| 51 | + |
| 52 | +## Version 1.0.0.0 (11-01-2021): |
| 53 | +- First release |
0 commit comments