Revisions of ncspot

JL K's avatar JL K (jlkDE) committed (revision 34)
Change required rust build version to 1.70

Note: Right now `cargo audit` reports 5 vulnerabilities that prevent the build. A first assessment with the request for clarification was made upstream: https://github.com/hrkfdn/ncspot/issues/1366 As long as this is open the package won't be submitted to factory.
JL K's avatar JL K (jlkDE) accepted request 1137274 from JL K's avatar JL K (jlkDE) (revision 33)
- Build via cargo packaging
- Extend service to fetch and prepare package
- Update to version 1.0.0

Note: Right now `cargo audit` reports 5 vulnerabilities that prevent the build. A first assessment with the request for clarification was made upstream: https://github.com/hrkfdn/ncspot/issues/1366 As long as this is open the package won't be submitted to factory.
buildservice-autocommit accepted request 1101104 from JL K's avatar JL K (jlkDE) (revision 32)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1101103 from JL K's avatar JL K (jlkDE) (revision 31)
"Update to version 0.13.4"
buildservice-autocommit accepted request 1093584 from JL K's avatar JL K (jlkDE) (revision 30)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1093583 from JL K's avatar JL K (jlkDE) (revision 29)
Update to version 0.13.3
buildservice-autocommit accepted request 1087287 from JL K's avatar JL K (jlkDE) (revision 28)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1087285 from JL K's avatar JL K (jlkDE) (revision 27)
Update to version 0.13.2
buildservice-autocommit accepted request 1079624 from JL K's avatar JL K (jlkDE) (revision 26)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1079621 from JL K's avatar JL K (jlkDE) (revision 25)
Update to version 0.13.1
buildservice-autocommit accepted request 1070740 from JL K's avatar JL K (jlkDE) (revision 24)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1070739 from JL K's avatar JL K (jlkDE) (revision 23)
- Update to version 0.13.0
- Switch to zst compression for vendored deps
buildservice-autocommit accepted request 1045834 from JL K's avatar JL K (jlkDE) (revision 22)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1045833 from JL K's avatar JL K (jlkDE) (revision 21)
Update to version 0.12.0
buildservice-autocommit accepted request 1012063 from JL K's avatar JL K (jlkDE) (revision 20)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1012062 from JL K's avatar JL K (jlkDE) (revision 19)
- Update to version 0.11.2
  Maintenance
  * Cleanup: Remove PlayTrackMenu
  * Fix: Crash on liked artist but no liked music
  Features
  * Improve context menus to make the UX/UI more consistent
  * Exit gracefully on SIGTERM and SIGHUP
buildservice-autocommit accepted request 1004485 from JL K's avatar JL K (jlkDE) (revision 18)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 1004484 from JL K's avatar JL K (jlkDE) (revision 17)
- Update to version 0.11.1
  Maintenance
  * Fix theming in context menus
  * Fix ListView scrollbar behavior
  * Switch to Termion backend by default for true color support
  * Fix references to pancurses backend in README
  * Changes to README capitalized in playlists
  * Fixed clipboard not working on GNOME Wayland.by
  * Fix: don't crash on empty command line input
  * Other refactoring and cleanups
  * Fix back button mouse left click
  * Fix librespot audio cache path
  * Fix: set track position only for clicks, not hold
  * Fix: Use buffered backend to prevent flickering with Termion
  * Fix: remove broken album cache staleness detection
  * Fix: Re-request album tracks if it has >50 tracks
  * Fixed pagination bug that caused items not to load when
    scrolling with mouse
  * Fix pagination in "Browse" screen
  Features
  * Add category browsing to library
  * Add customization of notification message texts
  * Improved mouse support
  * Mouse wheel: scroll up/down without changing focus
buildservice-autocommit accepted request 991883 from JL K's avatar JL K (jlkDE) (revision 16)
baserev update by copy to link target
JL K's avatar JL K (jlkDE) accepted request 991882 from JL K's avatar JL K (jlkDE) (revision 15)
- Update to version 0.10.1
  Maintenance
  * Add logo to cargo-deb assets
  * Clean up documentation
  * Enable wayland clipboard support by default on supported
    platforms
  * Update to librespot 0.4.2
    * Should fix ChannelError issues which were previously fixed
      with a workaround in /etc/hosts
  * Updated context menu info and config values table in README
  Features
  * Add 'hide_display_names' config option
  * Added possibility to Follow/Unfollow artists via the context
    menu
  * Add statusbar_format option to configure track formatting in
    status bar
- Automatic update of vendored dependencies
- Package desktop file
- Depend on rust version 1.61
- Update to version 0.10.0
  Maintenance
  * Update to Librespot 0.4.1
  * Prevent integer overflow when calculating cache size
  * Fix some errors and warnings when enabling/disabling features
  * Fix: don't throw error if search yields no result
  Features
  * Add option (library_tabs) to customize library tabs
  * Add track_format config option for custom track formatting in
    lists
  * Add desktop entry & notification icon hint
- Automatic update of vendored dependencies
- Update to version 0.9.8
  Maintenance
  * Disable compat feature in futures
  * Remove webbrowser crate
  * Only download cover image when flag enabled
  * Fix: do not crash DBus on invalid Spotify URIs
  Features
  * Add playback_state config option
  * Add option to play track from context menu dialog
- Do not strip binary via Cargo
- Format spec file via osc service
- Update to version 0.9.6
  * Fix error messages shown on successful commands
  * Notification improvements (update existing notification, set
    application name)
  * Dependency updates
- Require cargo version 1.58 at least for binary stripping on cargo
  build
- Strip binary
- Update to version 0.9.6
  Maintenance
  * Enable autojump for playlist selection list in context menu
  * Use notify-rust with dbus instead of zbus
  * Fix compilation on Rust versions < 1.58.0
  * Make album sorting case-insensitive
  * Enable gapless by default
  * Improve playlist sorting
  * Dependency updates
- Update to version 0.9.5
  Maintenance
  * Fix release build name and win32 feature
  * seek spits out correct error when used with no args
  * Migrate to cursive 0.17
  * Remove notifications' dependency on cover
  * Fix errors showing up even though the command was successful
  * Fix lists that were shown as empty even though they contained
    items
- Update to version 0.9.4
  Maintenance
  * Sort library after saving an album
  * Stop player when Spotify worker thread dies
  * Update librespot to 0.3.1
  * Major/breaking update to rspotify 0.11.3
  * Refactoring and other cleanups
  * Fix crash when saving track or opening similar tracks
  * Fixed MPRIS OpenUri function not respecting ncspot's shuffle
    setting
  * Fix queuing of playlists causing "play next" to be broken
  * More detailed error message in case of command parse error
  * Remove panics in the update_token flow
  Features
  * Add command to show recommendations
  * Enable binding multiple commands to a key
  * Add "Share album" contextmenu entry
  * Add redraw command and bind to CTRL+L
  * Add initial_screen config variable
  * Add userRating entity to MPRIS metadata
  * Show playlist owner name
  * Introduce cache file format version indicator.
  * Added Wayland clipboard support
  * Added jumpnext and jumpprevious as commands
  * Add exec command allowing users to execute shell commands on
    key press
  * Improved seek command to allow more units (e.g. 2s), check
    parse_duration documentation for accepted units
  * Set terminal title to ncspot
- Update to version 0.8.2
  Maintenance
  * Reduce API calls by only fetching the full track details if
    necessary
  * Refactoring, other cleanups and dependency updates
  * Remove broken Facebook login code (#310).
  Features
  * Scrolling on volume text increases/decreases volume.
- Initial package, version 0.8.1
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by