File cmus.changes of Package cmus
-------------------------------------------------------------------
Fri Jul 8 02:14:45 UTC 2022 - Mia Herkt <mia@0x0.st>
- Update to 2.10.0
* Implement smart ReplayGain setting
(gh#cmus/cmus#1049)
* Start from end on player-prev with no current track
* Add reshuffle when current track has disappeared
* Make tracks hold shuffle info
* Use a direct album reference in AAA filter
* Add an album shuffle mode
* Add "player-next-album" and "player-prev-album" commands
* Rename "shuffle" command to "reshuffle"
* Reset position in shuffle list after a manual reshuffle
* Fixes channel map for multichannel flac files
(gh#cmus/cmus#1072)
* Replaces improper fcntl with ioctl in op/oss
(gh#cmus/cmus#1104)
* Initialize active to zero in print_editable
(gh#cmus/cmus#1093 gh#cmus/cmus#1094)
* Allow output plugins to have multiple mixer FD lists
* Preserve compatibility with ABI v1 output plugins
* Implement pause_on_output_change option
(gh#cmus/cmus#1139)
* Implement MIXER_FDS_OUTPUT for pulse
(gh#cmus/cmus#1139)
* Handle colors in active windows correctly
(gh#cmus/cmus#1120)
* Initialize window size in init_curses
(gh#cmus/cmus#1119)
* ip/ffmpeg.c: fix send/receive API usage
(gh#cmus/cmus#1080)
* Indicate elided text with "…" & related formatting tweaks
(gh#cmus/cmus#1051)
* Limit max draw width to 1023 columns
(gh#cmus/cmus#1065)
* spotify.theme
(gh#cmus/cmus#1123)
* A few typo/style fixes to the manpages
(gh#cmus/cmus#1150)
-------------------------------------------------------------------
Sun Jan 24 15:46:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.9.1:
* Documentation improvements for keybindings and some commands
* Spelling, grammar, and other improvements
* Add comments about fg/bg color to gruvbox-warm.theme
* Increase help view keybinding width
* pgaskin and flyingmutant committed 11 days ago
* ip/cdio.c: only declare track_comments_found if
* Remove unused functions in op/sndio.c
* Fixes truncation warnings by replacing %s with %.s
* add amazon.theme (#975)
* Fix playlist track selection
-------------------------------------------------------------------
Sun Jan 03 01:08:17 UTC 2021 - 9@cirno.systems
- Update to version 2.8.0~20210101.gcef5ea4:
* Switch to GitHub Actions (#1026)
* Shuffle first track (#893) (#1008)
* Implement mouse events for title bar (#1025)
* Fix whitespace issues (#1021)
-------------------------------------------------------------------
Wed Dec 16 02:26:12 UTC 2020 - 9@cirno.systems
- Update to version 2.8.0~20201215.gba1c3f0:
* Implement mouse events for status bar (#1013)
* Add tree width options (#1018)
* Stop after queue (resolves #696) (#1006)
* play pregaps of songs by adding them at the end of the previous song (#983)
* properly calculate size of print string (#987)
* Support R128_TRACK_GAIN / R128_ALBUM_GAIN tags (#994)
* Adding "--server SOCKET --passwd PASSWORD" section (#958)
* Add -n option to win-add-{l,p,Q,q} to prevent selecting the next item (#1017)
* Add support for 'DISCNUMBER' REM-field in CUE-sheets (#982)
* Add -f, --file to cmus-remote (#984)
* Add gruvbox-warm.theme (#1014)
* Update zsh completion (#985) (#1019)
* Make mouse behavior on playlist window consistent with library (#1011)
* Fix type of MPRIS2 fields title and album (#972)
* docs: fix simple typo, speacial -> special (#1002)
-------------------------------------------------------------------
Fri Apr 10 17:57:41 UTC 2020 - 9@cirno.systems
- Update to version 2.8.0~20200120.gd1290d5:
* Fix bug on ppc64 caused by narrowing cast (#941)
* Fix typo: it's->its (#947)
-------------------------------------------------------------------
Tue Nov 26 00:51:45 UTC 2019 - 9@cirno.systems
- Clean up spec file
- Update to version 2.8.0~20191105.g354625c:
* Allow push to accept no arguments (#937)
* mute/unmute command (#934)
* Add `continue_album` option (#927)
* Fix a crash when moving all tracks in a view (#916)
* fixed playlist name searching (#906)
* misc_init: remove variable user_name (#898)
* Makes :quit only prompt if -i is given (#888)
* ip/mp4: add metadata support for bpm/tempo (#878)
-------------------------------------------------------------------
Sat Feb 23 02:33:47 UTC 2019 - 9@cirno.systems
- Update to version 2.8.0~20190219.ge27e813:
* Ensures all data sent on dbus is in utf8 (#847) (#871)
* bits-per-sample fixes (#870)
* Fixes incorect bit rate declaration for 24bit flac (#867)
* Changes yes_no_query to signal error on cmus exit (#858)
* Add support for elogind (#846)
* ip/ffmpeg: enable opus support (#865)
* Add note about overriding keybindings using rc (closes #742) (#866)
* Avoid -I$(pwd) (#820)
* Fixes ffmpeg deprecations (#861)
* Add *.lo to clean in Makefile (#864)
* Fixes various compiler warning (#862)
* added "exiting" player status (#648)
* Makes save -p consistent with documentation (#859)
* Make cmus-update*.py use env python and fix pidgin with py3 (#857)
* cmus 2.8.0
* README: note that cmus is not actively maintained
* Fix CI build by specifying gcc version for Linux. Add OSX to CI test (#854)
* Increasing print buffer to fix crashes on ultra wide screens (#853)
-------------------------------------------------------------------
Wed Dec 05 23:53:40 UTC 2018 - 9@cirno.systems
- Update to version 2.8.0~20181120.gf5a442a:
* Change to get_non_empty_env for CMUS_PLAYLIST_DIR. (#836)
* Add support for CMUS_PLAYLIST_DIR. (#830)
* Add documentation for passwd option (#824)
* Accept PARTOFACOMPILATION tag (#807)
-------------------------------------------------------------------
Wed May 30 03:10:04 UTC 2018 - 9@cirno.systems
- Update to version 2.8.0~20180524.g8cccf70:
* Skip track when seeking past track duration (#803)
-------------------------------------------------------------------
Sun Apr 22 16:40:11 UTC 2018 - 9@cirno.systems
- Update to version 2.8.0~20180422.gb595b8c:
* Fix ffmpeg plugin build (#793)
* Correct parsing for cue files with byte order mark (#774)
* Add dracula theme
* Add albumartist to status_display_program.
* options: add color_win_cur_attr
* Add command to raise VTE window + implement MPRIS Raise method
* Don't call mpris_seeked from within the player
* Make player_set_op accept an owned string
* Add the delegate series of functions
* Make most player functions delegated
-------------------------------------------------------------------
Wed Jan 31 10:42:14 UTC 2018 - olaf@aepfle.de
- Adjust usage of gccN for Leap42 and SLE12
-------------------------------------------------------------------
Wed Nov 01 22:11:29 UTC 2017 - 9@cirno.systems
- Update to version 2.8.0~20171019.g3a4ce9c:
* Add version command (#733)
* handle "REM COMPILATION TRUE" in cue generated by XLD
* Make ^U/^D default for half-page up/down motions
* Remove double-inclusion of stdatomic header
-------------------------------------------------------------------
Mon Jul 10 06:23:26 UTC 2017 - olaf@aepfle.de
- Use the detected gccN
- Add bcond for sndio
-------------------------------------------------------------------
Sun Jul 02 14:28:17 UTC 2017 - 9@cirno.systems
- Update to version 2.8.0~20170702.g61d4b2b:
* Fixed `status_display_program` being called only once when
"repeat current" is set
-------------------------------------------------------------------
Thu Jun 29 08:51:51 UTC 2017 - olaf@aepfle.de
- Adjust usage of gccN for Leap42 and SLE12
-------------------------------------------------------------------
Wed Jun 21 12:30:20 UTC 2017 - 9@cirno.systems
- Update to version 2.8.0~20170505.g0da3472:
* Fixed Linux kernel style link
* Enable tilde expansion for :player-play
* Make flac do sample rate accurrate seek
* fix cue rounding to make it sample rate accurate
* Expose stream info via MPRIS
* added D-Bus (MPRIS) section to man page
* Add some trailing commas
* made album color in trackwin configurable
* Fix MPRIS CanGoPrevious property typo
-------------------------------------------------------------------
Fri Feb 24 07:05:00 UTC 2017 - olaf@aepfle.de
- Remove mp4 plugin
-------------------------------------------------------------------
Mon Sep 21 08:15:02 UTC 2015 - olaf@aepfle.de
- Update to version 2.7.1
-------------------------------------------------------------------
Mon Sep 21 08:01:15 UTC 2015 - olaf@aepfle.de
- Convert to BuildRequires pkgconfig, enable libcue,opus,roar support
-------------------------------------------------------------------
Tue Feb 10 02:24:32 UTC 2015 - avvissu@yandex.ru
- add cdio plugin
-------------------------------------------------------------------
Wed Nov 5 08:35:25 UTC 2014 - p.seiler@linuxmail.org
- update to version 2.6.0:
Major new features:
* show all tracks when artist is selected in the tree view
* JACK output plugin
* Opus input plugin
Other notable new things:
* «Night» and «Solarized» color schemes
* reverse sort order support
* ReplayGain closer to the spec
* vim-style <c-e> / <c-y> scrolling
* follow option
* show_playback_position option
* XDG directories support
* better support for newer versions of FFmpeg
* support for .oga and .ogx file extensions
* stream metadata in cmus-remote -Q
-------------------------------------------------------------------
Thu Jun 12 22:02:58 UTC 2014 - p.seiler@linuxmail.org
- Build against ffmpeg(2) not ffmpeg1
- updated package to 2.5.1:
* CUE sheets support. When adding e.g. `track.flac` to the library, cmus will
check for `track.cue` or `track.flac.cue` in the same directory. If it founds
one, it will ignore the tags in `track.flac` and use CUE metadata instead
* cdio input plugin, for those of you who still remember what a CD is :-)
* support for WavPack `.wvc` correction files
* new «zenburn» color scheme (as seen at http://cmus.sf.net/), and text
attributes (bold/reverse/…) support for UI elements
* improved tab completion, new `scroll_offset` and `icecast_default_charset`
options, even better tag parsing and compilations handling, and numerous small
enhancements all over the place.
-------------------------------------------------------------------
Tue Jan 28 09:22:54 UTC 2014 - guillaume@opensuse.org
- Build against ffmpeg1 not ffmpeg(2)
-------------------------------------------------------------------
Thu Nov 08 08:40:42 UTC 2012 - pascal.bleser@opensuse.org
- update to 2.5.0:
* adds CUE sheet support
* adds cdio input plugin
* adds support for WavPack correction files
* adds a new "zenburn" color scheme
* improvements to tab completion, tag parsing, and compilation handling
-------------------------------------------------------------------
Wed Nov 30 23:43:19 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.4.3:
* maintenance release: it mostly fixes several build and stability issues
caused by external library changes
-------------------------------------------------------------------
Sun Jul 24 12:13:33 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.4.2:
* several important bug and build fixes; everyone is encouraged to upgrade
-------------------------------------------------------------------
Thu May 26 21:45:57 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.4.1:
* fixes crashes and misbehaviours
-------------------------------------------------------------------
Sun Apr 24 00:00:00 UTC 2011 - detlef@links2linux.de
- update to 2.4.0:
* this release features tons of improvements, with most notable ones being
live library/playlist filtering and playback resume support
-------------------------------------------------------------------
Sun Apr 10 21:07:13 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.3.5:
* several serious (but rarely encountered) issues have been fixed
- build with optflags
-------------------------------------------------------------------
Thu Feb 10 23:39:47 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.3.4:
* features an ability to restore the playback volume after restart (when
using PulseAudio output plugin)
* adds APE files support (using the FFMPEG input plugin)
* bugfixes
-------------------------------------------------------------------
Thu Jun 17 22:38:03 UTC 2010 - pascal@links2linux.de
- update to 2.3.3:
* a couple of serious bugs has been fixed, so everybody is encouraged to
upgrade
* support for the newest version of mp4v2 was added
-------------------------------------------------------------------
Thu Apr 15 20:59:36 UTC 2010 - pascal@links2linux.de
- update to 2.3.2:
* libao 1.0 compatibility issue are fixed
-------------------------------------------------------------------
Sun Mar 14 00:00:00 UTC 2010 - pascal.bleser@opensuse.org
- update to 2.3.1:
* ID3 parsing was fixed
* a minor documentation update was done
* MP3s with broken CRC are now supported
* a default binding was set for "q"
* insecure /tmp usage was fixed
-------------------------------------------------------------------
Tue Mar 2 00:00:00 UTC 2010 - pascal.bleser@opensuse.org
- update to 2.3.0
-------------------------------------------------------------------
Sat Jul 28 00:00:00 UTC 2007 - guru@unixtech.be
- new package