Skip to content

Commit

Permalink
Cut version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLamoureux committed Dec 13, 2024
1 parent f1d7f7d commit 3efd701
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# SC Trade Companion
## 1.1.0
### Features
- Add a setting letting the user choose which monitor to capture and process

### Bugs
- Fix listings fail to be written to the local CSV file
- Fix 'sc-trade.tools' fails to resolve

### Other
- Add missing translations

## 1.0.4
### Other
- Read location from game logs
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'tools.sctrade'
version = '1.0.4'
version = '1.1.0'

java {
sourceCompatibility = '21'
Expand Down

0 comments on commit 3efd701

Please sign in to comment.