-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue, that when note is edited, the highlighted note sometimes
changes without good reason.
- Loading branch information
Showing
2 changed files
with
5 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,4 @@ | ||
v4.0.0: | ||
- Notes with different speeds | ||
- UI improvements | ||
- Mute Button | ||
- More accurate tick visualization (still to be tested) | ||
- Choose between different tick visualizations | ||
|
||
v4.0.1: | ||
- Fix: That tick visualization did sometimes not stop. | ||
- Fix: Stop showing active scene title when when it is deleted. | ||
- Fix: Animation issues. | ||
|
||
v4.1.0: | ||
- Improved selection of different beat durations | ||
- Slight UI changes to better fit different aspect ratios | ||
- Fix: UI issue with note editor and high-dpi devices | ||
- Fix: Avoid overlap of bpm-text and slide-to-scenes-image | ||
- Fix: Incorrect note sizes for large displays | ||
|
||
v4.1.2: | ||
- Consider plurals in strings. | ||
|
||
v4.1.3: | ||
- Update dependencies. | ||
- Increase opacity in bounce tick visualization a bit. | ||
|
||
v4.1.4: | ||
- Bring app to background when "back"-button is pressed. | ||
- Update French translations (thanks to brilnius) | ||
|
||
v4.2.0: | ||
- Player controls in scenes view | ||
- Fix issue that after edit of a scene the notelist was not always updated | ||
- Fix issue, that when editing a note, sometimes the position jumps arbitrarily |