You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [v2.1.2] - 2025-03-14
9
+
### Changed
10
+
- Problematic Installomator labels are now handled gracefully instead of raising exceptions ([#28](https://github.com/liquidz00/Patcher/issues/28))
11
+
- PDF classes have been refactored to resolve FPDF Deprecation warnings around `ln=True` usage
12
+
13
+
### Fixed
14
+
- An issue with HTML template path reference ([#27](https://github.com/liquidz00/Patcher/issues/27))
15
+
- CLI entry point references the correct property list value for HTML report titles
16
+
8
17
## [v2.1.1] - 2025-03-13
9
18
### Added
10
19
- Installomator support can be disabled should it not align with the security standards of your environment ([Docs](https://patcher.liquidzoo.io/user/installomator_support.html#disabling-installomator))
0 commit comments