Commit graph

6 commits

Author SHA1 Message Date
Rodrigo Osorio
c4e08beaa5 audio/ncspot: update to 1.1.2
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.1.2

This update don't fix the login issue reporting bad credential
reported here: https://github.com/hrkfdn/ncspot/issues/1500
2024-08-27 23:00:02 +02:00
Rodrigo Osorio
6af5e276b3 audio/ncspot: update to 1.1.1
ChangeLog: https://github.com/hrkfdn/ncspot/releases/tag/v1.1.1
2024-06-07 15:03:58 +02:00
Rodrigo Osorio
23380bf638 audio/ncspot: update to 1.1.0
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.1.0
2024-04-15 09:03:03 +02:00
Rodrigo Osorio
1073c99847 audio/ncspot: Update to 1.0.0
Major changes:
    * Add special color for unavailable items
    * Add info command line subcommand to show platform specific information
    * Improve error messages generated by the command line
    * Move UNIX IPC socket from the user's cache path to the user's runtime directory
    * Improve messages relating to errors in the configuration file
    * Fix crash when internal commands can't be handled
    * Documentation for the behavior of the Ctrl+S keybinding
    * Fix multiple instances interfering with each other's MPRIS implementation
    * Fix an unlikely crash when the UNIX IPC socket is removed before ncspot is closed
    * Fix guaranteed crash while quiting ncspot when using MPRIS
    * Fix MPRIS volume not being updated when given numbers smaller than 0 or larger than 1
    * Fix Allow previous track via MPRIS if first track in queue is playing

Full changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.0.0
2023-12-19 22:18:34 +01:00
Rodrigo Osorio
048b02f159 audio/ncspot: update to 0.13.4
Major changes in 0.13.4:
    * Add save current command
    * Add add command for adding song to playlist
    * Improve release build options
    * Fix: Forward mouse events inside layout
    * Sort Artists Ignoring "The"
    * Fix: Gracefully handle local files
    * Fix: Speed up context menu by fetching album only once

Major changes in 0.13.3:
    * Fix incorrect notification ID reuse
    * Fix: ListView decrement selected on remove
    * Support multiple IPC sockets
    * Fix: command line multi-byte prefix panic
    * Prevent tab switching from the command line
    * Fix: config option command_key not working

Full log : https://github.com/hrkfdn/ncspot/releases
2023-07-24 22:29:56 +02:00
Rodrigo Osorio
679af423b1 audio/ncspot: Update to 0.13.2
Port changes:
  - Move cargo list to Makefile.crates for a cleaner Makefile
  - Use default termios (standalone library directly talking to the TTY)
  - Delete ncurses dependency (USES)
  - Use multiple-choice for backend, where at least one option must be enabled
    by default we only enable PORTAUDIO so this change has no effect on people
    using ncspot from packages.

Full app changeLog:
  https://github.com/hrkfdn/ncspot/releases/tag/v0.13.2
  https://github.com/hrkfdn/ncspot/releases/tag/v0.13.1

PR:		271701
Reported by:	eduardo
2023-05-29 16:06:30 +02:00