Skip to content

Commit 1440a43

Browse files
committed
Version 0.11.3
1 parent 0374b7b commit 1440a43

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.11.3] - 2022-09-05
3+
### Added
4+
- French translation (by [EtienneLamoureux](https://github.com/EtienneLamoureux))
5+
6+
### Changed
7+
- Repositioned UI elements to avoid truncated text on tabs
8+
9+
### Fixed
10+
- Fixed error when reading custom .arc
11+
212
## [0.11.2] - 2022-06-09
313
### Fixed
414
- Add missing variable (buffSkillName) from update v2.10.20820 ([#42](https://github.com/epinter/tqrespec/issues/42))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ TQRespec.exe --debug=9
191191
* Russian (ru): ***Evgeniy Chefranov (titanquest.org.ua)***
192192
* Ukrainian (uk): ***Evgeniy Chefranov (titanquest.org.ua)***
193193
* Italian (it): ***Loris Gabriele***
194+
* French (fr): ***Etienne Lamoureux***
194195

195196
### ***Note***
196197
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.

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.2'
30+
version = '0.11.3'
3131
sourceCompatibility = JavaVersion.VERSION_17
3232
ext.moduleName = 'br.com.pinter.tqrespec'
3333
ext.mainPackageName = 'br.com.pinter.tqrespec'

sdk

Submodule sdk updated 387 files

0 commit comments

Comments
 (0)