Skip to content

Commit

Permalink
Version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed Sep 5, 2022
1 parent 0374b7b commit 1440a43
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [0.11.3] - 2022-09-05
### Added
- French translation (by [EtienneLamoureux](https://github.com/EtienneLamoureux))

### Changed
- Repositioned UI elements to avoid truncated text on tabs

### Fixed
- Fixed error when reading custom .arc

## [0.11.2] - 2022-06-09
### Fixed
- Add missing variable (buffSkillName) from update v2.10.20820 ([#42](https://github.com/epinter/tqrespec/issues/42))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ TQRespec.exe --debug=9
* Russian (ru): ***Evgeniy Chefranov (titanquest.org.ua)***
* Ukrainian (uk): ***Evgeniy Chefranov (titanquest.org.ua)***
* Italian (it): ***Loris Gabriele***
* French (fr): ***Etienne Lamoureux***

### ***Note***
Contributions are always welcome. They will be accepted or rejected depending on the scope and predefined objectives of the project. Look at the open [issues](https://github.com/epinter/tqrespec/issues) and milestones to know how you can help. Feel free to open an issue and suggest a feature you want to see available.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sourceSets {

OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
ext.distAppName = 'TQRespec'
version = '0.11.2'
version = '0.11.3'
sourceCompatibility = JavaVersion.VERSION_17
ext.moduleName = 'br.com.pinter.tqrespec'
ext.mainPackageName = 'br.com.pinter.tqrespec'
Expand Down
2 changes: 1 addition & 1 deletion sdk
Submodule sdk updated 387 files
2 changes: 1 addition & 1 deletion tqdatabase

0 comments on commit 1440a43

Please sign in to comment.