Releases: AlbanDAVID/Toutui
v0.4.2-beta
Warning
This version is not compatible with v0.3.5-beta and bellow.
Please follow the upgrade instructions here.
Important
toutui --update is not working. You can do this instead:
bash -c 'expected_sha256="b5c41bcd3c480fd2ca6ec0031ccecf2cf7cf4ae01f591cad64a320fa7d72331d" export expected_sha256 tmpfile=$(mktemp) && curl -LsSf https://github.com/AlbanDAVID/Toutui/raw/stable/hello_toutui.sh -o "$tmpfile" && bash "$tmpfile" update && rm -f "$tmpfile"'
Added:
- Verifying file integrity using SHA-256 before installation via curl script
Changed:
- Clarification of update/uninstall instructions
PR
- shasum256 by @AlbanDAVID in #30
Full Changelog: v0.4.1-beta...v0.4.2-beta
v0.4.1-beta
Warning
This version is not compatible with v0.3.5-beta and bellow.
Please follow the upgrade instructions here.
Added:
- Archlinux users: the app is now available in the AUR (check here)
Changed:
- minor changes in the installation process.
PR
- Adjust easy install by @AlbanDAVID in #28
Full Changelog: v0.4.0-beta...v0.4.1-beta
v0.4.0-beta
Warning
This version is not compatible with v0.3.5-beta and bellow.
Please follow the upgrade instructions here.
Added:
- Simplified installation and updates by:
- Downloading the binary.
- Compiling from source (no local clone needed).
- Notification if an update is available directly in the app.
- New commands available:
toutui --update and toutui --uninstall
- [Linux only] The app can now be launched via an app launcher.
What's Changed
- [hello_toutui] Merge with user config file peacefully by @dougy147 in #24
- Install improvement by @AlbanDAVID in #26
Full Changelog: v0.3.5-beta...v0.4.0-beta
v0.3.5-beta
Added
- Display number of total items for continue listening, library, episodes and library settings sections (for books and podcasts)
- Display type of library in Settings Library section.
- Clap crate and a function to display the version in the CLI (e.g.
toutui --version)
Fixed
- [macos] vlc version not displayed in listening sessions
- out of bounds in Library Settings section
PR
- v0.3.5-beta by @AlbanDAVID in #23
Full Changelog: v0.3.4-beta...v0.3.5-beta
v0.3.4-beta
What's Changed
- Fix: Handle empty podcast episode lists gracefully. Prevent panic and show 'No episodes' message. by @denispol in #22
New Contributors
Full Changelog: v0.3.3-beta...v0.3.4-beta
v0.3.3-beta
Changed
- Adding a login placeholder to specify the use of http:// or https:// for the server address.
- Display error login message without time limit.
PR
- fix issue #15 by @AlbanDAVID in #17
Full Changelog: v0.3.2-beta...v0.3.3-beta
v0.3.2-beta
Added
- macOS compatibility
Fixed
- Issue with VLC buffer (if a chapter is manually changed or during jump/backward)
- Display issue on small monitors
Changed
- hello_toutui script improved
PR
- v0.3.2-beta by @AlbanDAVID in #14
Full Changelog: v0.3.1-beta...v0.3.2-beta
v0.3.1-beta
Warning
This version is only compatible with v0.3.0-beta.
If you have v0.2.0-beta and below, perform a fresh install.
Fixed
- Fixed: incorrect merge
PR
- Pre release v0.3.1 beta by @AlbanDAVID in #12
Full Changelog: v0.3.0-beta...v0.3.1-beta
v0.3.0-beta
Warning
This version is not compatible with the previous one.
To make it work properly, perform a fresh reinstall.
Added
- Integrated player. Keep calm and stay in your terminal! 😎
Changed
- Faster loading time to play an item.
- Improved synchronization accurary.
- Removed warning during compilation time.
Fixed
- Fixed: issue where pressing R twice was required to refresh the app.
- Fixed: issue causing the cursor to disappear when the application is closed.
- Fixed: issue if app is quitted for the first time and that listening session is empty.
PR
- [hello_toutui] Stricter error handling. by @dougy147 in #8
- [hello_toutui] small fix for $CONFIG_DIR. by @dougy147 in #9
- Pre release v0.3.0 beta by @AlbanDAVID in #11
Full Changelog: v0.2.0-beta...v0.3.0-beta
v0.2.0-beta
You need to remove the database in ~/.config/toutui/db.sqlite3 before proceeding.
Fixed
From known_bugs :
- Fix bug_id: 9bacac
- Fix bug_id: 86384e
- Fix bug_id: 6ac5d8
- Fix bug_id: 06e548
- Fix bug_id: e0b61c
- Fix bug_id: fc695f
- Fix bug_id: 40f48d
- Fix bug_id: bf10cd
What's Changed
- V0.2.0-beta by @AlbanDAVID in #6
Full Changelog: v0.1.3-beta...v0.2.0-beta
Enjoy and be toutui! 🦜