[amarok] /: Formatting fixes to ChangeLog (only 2.8-Beta entry)
Matěj Laitl
matej at laitl.cz
Sat Apr 6 21:49:00 UTC 2013
Git commit 6a4bebbe80c8237588cf2dbed1c6f329aa58f537 by Matěj Laitl.
Committed on 06/04/2013 at 18:52.
Pushed by laitl into branch 'master'.
Formatting fixes to ChangeLog (only 2.8-Beta entry)
Not a big deal of course, bug 70-char long lines felt bad to my eyes. :-)
I propose we should follow following guidelines
* Hard 90-char line length limit
* Also don't break the early unless:
* there would be lone "a" at the end of line
* "(BR 123456)" would be broken to 2 lines - that would break our
ChangeLog.html-generating script
* Period between message and (BR 123456)
* Patches from non-core developers should have mention the author
Alternatively to the last point, we could change it so that we always
mention the author for a bit of more credit - what do you think?
CCMAIL: amarok-devel at kde.org
M +29 -30 ChangeLog
http://commits.kde.org/amarok/6a4bebbe80c8237588cf2dbed1c6f329aa58f537
diff --git a/ChangeLog b/ChangeLog
index 5af1255..7b394ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,54 +6,53 @@ VERSION 2.8-Beta 1
FEATURES:
* Added options to pause playback on system suspend and to inhibit automatic suspend
if playing a track (enabled by default); patch by Anmol Ahuja. (BR 259862, 222571)
- * Playlist files are now read asynchronously when possible; patch and great
- deal of refactoring by Tatjana Gornak. (BR 291934)
- * Added support to filter tracks to scrobble to Last.fm by label. Patch by
- Vedant Agarwala. (BR 140198)
- * Added transcoding support for Opus codec if ffmpeg is compiled with
- support for the libopus library, patch by Martin Brodbeck.
+ * Playlist files are now read asynchronously when possible; patch and great deal of
+ refactoring by Tatjana Gornak. (BR 291934)
+ * Added support to filter tracks to scrobble to Last.fm by label. Patch by Vedant
+ Agarwala. (BR 140198)
+ * Added transcoding support for Opus codec if ffmpeg is compiled with support for the
+ libopus library, patch by Martin Brodbeck.
* Added keyboard shortcuts for small 2 s seeks (Ctrl + Left/Right) and long 1 minute
seeks (Shift + Left/Right) in addition to standard 10 s seeks. Durations are now
configurable in amarokrc, see Amarok Handbook. Patch by Anmol Ahuja. (BR 177258)
- * Added support for files in Opus codec if Amarok is compiled against recent
- enough TagLib (post 1.8), patch by Martin Brodbeck. (BR 312905)
+ * Added support for files in Opus codec if Amarok is compiled against recent enough
+ TagLib (post 1.8), patch by Martin Brodbeck. (BR 312905)
* Added Ctrl+H shortcut to randomize playlist, patch by Harsh Gupta. (BR 208061)
CHANGES:
- * Add note about generating .mood files into Moodbar Options; patch by Harsh
- Gupta with tweaks by Matěj Laitl. (BR 289483)
- * Amarok now depends on Qt 4.8.2
- * Add prepareToQuit() signal to Amarok.Window script bindings; patch by
- Anmol Ahuja. (BR 241066)
+ * Add note about generating .mood files into Moodbar Options; patch by Harsh Gupta with
+ tweaks by Matěj Laitl. (BR 289483)
+ * Amarok now depends on Qt 4.8.2.
+ * Add prepareToQuit() signal to Amarok.Window script bindings; patch by Anmol Ahuja.
+ (BR 241066)
* Data CDs are now recognized in Amarok; patch by Anmol Ahuja. (BR 316128)
- * On-Screen-Display now uses the system font instead of hardcoded sans-serif
+ * On-Screen-Display now uses the system font instead of hardcoded sans-serif.
(BR 248707)
* On-Screen-Display fades in/out smoothly.
* Problematic support for treating MusicBrainz ids as track unique ids was dropped;
should avoid surprising "Duplicate Tracks Found" errors. (BR 315329)
- * Fancy behavior of some context menus showing different actions when Shift
- key is held has been reverted. All entries are now shown all the time.
- * The dynamic playlist behaviour has changed. It will not longer
- generate "pretty good" playlists that do not fullfill the
- given biases. Instead it might add no song at all if given
- impossible to fullfill conditions.
- * The "tracks have been hidden in the playlist" warning when
- filtering the playlist is now displayed inside the playlist
- (BR 260352)
- * Update tag widget for Layout edit, filter edit, organize collection
- and guess tag dialog.
- * When fadeout and/or Replay Gain isn't possible, gray-out related UI
- elements in order not to fool users.
+ * Fancy behavior of some context menus showing different actions when Shift key is held
+ has been reverted. All entries are now shown all the time.
+ * The dynamic playlist behavior has changed. It will no longer generate "pretty good"
+ playlists that do not fulfill the given biases. Instead it might add no song at all
+ if given impossible-to-fulfill conditions.
+ * The "tracks have been hidden in the playlist" warning when filtering the playlist is
+ now displayed inside the playlist. (BR 260352)
+ * Update tag widget for Layout edit, filter edit, organize collection and guess tag
+ dialog.
+ * When fadeout and/or Replay Gain isn't possible, gray-out related UI elements in order
+ not to fool users.
BUGFIXES:
- * Fix Crash on very long artist names [@ Meta::SqlArtist::SqlArtist] (BR 276894)
+ * Fix Crash on very long artist names [@ Meta::SqlArtist::SqlArtist]. (BR 276894)
* Clarify message when Last.fm streams are not available. (BR 315771)
* Don't remove common labels when editing the tags of multiple tracks. (BR 316043)
* Fix vertical positioning of On-Screen-Display. (BR 269788)
* Prevent inability to save Last.fm password in corner cases. (BR 315306)
* Fix crash when quitting Amarok with Statistics Synchronization open. (BR 315525)
- * Fix items moving around when expanded in collection browser (BR 305602)
- * Fix typo in Nepomuk query which did not let track numbers show up in Amarok. (BR 311847)
+ * Fix items moving around when expanded in collection browser. (BR 305602)
+ * Fix typo in Nepomuk query which did not let track numbers show up in Amarok.
+ (BR 311847)
* Fix bumpy fade-out when first used. (BR 312062)
* Fix subtle bugs when a long fade-out is initiated near the song end.
* Don't try to fade-out with phonon backends that don't support it. (vlc)
More information about the Amarok-devel
mailing list