Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kew-2.4.4-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: kew Distribution: openSUSE:Factory:zSystems
Version: 2.4.4 Vendor: openSUSE
Release: 1.1 Build date: Wed Mar 27 04:33:29 2024
Group: Unspecified Build host: reproducible
Size: 944195 Source RPM: kew-2.4.4-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ravachol/kew
Summary: A command-line music player
Listen to music in the terminal.

Provides

Requires

License

GPL-2.0-only

Changelog

* 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.
* Mon Feb 26 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.4.1
    * Improved album cover color mode. Press 'i' to try this.
    * To accelerate startup times, there is now a library cache.
      This feature is optional and can be enabled in the settings
      file (kewrc). If the library loading process is slow, you'll
      be prompted to consider using the cache.
    * You can now press 'u' to update the library in case you've
      added or removed songs.
    * Faster "kew all". It now bases its playlist on the library
      instead of scanning everything a second time.
    * Fixed when running the special playlist with "kew .", the app
      sometimes became unresponsive when adding / deleting.
    * Code refactoring and cleanup.
* Sun Feb 18 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.4
    * Much faster song loading/skipping.
    * New settings: configurable colors. These are configured in the
      kewrc file (in ~/.config/ or wherever your config files are)
      with instructions there.
    * New setting: hidehelp. Hides the help text on library view
      and playlist view.
    * New setting: hidelogo. Prints the artist name as well as the
      song title at the top instead of a logo.
    * Fixed an issue with shuffle that could lead to a crash.
    * Fixed an issue where it could crash at the end of the
      playlist.
    * Fixed an issue where in some types of music libraries you
      couldn't scroll all the way to the bottom.
    * Fixed notifications not notifying on songs with spaces in
      cover art url.
    * Fixed sometimes not being able to switch song.
    * Further adjustments to the visualizer.
    * .aac and .mp4 file support.
    * New option: -q. Quits right after playing the playlist (same
      as --quitonstop).
    * Improved help text.
    * The visualizer now (finally!) works like it's supposed to for
      all formats.
    * Proper clean up and restore cursor when using CTRL-C to quit
      the app.
    * Don't refresh track view twice when skipping to the previous
      song.
    * Notifications of currently playing song through notify-send.
      New setting: allowNotifications. Set to 0 to disable
      notifications.
    * Fixed an issue that could lead to a crash when switching
      songs.
    * Fixed an issue with switching opus songs that could also lead
      to a crash.
    * Plus other bug fixes.
* Sat Feb 03 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.2.1
    * Fixed issue related to enqueuing/dequeuing the next song.
* Sat Feb 03 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.2
    * This update mostly contains improvements to stability.
    * M4a file decoding is no longer done by calling ffmpeg
      externally, it's (finally) done like the other file formats.
      This should make kew more stable, responsive and it should
      consume less memory when playing m4a files.
    * kew now starts the first time with your system volume as the
      volume, after that it remembers the last volume it exited with
      and uses that.
    * kew now picks up and starts using the cover color without the
      user having to first go to track view.
* Fri Jan 26 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.1.1
    * Fixed a few issues related to passing cover art url and track
      length to mpris. Should now display cover and progress
      correctly in widgets on gnome/wayland.
* Mon Jan 22 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.0.4
    * You can now add "-e" or "--exact" in your searches to return an
      exact (not case sensitive) match. This can be helpful when two
      albums have a similar name, and you want to specify you want
      one or the other. Example: kew -e basement popstar.
    * Fixed issue where pressing del on the playlist changed view to
      track view.
* Mon Jan 15 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.0.3
    * Fixed issue where sometimes the last of enqueued songs where
      being played instead of the first.
    * F4 is bound to show track view, and shown on the last row, so
      that the track view isn't hidden from new users.
* Fri Jan 12 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.0.2
    * moved mutex initialization code
    * small graphical tweaks
    * show songs before enqueueing everthing
* Thu Jan 11 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.0.1
    * New view: Library. Shows the contents of the music library.
      From there you can add songs to the playlist.
    * Delete items from the playlist by pressing Del.
    * You can flip through pages of the library or playlist by
      pressing Page Up and Page Down.
    * Starting kew with no arguments now takes you to the library.
    * After the playlist finishes playing, the library is shown,
      instead of the app exiting.
    * To run kew with all songs shuffled like you could before, just
      type "kew all" in the terminal.
    * Running kew with the argument --quitonstop, enables the old
      behavior of exiting when finished.
    * Removed the playlist duration counter. It caused problems when
      coupled with the new features of being able to remove and add
      songs while audio is playing.
    * New ascii logo! This one takes up much less space.
    * kew now shows which song is playing on top of the library and
      playlist views.
    * Volume is now set at 50% at the start.
    * Also many bug fixes.
* Sun Dec 10 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.11
    * Now shows volume percentage. New alternate key for raising
      volume: =.
    * Fixed bug where on a small window size, the Nerd Fonts for
      seeking, repeat and shuffle when all three enabled could mess
      up the visualizer.
* Mon Dec 04 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.10
    * Improved config file, with more information on how to make key
      bindings with special keys for instance.
    * Changing the volume is now for just kew, not the master volume
      of your system.
    * Switching songs now unpauses the player.
    * Fixed issue of potential crash when uninitializing decoders.
* Fri Dec 01 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.9
    * Fixed a potential dead-lock situation.
    * Fixed one instance of wrong metadata/cover being displayed for
      a song on rare occasions.
    * Fixed an issue that could lead to a crash when switching songs.
    * Fixed issue of potential crash when closing audio file.
    * Fixed playlist showing the previous track as the current one.
    * Much improved memory allocation handling in visualizer.
    * Playlist builder now ignores hidden directories.
* Wed Nov 29 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.8.1
    * Fixed bug where kew for no reason stopped playing audio but
      kept counting elapsed seconds.
    * Fixed bugs relating to showing the playlist.
    * Fixed bug where trying to seek in ogg files led to strange
      behavior. Now seeking in ogg is entirely disabled.
    * More colorful visualizer bars when using album cover colors.
* Tue Nov 28 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.8
    * visualizer bars now grow and decrease smoothly (if your
      terminal supports unicode).
    * m4a files quit properly.
* Mon Nov 27 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.7.4
    * kew is now interactive when paused.
    * Fixed issue with crashing after a few plays with repeat
      enabled.
    * Deletes cover images from cache after playing the file.
* Sun Nov 26 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.7.3
    * Fixed issue with crashing after a few plays with repeat
      enabled.
    * Fixed issue with crash after seeking to the end of songs a few
      times.
* Thu Nov 23 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.7.2
    * Introduced Nerd Font glyphs for things like pause, repeat, fast
      forward and so on.
    * More minor fixes.
    * Fixed issues with the makefile.
* Mon Nov 20 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 1.7.1
    * Fixes a few issues in 1.7.0
* Fri Nov 17 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Initial package

Files

/usr/bin/kew
/usr/share/doc/packages/kew
/usr/share/doc/packages/kew/README.md
/usr/share/licenses/kew
/usr/share/licenses/kew/LICENSE
/usr/share/man/man1/kew.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:50:01 2024