Skip to content

Commit

Permalink
Prepare for 1.4.0 version release (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nianna authored Sep 18, 2024
1 parent 3759beb commit 353fd33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>Karedi</groupId>
<artifactId>Karedi</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fxml/EditFilenamesDialogPaneLayout.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0"
prefWidth="200.0" />
<ColumnConstraints hgrow="SOMETIMES" />
<ColumnConstraints hgrow="SOMETIMES" prefWidth="66.0" />
<ColumnConstraints hgrow="SOMETIMES" prefWidth="75.0" />
<ColumnConstraints />
</columnConstraints>
<rowConstraints>
Expand Down

0 comments on commit 353fd33

Please sign in to comment.