You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
3.2 KiB

#Changelog
Format: Double ## for a version number followed by a space, ISO-Date, Semantic Versioning:
## YYYY-MM-DD major.minor.patch
Two empty lines before the next entry.
External contributors notice at the end of the line: (LastName, FirstName / nick)
2 years ago
## 2022-07-15 2.1.0
New function: custom key signature for any combination.
Add area in the GUI to set initial key signature, metrical instructions and clefs, accessed through the track editor
Add two new functions to paste directly transposed (modal and real transposition)
When not in F4-StepInput Mode use midi keyboard as pitch-cursor.
Add midi-in selector drop down, as seen in Tembro and Fluajho.
2 years ago
Add new widget that shows the current track as list of text items for easier navigation and overview
Rewrite grid, which was a performance drag in the past.
2 years ago
Add functions to move block to start or end of track.
Scroll view when dragging blocks and tracks with the mouse.
Block name font color is now always readable, no matter the background color
2 years ago
Shift+Up and Down will now select the current chord.
2 years ago
Add 3/2 to metrical instruction.
Add custom Multimeasure-Rest submenu and menu command.
2 years ago
Add multiplication buttons to the tick widget.
2 years ago
Autosave when exporting Lilypond .ly or PDF.
Command to quickly add text below or above a staff.
Allow menu commands in CC and Block view: PDF, .ly export, metadata edit, zoom.
2 years ago
Add buttons to create 1/10 new tracks to Track Editor.
Add information label with order of blocks to Track Editor.
Fix lilypond tempo export. Also add option to Lilypond Properties to not print metronome markings.
Optional text description for tempo items like "allegro"
2 years ago
Add Slurs to Lilypond output.
Dynamic signatures and ramps are now output to Lilypond as well
2 years ago
Cleaner .ly export with more line breaks, comments and using more default ly instructions when available, instead of our custom generic-purpose scripts.
2 years ago
Settings menu to autoconnect metronome audio ports to system on startup. Default off.
Metronome audio outputs now use real metronome name, not only pretty name
Use lilypond title as jack pretty client name, if provided (needs libcalfbox-lss 1.1.0)
Add preview image to Lilypond properties and metadata
More information about the cursor and position in the status bar
Fix all drawn items to properly work with high zoom-out levels. Side effect: slightly better performance.
Better alignment for all drawn items.
Fix temporary tempo item creation crash, also don't export them to lilypond anymore.
2 years ago
Fix drawing of ties and staccato dots.
Fix ledger lines of added chord notes
2 years ago
Fix cursor jumping around on track change if you start near a metrical signature
2 years ago
Fix double saving of the score and quadruple saving of each track! :/
2 years ago
## 2022-04-15 2.0.3
2 years ago
Use the new systewide library libcalfbox-lss instead of providing our own. This lib is now a dependency.
https://git.laborejo.org/lss/libcalfbox-lss
Fix PyQt regressions with implicit float to int conversion in integer-widgets.
2 years ago
Add X-NSM-Capable=True and X-NSM-Exec to the .desktop file
## 2022-01-15 2.0.2
This CHANGELOG is now available through the programs help menu directly.
Icons are now send to JACK Metadata.
## 2021-01-15 2.0.1
Remove Nuitka as dependency. Build commands stay the same.
## 2020-12-18 2.0.0
5 years ago
Initial Release