Skip to content

Commit e42b024

Browse files
committed
Version 0.12.0
1 parent c9ba65b commit e42b024

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# 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+
29
## [0.11.3] - 2022-09-05
310
### Added
411
- French translation (by [EtienneLamoureux](https://github.com/EtienneLamoureux))

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sourceSets {
2727

2828
OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
2929
ext.distAppName = 'TQRespec'
30-
version = '0.11.3'
30+
version = '0.12.0'
3131
sourceCompatibility = JavaVersion.VERSION_17
3232
ext.moduleName = 'br.com.pinter.tqrespec'
3333
ext.mainPackageName = 'br.com.pinter.tqrespec'

0 commit comments

Comments
 (0)