Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimserene committed Feb 6, 2025
1 parent 8834996 commit 2729556
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

---

## [1.11.0] - 2025-02-06
### Added
- implemented logging system (very WIP)
- "Remove user_settings.json" Button

### Fixed
- Blinking malfunctional and starts multiple instances
- Minor bug fixes, tweaks, code clean up, restructure, etc.

---

## [1.10.6] - 2025-02-05
### Fixed
- Fixed selection filter crash
Expand Down
4 changes: 2 additions & 2 deletions ModpackManager-main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# Detect OS and set default settings
############################################################

DATE = "2025/02/05"
DATE = "2025/02/06"
ITERATION = "30"
VERSION = Version("1.10.6")
VERSION = Version("1.11.0")

system_platform = platform.system()

Expand Down
Binary file modified dist/ModpackManager-main.exe
Binary file not shown.

0 comments on commit 2729556

Please sign in to comment.