Skip to content

Commit

Permalink
Version-5
Browse files Browse the repository at this point in the history
  • Loading branch information
xaverW committed May 23, 2022
1 parent 88be0b5 commit ce16dc3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<br />

**Release 5**

* GUI: Es gab einige Änderungen/Anpassungen
* Intern wurde einiges angepasst
* Menü: Einige Anpassungen
* ...

<br />


**Release 4**

* Tray: Das Programm kann ins Tray gelegt werden -> In den Einstellungen kann das Tray eingeschaltet werden
Expand Down
12 changes: 10 additions & 2 deletions src/main/java/de/p2tools/p2radio/gui/startDialog/StartPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ public TitledPane makeStart1() {

P2LibConst.LINE_SEPARATORx2 +
"8) Damit können Sender zu" + P2LibConst.LINE_SEPARATOR +
"den Favoriten hinzugefügt werden.");
"den Favoriten hinzugefügt werden." +

P2LibConst.LINE_SEPARATORx2 +
"9) Hier kann ein zufälliger Sender" + P2LibConst.LINE_SEPARATOR +
"zum Abspielen ausgewählt werden.");

hBox.getChildren().addAll(iv, text);
TitledPane tpConfig = new TitledPane("Infos zur Programmoberfläche", hBox);
Expand Down Expand Up @@ -109,7 +113,11 @@ public TitledPane makeStart2() {
"gestartet und gestoppt" +
P2LibConst.LINE_SEPARATORx2 +

"4) Hier können die Favoriten" + P2LibConst.LINE_SEPARATOR +
"4) Damit kann ein eigener Sender zu" + P2LibConst.LINE_SEPARATOR +
"den Favoriten hinzugefügt werden." +
P2LibConst.LINE_SEPARATORx2 +

"5) Hier können die Favoriten" + P2LibConst.LINE_SEPARATOR +
"geändert oder gelöscht (\"X\") werden.");
hBox.getChildren().add(text);

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Fri, 29 Apr 2022 20:51:49 +0200
#Mon, 23 May 2022 14:08:40 +0200
#Tue Jan 04 19:34:41 CET 2022
DATE=29.04.2022
BUILD=56
VERSION=4
DATE=23.05.2022
BUILD=1
VERSION=5

0 comments on commit ce16dc3

Please sign in to comment.