Skip to content

Commit d96ef73

Browse files
committed
v1.0.5
1 parent 26bbcfa commit d96ef73

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Tabliato 1.0.5
2+
3+
- Bug: inversion du sens des notes après avoir écrit des accords [#26](https://github.com/Jean-Romain/tabliato/issues/26)
4+
- Bug: barre de tenue des notes qui ne s'arrête pas après un silence [#25](https://github.com/Jean-Romain/tabliato/issues/25)
5+
- Bug: décalage des boutons à deux chiffres avec barre de tenue [#25](https://github.com/Jean-Romain/tabliato/issues/25)
6+
- Bug: crash du logiciel lorsque un silence apparait sans `:` dans un motif p.ex. `\motif [B:4 a:4 r4]`
7+
8+
19
## Tabliato 1.0.4
210

311
- New: nouvelle syntaxe simplifiée pour la main gauche. Quand une mesure comporte plusieurs basses et accords différents on peut écrire uniquement les basses et ne pas écrire les accords et laisser tabliato interpréter. Par example en 6/8 avec un motif rythmique "B aB a":

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: tabliato
2-
Version: 1.0.4
2+
Version: 1.0.5
33
Section: sound
44
Maintainer: Jean-Romain Roussel <jromain.roussel@gmail.com>
55
Homepage: https://jean-romain.github.io/Tabliato/

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main(int argc, char *argv[])
2525
QScopedPointer<QCoreApplication> app(createApplication(argc, argv));
2626
QCoreApplication::setOrganizationName("tabliato");
2727
QCoreApplication::setApplicationName("tabliato");
28-
QCoreApplication::setApplicationVersion("1.0.4");
28+
QCoreApplication::setApplicationVersion("1.0.5");
2929

3030
APPDIR = QApplication::applicationDirPath();
3131
APPPATH = QApplication::applicationFilePath();

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

windows/tabliato.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "tabliato"
5-
#define MyAppVersion "1.0.4"
5+
#define MyAppVersion "1.0.5"
66
#define MyAppPublisher "tabliato"
77
#define MyAppURL "https://jean-romain.github.io/tabliato/"
88
#define MyAppExeName "tabliato.exe"

0 commit comments

Comments
 (0)