We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ba65b commit e42b024Copy full SHA for e42b024
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# Changelog
2
+## [0.12.0] - 2022-09-18
3
+### Added
4
+- Archive (activated in characters window). When archived, the savegame is moved so is hidden from game.
5
+
6
+### Changed
7
+- Font replaced.
8
9
## [0.11.3] - 2022-09-05
10
### Added
11
- French translation (by [EtienneLamoureux](https://github.com/EtienneLamoureux))
build.gradle
@@ -27,7 +27,7 @@ sourceSets {
27
28
OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
29
ext.distAppName = 'TQRespec'
30
-version = '0.11.3'
+version = '0.12.0'
31
sourceCompatibility = JavaVersion.VERSION_17
32
ext.moduleName = 'br.com.pinter.tqrespec'
33
ext.mainPackageName = 'br.com.pinter.tqrespec'
0 commit comments