You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-33Lines changed: 18 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,44 +1,29 @@
1
1
# Changelog
2
2
3
-
All notable changes to this project will be documented in this file. Not a full changelog, but acting rudimentary list of new features & changes between recent versions.
4
-
A more complete list of all new features & changes can be found on the releases page.
3
+
Rudimentary changelogof new features & fixes between recent versions.
4
+
A more complete list of all noteworthly changes can be found on the releases page.
* Added a simple update checker. Start of the application will now compare the app version with the github repo release tags. If there is a higher tag version available than your current version, you will be prompted with an update is available asking if you would like to update. Clicking yes will take you to the github releases page for the new version. Optionally, you can also force manual version checks under the Help dropdown.
43
28
* Improved in-place upgrading via the installer wizard for the default directory. If you use the installer for a new version but have an older version already installed, the installer will now ask to run the maintenancetool uninstaller for the previous version before continuing with the new installation.
44
29
* Improved custom keybinds ui to notify on duplicate shortcuts, special handling for actions with multiple default shortcuts, and minor ui adjustments for fitting.
_Most controls & tools should be fully customizable if you hate the defaults </3. Only some hardcoded binds for note shifting remain (for now..?)_
43
+
_Some hardcoded binds still remain._ -- https://github.com/Meowchestra/MidiEditor/issues/28#issuecomment-3567161623
59
44
_(i.e. ctrl drag note edge to adjust duration, shift + # to move selected events to specific track, holding modifier keys while dragging note(s) to lock in place, etc. etc.)_
60
45
* Convert Pitch Bends Tool:
61
46
-``ctrl`` + ``b`` selected notes to convert assigned pitch bend events into separate notes of the nearest semitone
@@ -160,7 +145,7 @@ Some notable features:
160
145
* You can lock position movement when dragging notes around while holding ``shift`` to go up/down or ``alt`` to go left/right.
161
146
* Support for different application styles if you have a specific preference.
162
147
163
-
Most noticeably should no longer see the app go to 1gb+ when making major edits such as bulk deleting and undoing over and over. Should be a bit more lightweight with less spikes overall from optimizations / qt6. Also less crashing when loading rare malformed midis / long track names.
148
+
Most noticeably should no longer see the app go to 1gb+ when making major edits such as bulk deleting and undoing over and over. Should be a bit more lightweight with less spikes overall from optimizations / qt6. Also less crashing when loading rare malformed midis / long track names.
164
149
165
150
Plus other improvements from various forks and imported changes to be discovered.
Copy file name to clipboardExpand all lines: packaging/org.midieditor.midieditor/meta/package.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
<Package>
3
3
<DisplayName>MidiEditor</DisplayName>
4
4
<Description>MidiEditor is a free software providing an interface to edit, record, and play Midi data. Packed with all necessary dependencies.</Description>
0 commit comments