Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Releases: AlbanDAVID/Toutui

v0.4.2-beta

15 May 19:59
378c5e2

Choose a tag to compare

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

Full Changelog: v0.4.1-beta...v0.4.2-beta

v0.4.1-beta

14 May 12:36
9dee559

Choose a tag to compare

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

Full Changelog: v0.4.0-beta...v0.4.1-beta

v0.4.0-beta

10 May 16:38
9cc9959

Choose a tag to compare

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

Full Changelog: v0.3.5-beta...v0.4.0-beta

v0.3.5-beta

27 Apr 16:43
fbdeaca

Choose a tag to compare

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

Full Changelog: v0.3.4-beta...v0.3.5-beta

v0.3.4-beta

23 Apr 15:15

Choose a tag to compare

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

02 Apr 17:14
852ef89

Choose a tag to compare

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

Full Changelog: v0.3.2-beta...v0.3.3-beta

v0.3.2-beta

26 Mar 18:22
37faa7b

Choose a tag to compare

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

Full Changelog: v0.3.1-beta...v0.3.2-beta

v0.3.1-beta

25 Mar 12:13

Choose a tag to compare

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

Full Changelog: v0.3.0-beta...v0.3.1-beta

v0.3.0-beta

24 Mar 18:28
57917dc

Choose a tag to compare

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

Full Changelog: v0.2.0-beta...v0.3.0-beta

v0.2.0-beta

07 Mar 17:13
0374f8c

Choose a tag to compare

⚠️ WARNING: This version is not compatible with the previous one.
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

Full Changelog: v0.1.3-beta...v0.2.0-beta

Enjoy and be toutui! 🦜