Package Release Info

kew-2.8.1-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kew

Change Logs

* Sat Sep 21 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.8.1
  * Fixed slow loading UI on some machines, because of blocking
    desktop notification.
* Fri Sep 20 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.8
  * Much nicer way to set the music library path on first use.
  * Checks at startup if the music library's modified time has
    changed when using cached library. If it has, update the
    library.
  * Improved search: kew now also shows the album name (directory
    name) of search results, for clarity.
  * You can now use TAB to cycle through the different views.
  * Don't repeat the song notification when enqueuing songs.
  * Fixed issue where kew sometimes couldn't find the cover image
    in the folder.
  * Better handling of songs that cannot be initialized.
  * Removed support for .mp4 files so as to not add a bunch of
    video folders to the music library.
  * Cursor was not reappearing in some cases on FreeBSD after
    program exited.
* Wed Sep 04 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.7.2
  * Add capability to remove the currently playing song from the
    playlist. Press space bar to play the next song in the list.
  * Scrolling now stops immediately after the key is released.
  * Better reset of the terminal at program exit.
  * MPRIS widgets are now updated when switching songs while paused
  * When pressing update library ("u"), it now remembers which
    files are enqueued.
  * No more ugly scroll back buffer in the terminal.
* Mon Aug 26 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.7.0
  * Proper MPRIS and PlayerCtl support. Set volume, stop, seek and
    others now work as expected. You can also switch tracks while
    stopped or paused now. Everything should work except openUri
    and repeat playlist which are not available for now.
  * New (optional) dependency: Libnotify. In practice, adding
    libnotify as a dependency means browsing through music will no
    longer make desktop notifications pile up, instead the one
    visible will update itself. This looks much better. kew uses
    libnotify only if you have it installed, so it should if
    possible be an optional thing during installation.
  * Allows binding of other keys for the different ui views that
    you get with F2-F6.
  * Removed the option to toggle covers on and off by pressing 'c'.
  * Removed build warning on systems with ffmpeg 4.4 installed.
  * Only run one instance of kew at a time, thanks @werdahias for
    the suggestion.
  * If you exit the kew with 0% volume, when you open it next time,
    volume will be at 10%. To avoid confusion.
  * Handle SIGHUP not only SIGINT.
  * Prints error message instead of crashing on Fedora when
    playing unsupported .m4a files. This problem is related to
    ffmpeg free/non-free versions. You need the non-free version.
  * Fixed issue where special characters in the song title could
    cause mpris widgets to not work correctly.
- add libnotify-devel BuildRequires: needed for v2.7.0
* Sat Jul 06 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.6.0
  * New command: "kew albums", similar to "kew all" but it queues
    one album randomly after the other. Thank you @the-boar for the
    suggestion.
  * Fixed bug where sometimes kew couldn't find a suitable name for
    a playlist file (created by pressing x).
  * Made it so that seeking jumps in more reasonable smaller
    increments when not in song view. Previously it could jump 30
    seconds at a time.
  * Rolled back code related to symlinked directories, it didn't
    work with freebsd, possibly others.
- Add clang BuildRequires: build for leap
* Tue Jul 02 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.5.1
  * Fixed bug where desktop notifications could lead to a short
    stall of the app at startup if notify-send wasn't installed.
  * Search: Removed duplicate search result name variable. This
    means search results will now have a very low memory footprint.
  * Symlinked directories should work better now. Works best if
    the symlink and the destination directory has the same name.
* Mon Jun 17 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.5.0
  * Fuzzy search! Press F5 to search your library.
  * You can now quit with Esc. Handy when you are in search view,
    because pressing 'q' will just add that letter to the search
    string.
  * Fixed issue where after completing a playthrough of a playlist
    and then starting over, only the first song would be played.
  * Fine tuning of the spectrum visualizer. Still not perfect but
    I think this one is better. I might be wrong though.
  * Made scrolling quicker.
* Wed Mar 27 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.4.4
  * Fixed no sound when playing a flac or mp3 song twice, then
    enqueuing another.
  * Don't save every change to the playlist when running the
    special playlist w*ith 'kew .', only add the songs added by
    pressing '.'.
  * Removed a compiler warning and a few other minor fixes.
* Tue Mar 12 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.4.3
  * Fixed covers not being perfectly square on some terminals.
  * Fixed playlist selector could get 'stuck'.
  * Code refactoring and minor improvements to playlist view.
  * Moved the files kewrc and kewlibrary config files from
    XDG_CONFIG_HOME into XDG_CONFIG_HOME/kew/ or ~/.config/kew.
* Thu Feb 29 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.4.2
  * Fixed a few issues related to reading and writing the library.