Skip to content

Releases: N3LX/Local-Chat

1.3

16 Apr 11:47
Compare
Choose a tag to compare

Bug fixes:

  • Fixed excessive resource usage while application is running as a server.
  • JAR from downloads should now run on Windows and Linux clients.

In my cross platform testing I found out that due to the fact that I use a Mac with ARM CPU the .jar file may not have been working for people on other platforms. After investigation I applied a fix for Windows and Linux clients so that they can just download the JAR from releases page and run it.

However due to problems with how MacOS treats JavaFX libraries that originate from the internet my current recommendation is to compile the application from source code if you are using this OS, as per README.md.

1.2

13 Apr 21:18
Compare
Choose a tag to compare
1.2

Features:

  • Application will no longer allow to host a server if there is one already running on the same machine.

Bug fixes:

  • Alerts now should display properly
  • Fixed typos

In addition to that some code refactoring has occurred between releases.

1.1

04 Apr 17:08
Compare
Choose a tag to compare
1.1

In additon to bug fixes and internal code cleanup this feature includes following features:

  • Application will now detect if the server/one of the clients is not responding and disconnect the from chat session automatically.

For the list of fixed bugs check the commit history since the last release.

1.0 - Initial release

03 Apr 19:57
Compare
Choose a tag to compare

This is the first publicly available, stable version of this application.