Skip to content

Commit d973915

Browse files
committed
1.3.1
1 parent 3200c0d commit d973915

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
# 1.3.0 - August 27th, 2021
1+
# Changelog
2+
3+
## [1.3.1](https://github.com/jmerle/cg-local-app/releases/tag/1.3.1) (2024-12-16)
4+
- Improved file selection by using last file's directory as initial directory (thanks [@slgeay](https://github.com/slgeay))
5+
6+
## [1.3.0](https://github.com/jmerle/cg-local-app/releases/tag/1.3.0) (2021-08-27)
27
- Added support for sending HTTP GET requests to [http://localhost:53135/play](http://localhost:53135/play) to trigger "Play All Testcases" on CodinGame. This works regardless of what Auto Play is set to in CG Local's settings.
38
- Fixed the "Open CodinGame" button on Linux systems that don't have the GNOME libraries installed.
49

5-
# 1.2.0 - May 5th, 2020
10+
## [1.2.0](https://github.com/jmerle/cg-local-app/releases/tag/1.2.0) (2021-05-05)
611
- Moved the UI from JavaFX with TornadoFX to Swing. This change makes the application work with Java versions newer than 8 and means it is no longer required to run the application with a JRE or JDK with JavaFX available.
712
- Fixed a bug where the server would sometimes not be able to bind to its port if the application was quit a short time ago.
813

9-
# 1.1.1 - October 8th, 2019
14+
## [1.1.1](https://github.com/jmerle/cg-local-app/releases/tag/1.1.1) (2021-10-08)
1015
- Made the window resizable to fix issues on KDE
1116

12-
# 1.1.0 - October 6th, 2018
17+
## [1.1.0](https://github.com/jmerle/cg-local-app/releases/tag/1.1.0) (2021-10-06)
1318
- Removed the FXLauncher dependency, which previously handled the auto-updating. Since the application is considered stable, this is no longer necessary. By removing FXLauncher, I am not required to keep up a webhost to host the files on, and the application will launch faster because it doesn't have to do an up-to-date check.
1419
- Fixed font rendering issues on Linux
1520
- Fixed the "Open CodinGame" button on Linux
1621

17-
# 1.0.1 - January 4th, 2018
22+
## 1.0.1 (2018-01-04)
1823
- Fixed an issue where changes in vim and gedit were not detected properly
1924

20-
# 1.0.0 - January 3rd, 2018
25+
## 1.0.1 (2018-01-03)
2126
- Initial release

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.jaspervanmerle.cglocal"
11-
version = "1.3.0"
11+
version = "1.3.1"
1212

1313
application {
1414
mainClass.set("$group.MainKt")

0 commit comments

Comments
 (0)