- update to 2.0.0: * added Clock component in the TUI interface with the -c flag * French translations for documentation * Refactored UI architecture * Improved input handling and UI initialization flow * Updated audio playback logic, including waiting/handling state changes * Improved track listing and formatting * Updated volume management and display * Revised README and contributing guidelines * Cleaned up dependencies and updated Cargo.toml / Cargo.lock * Expanded error handling in track management OBS-URL: https://build.opensuse.org/request/show/1325284 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/lowfi?expand=0&rev=18
98 lines
3.9 KiB
Plaintext
98 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
||
Sun Jan 4 14:10:09 UTC 2026 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- update to 2.0.0:
|
||
* added Clock component in the TUI interface with the -c flag
|
||
* French translations for documentation
|
||
* Refactored UI architecture
|
||
* Improved input handling and UI initialization flow
|
||
* Updated audio playback logic, including waiting/handling state changes
|
||
* Improved track listing and formatting
|
||
* Updated volume management and display
|
||
* Revised README and contributing guidelines
|
||
* Cleaned up dependencies and updated Cargo.toml / Cargo.lock
|
||
* Expanded error handling in track management
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 3 07:50:16 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- update to 1.7.2:
|
||
* Tracks can now be bookmarked with the b key.
|
||
* Bookmarks are saved to bookmarks.txt in the app’s data directory.
|
||
* UI shows a * next to bookmarked tracks.
|
||
* Bookmark state is persisted across sessions.
|
||
* Frame rate (--fps) is now adjustable from the CLI.
|
||
* UI shows download progress, mute status, and bookmark indicator.
|
||
* Track downloads now report progress via atomic counters.
|
||
* UI can show percentage during track loading.
|
||
* Explicit two-stage flow: download → decode → play.
|
||
* Improved ALSA silencing on Linux.
|
||
* Added --timeout flag (download timeout in seconds).
|
||
* --track_list alias for --tracks.
|
||
* Default tracklist switched from lofigirl → chillhop.
|
||
* Track info now shows display_name instead of raw file name.
|
||
* m → mute indicator visible in UI.
|
||
* improved Error Handling
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Apr 12 07:59:13 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- update to 1.6.0:
|
||
* Add mpv and vim-like keybindings by @beune in #57
|
||
* docs: update controls by @danielwerg in #58
|
||
* chore: update chillhop track list by @danielwerg in #56
|
||
* fix: show volume bar (mpris) by @danielwerg in #59
|
||
* docs: fix typos and spelling by @danielwerg in #62
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 13 10:52:46 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- update to 1.5.6:
|
||
* fix potential dangling pointer
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 8 08:39:42 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- update to 1.5.5:
|
||
* fix: make scrape command deterministic and update lofigirl list
|
||
* feat: allow variable width
|
||
* fix: read list header to lofigirl list
|
||
* fix: use unicode-segmentation to fix issues with unicode track names
|
||
* bump dependencies
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 31 07:25:00 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- update to 1.5.3:
|
||
* documentation improvements
|
||
* fix: tracklist shorthand not working
|
||
* feat: make MPRIS bus suffixes unique
|
||
* bump dependencies
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 21 08:23:33 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- update to 1.5.2:
|
||
* fix: only import mpris_server with the feature
|
||
* docs: fix grammar mistake
|
||
* fix(mpris): fix initial playback status when there's a new track
|
||
* fix(mpris): handle edge case when paused
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 16 13:04:11 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- update to 1.5.0:
|
||
* add description of available controls
|
||
* feat: add play and pause messages
|
||
* feat: add custom sources
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Oct 15 09:57:31 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- removed .obscpio file
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Oct 15 07:22:07 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||
|
||
- first packaged version: 1.4.2
|