From 353fd3393526119a3d1c13ab8f50d38de6076cc1 Mon Sep 17 00:00:00 2001 From: Nianna <31940002+Nianna@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:40:15 +0200 Subject: [PATCH] Prepare for 1.4.0 version release (#49) --- README.md | 9 ++++++--- pom.xml | 2 +- .../resources/fxml/EditFilenamesDialogPaneLayout.fxml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11d62f5..377fd7e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Karedi's main features include: * auto-syllabification of lyrics in most popular languages * automatic search for problems (errors & warnings) * solver that offers both safe and potentially risky (useful if safe fix is not available) solutions to almost all the problems - * support for multiple mp3 files with the possibility of adjusting the volume for each one of them + * support for multiple audio files of various formats with adjustable volume * auxiliary note method support: * notes are sorted according to their startbeats * shortcuts for playing fragments before (alt + UP) or after (alt + DOWN) the selected note @@ -42,7 +42,7 @@ Please refer to the [wiki](https://karedi.gitbook.io/karedi/) to learn more. ## Tutorial -For tutorials explaining how to use this software, please refer to the [project's wiki](https://karedi.gitbook.io/karedi/). +For tutorials explaining how to use this software, please refer to the [project's wiki](https://karedi.gitbook.io/karedi/). ## Downloads @@ -54,7 +54,10 @@ Karedi uses the following libraries: * [JavaFX](https://github.com/openjdk/jfx) with [ControlsFX](https://github.com/controlsfx/controlsfx) & [RichTextFx](https://github.com/TomasMikula/RichTextFX) for GUI, * [mp3agic](https://github.com/mpatric/mp3agic) for reading mp3 info, * [jLayer](http://www.javazoom.net/javalayer/javalayer.html) for playing mp3 files, -* [jFugue](http://www.jfugue.org) to simplify the process of creating MIDI sequences. +* [jFugue](http://www.jfugue.org) to simplify the process of creating MIDI sequences, +* [hyphenator](https://github.com/Nianna/hyphenator) for syllabification, +* [javasound-aac](https://github.com/Tianscar/javasound-aac) for m4a files support, +* [java-vorbis-support](https://github.com/Trilarion/java-vorbis-support) for Ogg Vorbis support. ## License diff --git a/pom.xml b/pom.xml index 840e89f..40c66fa 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 Karedi Karedi - 1.3.1 + 1.4.0 UTF-8 diff --git a/src/main/resources/fxml/EditFilenamesDialogPaneLayout.fxml b/src/main/resources/fxml/EditFilenamesDialogPaneLayout.fxml index 5045e26..3aa8943 100644 --- a/src/main/resources/fxml/EditFilenamesDialogPaneLayout.fxml +++ b/src/main/resources/fxml/EditFilenamesDialogPaneLayout.fxml @@ -26,7 +26,7 @@ - +