Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
It's about time to increment version.
AI stuff has gotten a lot of good work.
Several key areas has been improved.
The app is in a good state.
  • Loading branch information
sghpjuikit committed Jan 12, 2025
1 parent d6e651b commit e509af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Latest]

## [9.0.0] 2025 01 12
- Update Java to 23, Kotlin to 2.0.20, dependencies
- Implement no ui mode (running with no ui)
- Implement opus audio format support
Expand Down
2 changes: 1 addition & 1 deletion src/player/main/sp/it/pl/main/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class App: Application(), GlobalConfigDelegator {
/** Name of this application. */
val name = "Spit Player"
/** Version of this application. */
val version = KotlinVersion(8, 0, 0)
val version = KotlinVersion(9, 0, 0)
/** Application code encoding. Useful for compilation during runtime. */
val encoding = UTF_8
/** Absolute file of location of this app. Working directory of the project. `new File("").getAbsoluteFile()`. */
Expand Down

0 comments on commit e509af4

Please sign in to comment.