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.
104 lines
5.4 KiB
104 lines
5.4 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)
|
|
|
|
|
|
## 2022-10-15 2.2.2
|
|
Empty blocks with explicit minimum tick duration will not be deleted anymore by "Delete All Empty Blocks" command.
|
|
Add option to use current block duration when entering a minimum duration in block properties GUI
|
|
Wrap long text in Lilypond subtext with automatic linebreaks.
|
|
|
|
|
|
## 2022-08-15 2.2.1
|
|
"Flip the page" earlier during live playback, showing the last measure (or so) twice
|
|
Add global staff size to lilypond properties and metadata
|
|
Don't export empty tracks (no duration items) to Lilypond.
|
|
Always show block labels in block mode.
|
|
Don't focus on cursor after stretching.
|
|
Fix "duplicate to reserved-space" block.
|
|
Fix crash when splitting linked block in multiple tracks.
|
|
Fix crash related to MultimeasureRests in a context without a MetricalInstruction.
|
|
|
|
|
|
## 2022-08-01 2.2.0
|
|
Add SOLO functionality alongside the existing audible/mute layer. Control via shortcuts, track editor, or track-list widget
|
|
New function to create a new empty block from an existing one, that has reserved duration same as the original one.
|
|
Add more time signatures to the quick-insert dialog: 8/4, three variants of 7/8, two variants of 5/4 and more. Also reorder and better labels.
|
|
Add context menu to move CC Blocks to start or end of a track
|
|
Fix splitting of notes that were created by a previous split.
|
|
Block Mode: Fix invisible block labels and graphics when dragging blocks (adopting to unannounced Qt regressions once again)
|
|
Barlines more visible
|
|
Undo for initial metrical instruction and key sig (track editor)
|
|
Prevent block operations to jump to the cursor position in the GUI. Less jumpy.
|
|
Show first block name in track-list widget
|
|
Overhaul Key Signature GUI dialog to indicate "Deviation" better, instead of absolute accidentals.
|
|
Various small fixes, like typos in variable names and wrong string quotes. Small things can crash as well.
|
|
Update German translation
|
|
Lilypond Export:
|
|
Add transposition of the whole score to properties and metadata dialog
|
|
Only set tempo markings in parenthesis when user provided a string like Allegro
|
|
Add lilypond template filename to properties and metadata dialog. Will be symlinked into the session dir automatically.
|
|
|
|
|
|
## 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)
|
|
Add function to duplicate more often than once.
|
|
When not in F4-StepInput Mode use midi keyboard as pitch-cursor.
|
|
Add midi-in selector drop down, as seen in Tembro and Fluajho.
|
|
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.
|
|
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
|
|
Shift+Up and Down will now select the current chord.
|
|
Add 3/2 to metrical instruction.
|
|
Add custom Multimeasure-Rest submenu and menu command.
|
|
Add multiplication buttons to the tick widget.
|
|
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.
|
|
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"
|
|
Add Slurs to Lilypond output.
|
|
Add Staccato and Tenuto to Lilypond output.
|
|
Dynamic signatures and ramps are now output to Lilypond as well
|
|
Cleaner .ly export with more line breaks, comments and using more default ly instructions when available, instead of our custom generic-purpose scripts.
|
|
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.
|
|
Fix drawing of ties and staccato dots.
|
|
Fix ledger lines of added chord notes
|
|
Fix cursor jumping around on track change if you start near a metrical signature
|
|
Fix double saving of the score and quadruple saving of each track! :/
|
|
Update German translation.
|
|
|
|
|
|
## 2022-04-15 2.0.3
|
|
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.
|
|
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
|
|
Initial Release
|
|
|