Skip to content

Commit 74ccfd8

Browse files
docs: add v1.2.0 changelog entry
1 parent 5ce740c commit 74ccfd8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

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

8+
## [1.2.0] - 2026-03-04
9+
10+
### Changed
11+
- **Module Rename:** `src/` renamed to `steam_library_manager/` for PEP 423 compliance.
12+
The generic module name `src` conflicts with other packages when installed system-wide.
13+
`steam_library_manager` is globally unique and enables proper Python packaging.
14+
(Requested by AUR user yochananmarqos)
15+
16+
### Fixed
17+
- **AUR:** DATA_DIR now uses XDG_DATA_HOME for all install types (fixes PermissionError crash)
18+
- **AUR:** Icons use correct reverse-DNS names (io.github.switch_bros.SteamLibraryManager)
19+
- **Images:** All PEGI icons, default placeholders, and QR login converted from PNG to WebP
20+
821
## [1.1.1] - 2026-02-27
922

1023
### Added

0 commit comments

Comments
 (0)