Skip to content

Commit 032fe0f

Browse files
committed
chore(release): v2.1.1
1 parent f686f1b commit 032fe0f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v2.1.1] - 2025-03-13
9+
### Added
10+
- 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))
11+
12+
### Changed
13+
- Property list structure has been reformatted for simplicity and efficiency. ([Docs](https://patcher.liquidzoo.io/user/plist.html))
14+
- All property list methods refactored into own `PropertyListManager` class for separation of concerns
15+
16+
### Fixed
17+
- An issue with bold fonts not be adding properly, leading to unhandled FPDF exceptions
18+
- `404` status responses are properly handled during app matching process instead of raising an `APIResponseError` ([#26](https://github.com/liquidz00/Patcher/issues/26))
19+
- Prevent inaccurate setup runs by checking property list migration before setup completion
20+
821
## [v2.1.0] - 2025-02-15
922
### Added
1023
- Export command defaults to exporting to all file formats (Excel, PDF, and HTML), with the `--format` option allowing for export of specific formats if desired

0 commit comments

Comments
 (0)