We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ed2f2 commit 683f4ccCopy full SHA for 683f4cc
CHANGELOG.md
@@ -3,6 +3,10 @@
3
All major and minor version changes will be documented in this file. Details of
4
patch-level version changes can be found in [commit messages](../../commits/master).
5
6
+## 2024.1.1 - 2024/09/13
7
+
8
+- compress images
9
10
## 2024.1 - 2024/09/13
11
12
- default to use python sarc package for building, may still use `SwitchTheme.exe` as before
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nxtheme_creator"
-version = "2024.1"
+version = "2024.1.1"
license = "gpl-2.0-or-later"
description = "Tool for making custom Nintendo Switch themes using `SwitchThemes.exe` with images, and a simple config"
authors = ["FredHappyface"]
0 commit comments