Skip to content

Commit

Permalink
Version 1.4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgeoisLab committed Jul 27, 2019
1 parent 18f0ba0 commit 50d8c44
Show file tree
Hide file tree
Showing 12 changed files with 6,078 additions and 5,583 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@ http://www.joerum.de/kleiner-brauhelfer/
**Nachfolgeprojekt:** [kleiner-brauhelfer v2.x.x](https://github.com/kleiner-brauhelfer/kleiner-brauhelfer-2)

## Download letzte Version
- [Version 1.4.4.5](https://github.com/Gremmel/kleiner-brauhelfer/releases/tag/v1.4.4.5)
- [Version 1.4.4.6](https://github.com/Gremmel/kleiner-brauhelfer/releases/tag/v1.4.4.6)
- [macOS](https://github.com/realholgi/kleiner-brauhelfer/releases) (Dank an **realholgi**)

## Änderungen & Erweiterungen
### Version 1.4.4.6 (in Entwicklung)
### Version 1.4.4.6
- Fix: Tab Reihenfolge im Rezept Reiter
- Fix: Sonderzeichenproblem bei Sud kopieren
- Fix: Berechnung der Farbe mit weiteren Zutaten
- Fix: Darstellungsproblem bei langen Texte in Sudauswahl

### Version 1.4.4.5
- Fix: Umlaute in Flaschenlabel
- Flaschenlabel Aussenkontur erscheint jetzt auch im PDF
- "x" Button zum leeren der Sudinfo Filter auswahl
- Sortierung und Auswahl in der Sudauswahl merken
- url für meldungsabfrage auf https geändert.

### Version 1.4.4.4
- Fix: Datenbank update bei Erstinstallation
- HTML Tags Glas-hell und Glas-dunkel
Expand Down
2 changes: 1 addition & 1 deletion deployment/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: kleiner-brauhelfer
Version: 1.4.4.5-0
Version: 1.4.4.6-0
Section: misc
Architecture: amd64
Maintainer: Gremmel <kleiner-brauhelfer@soseies.de>
Expand Down
2 changes: 1 addition & 1 deletion deployment/debian/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ "$#" -ne 2 ] || ! [ -f "$1" ] || ! [ -d "$2" ]; then
echo "Usage: $0 <path_to_kleiner-brauhelfer_executable> <path_to_qt_bin>" >&2
echo "Example: $0 ./build/bin/kleiner-brauhelfer /opt/Qt/5.10.0/gcc_64/bin/" >&2
echo "Example: $0 ./build/bin/kleiner-brauhelfer /opt/Qt/5.3/gcc/bin/" >&2
exit 1
fi

Expand Down
4 changes: 2 additions & 2 deletions deployment/windows/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "kleiner-brauhelfer"
#define MyAppVersion "1.4.4.5"
#define MyAppVersion "1.4.4.6"
#define MyAppPublisher "Gremmelsoft"
#define MyAppURL "http://www.joerum.de/kleiner-brauhelfer"
#define MyAppExeName "kleiner-brauhelfer.exe"
#define MyAppOutFileName "kb_setup_v1_4_4_5"
#define MyAppOutFileName "kb_setup_v1_4_4_6"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand Down
4 changes: 2 additions & 2 deletions source/brauhelfer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ lessThan(QT_MAJOR_VERSION, 5) | lessThan(QT_MINOR_VERSION, 5) {

TEMPLATE = app
TARGET = kleiner-brauhelfer
VERSION = 1.4.4.5
VERSION = 1.4.4.6
VERSION_SUFFIX =
VERSION_INT = 1040405
VERSION_INT = 1040406

DEFINES += TARGET=\\\"$${TARGET}\\\" \
VERSION=\\\"$${VERSION}$${VERSION_SUFFIX}\\\" \
Expand Down
Binary file modified source/languages/kb_de.qm
Binary file not shown.
2,910 changes: 1,517 additions & 1,393 deletions source/languages/kb_de.ts

Large diffs are not rendered by default.

Binary file modified source/languages/kb_de_CH.qm
Binary file not shown.
2,910 changes: 1,517 additions & 1,393 deletions source/languages/kb_de_CH.ts

Large diffs are not rendered by default.

Binary file modified source/languages/kb_en.qm
Binary file not shown.
2,912 changes: 1,518 additions & 1,394 deletions source/languages/kb_en.ts

Large diffs are not rendered by default.

2,910 changes: 1,517 additions & 1,393 deletions source/languages/kb_pl.ts

Large diffs are not rendered by default.

0 comments on commit 50d8c44

Please sign in to comment.