Skip to content

Releases: darkhz/invidtui

v0.4.5

18 May 12:28
Compare
Choose a tag to compare
invidtui v0.4.5

This release contains the foloowing changes:
- Minor bugfix

v0.4.4

08 Mar 09:50
Compare
Choose a tag to compare
invidtui v0.4.4

This release contains the following changes:
- Minor bugfixes

v0.4.3

08 Mar 03:46
Compare
Choose a tag to compare
invidtui v0.4.3

This release contains the following changes:
- Embedded recommendations tab within the queue
- Custom playback seeker
- Resume from playback position when switching between audio/video modes
- Parse and set timestamps from Youtube URIs
- Minor bugfixes

Notes:
------
- The 'KeySwitchTab' keybinding name is changed to 'KeySwitch'.
  Modify your keybinding configuration accordingly.

v0.4.2

10 Feb 14:30
Compare
Choose a tag to compare
invidtui v0.4.2

This release contains the following changes:
- Show comments for history and queue media items
- Player rendering improvements
- Minor bugfixes

v0.4.1

31 Jan 10:03
Compare
Choose a tag to compare
invidtui v0.4.1

This release contains the following changes:
- Minor bugfixes

v0.4.0

30 Jan 17:55
Compare
Choose a tag to compare
invidtui v0.4.0

This release contains the following changes:
- Bugfixes

v0.3.9

30 Jan 16:13
Compare
Choose a tag to compare
invidtui v0.3.9

This release contains the following changes:
- Minor bugfix

v0.3.8

30 Jan 02:44
Compare
Choose a tag to compare
invidtui v0.3.8

This release contains the following changes:
- Dynamic theming system
	- For instructions, refer to the 'theme' branch of the repository
	(https://github.com/darkhz/invidtui/tree/theme)

- New 'releases' tab in the channel view (alimpfard)
- Enhanced configuration directory handling (nnzv)
- Major bug fixes

Notes:
- Since the config directory handling has changed, check your config directory path by
  doing `invidtui --help`

v0.3.7

23 Dec 12:23
Compare
Choose a tag to compare
invidtui v0.3.7

This release contains the following changes:
- Redesigned media queue
	- On-demand shuffle mode
	- Reduced CPU usage when loading large playlists
	- Media items are fetched from the current instance
	- Audio/Video switching for any media item
	- Status markers shown for the currently selected item

- New media fetcher
	- Shows the "added" status of selected media items
	- Displays errors for each media item separately
	- Allows for reload/cancel actions for each/all media items

- Playlist handling improvements
	- Faster initialization and downloading of playlists
	- Generation of m3u8 playlists in the proper format

- Player changes
	- Optimized track data, status and seekbar rendering
	- Buffering percentage shown when media is loading

- Major bugfixes

Notes:
* Playlists may have to be regenerated/redownloaded if they were previously generated by older versions,
  since the playlist parser has changed, and may not read old generated playlists correctly.

* A new demo video has been uploaded here: https://www.youtube.com/watch?v=Zw7JDcu92FE

v0.3.6

25 Nov 09:28
Compare
Choose a tag to compare
invidtui v0.3.6

This release contains the following changes:
- Playlist entries can be downloaded
	- Press `Ctrl+S` to initialize download after loading the playlist page
	- Download progress can be viewed in the "Downloads Page" (press `Y`)
- Optimizations made to playlist entry loading and rendering (Reduced CPU usage)
	- Rate limiting calls to add playlist entries to MPV
	- Rendering only new/updated content in the queue
	- Cancellable playlist loading (press `x` within the queue)
- Initialization indicator on starting the player when hidden
- UI layout and usability improvements
- Major bugfixes