rosegarden/_service
Dave Plater 448dfdb8db Accepting request 983590 from home:dirkmueller:Factory
- Update to version 22.06:
  * Improve Cut/Copy/Delete behavior in both the matrix and the
    notation editors.  Bug #1601.
  * "Scroll to Follow Playback" now remembers its last setting.
    Bug #1606.
  * Fixed a problem in notation with note selection and the blue
    indication.  Bug #1496.
  * Fixed volume and pan issues with older .rg files.  [51647cc]
  * Changed "For Notation" to "Exclude from Printing" in the
    Segment Parameters.
  * Fix confusing relative values in the "Insert Controller Sequence"
    dialog for volume and expression.  [14ff99a]
  * When changing the audio file path, the user is asked whether
    they want to move the audio files to the new location.  [71a62e6]
  * Fix stuck green preview note when switching modes.  Bug #1614.
  * Fix modified flag (*) not cleared when saving in notation.
    Bug #1617.
  * Fix RG stopping JACK transport when it shouldn't.  Bug #1051.
  * Fixed toolbar mode buttons not reflecting current state when
    Esc is pressed.  Bug #1615.  [f651345]
  * Notation: Fix green preview only available in one staff.
    Bug #1619.
  * Fixed issues when building with Qt6.  Feature Request #490.
  * Fixed bad rendering of note heads at small font sizes.  Bug #1484.
  * Fixed an endless loop in notation.  [7d734f7]
  * Improved management of audio file paths.  Bug #1283.  Feature
    Requests #494 and #495.
  * Simplify editing of audio instrument label in audio parameters
    panel.
  * Fixed display bugs in matrix editor.  Bug #1622.  [b4425d7]

OBS-URL: https://build.opensuse.org/request/show/983590
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=96
2022-06-19 05:55:32 +00:00

19 lines
674 B
Plaintext

<!-- Downloads revision vx.x and removes proprietary data/windows -->
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://git.code.sf.net/p/rosegarden/git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="match-tag">22.06</param>
<param name="versionformat">22.06</param>
<param name="changesgenerate">enable</param>
<param name="filename">rosegarden</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="disabled">
</service>
</services>