From a5de93fa3b875bb885fd907e34712e274e969a2b Mon Sep 17 00:00:00 2001 From: SeeLook <seelook@gmail.com> Date: Sat, 17 Apr 2021 10:08:21 +0200 Subject: [PATCH] Updated --- CONTRIBUTING.md | 5 ++--- changes | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 752329eb4..db74cc6a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,6 @@ Below some possibilities of a help are explained but if something other will com If You have any experience in testing QML/Qt/C++ application code then running some diagnostic tools on it might help to find potential weaknesses even without knowing what Nootka/code really does. * **Using QML - Qt Meta Language** - - **Porting update checker to QML** - **Triplet support in QML Score editor** Seems like detecting note duration works well, so it can bear more tiny divisions like triplets. This is planed for next stable Nootka release (like 2.2). @@ -97,10 +96,10 @@ Below some possibilities of a help are explained but if something other will com - **interesting use cases** - - **video tutorials in different native laguages** + - **video tutorials in different native languages** - **more helping articles** - If you know already something what was dificult in Nootka at the beginning - write about it or just give us a hint. + If you know already something what was difficult in Nootka at the beginning - write about it or just give us the hint. diff --git a/changes b/changes index 464b9a74c..cd83fb6ec 100644 --- a/changes +++ b/changes @@ -1,3 +1,6 @@ +1.9.1 rc2 + - version checker/updater was ported to QML + 1.9.0 rc1 - when window is not wide enough, instrument can be scrolled - dialogues can change content layout to fit available size -- GitLab