Skip to content

Releases: windows-server-2003/ThirdTube

Release v0.1.2

13 Aug 08:45
Compare
Choose a tag to compare

I realized the latest release was broken due to LTO (link time optimization).
I apologize for not having tested thoroughly.

(2021/08/14 11:34 JST) : Fixed typo, binary not changed.

Release v0.1.1

12 Aug 16:07
Compare
Choose a tag to compare

A relatively critical crash bug was found in the previous release, so I'm releasing this with the fix for it.

  • Fixed crashing when playing 1h + video
  • Speeded up YouTube parser for quicker loading
  • Reduced the binary size by removing unnecessary codecs and demuxers from ffmpeg library
  • Implemented experimental network framework using sslc service + manual HTTP/1.1 parser which can be enabled in Settings
    This reuses TLS connection sessions if possible, improving performance for thumbnails and livestreams.
    However, it's less stable than current one using httpc service for now, so it's optional (and disabled by default).
    Bug reports for this feature are greatly appreciated. It would be helpful to include whether the bug still occurs if you turn off this feature in the bug report.

Release v0.1.0

08 Aug 17:27
Compare
Choose a tag to compare
  • Added support for livestreams and premiere videos
    Due to the way it works, smooth playing of livestreams cannot be expected unless you have a very stable connection.
    Live chat is not supported yet.
    You can access to a livestream before it starts, but you'll have to press Advanced -> Reload in order to watch it when it starts.
  • Added more metadata in video player and other pages
    • View count, published date, like count and dislike count in the video page
    • Uploader and duration in video suggestion page
    • Subscribers count and video count for channels, view count and published date for videos in search results
    • Published date and view count in channel video list
  • New icon and banner (thanks @Poketubepoggu)
  • Brought back dark theme
  • Fixed random playback failure due to 403 error
  • Fixed a bug in the parser that caused some videos to fail to play (rare)
  • Fixed slow buffering
  • Fixed long videos (1 h+) taking too much time to load/not playing/crashing
    Extremely long videos like this are still subject to unending loading/freeze/crash.
  • Fixed a bug where the bottom of the video was stretched.

Initial Release

22 Jul 13:48
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Here's the initial alpha release of ThirdTube.
It features basic functions such as searching and viewing videos(of course), comments, suggestions and channels.
Comment threads are not supported yet. You can see the comments but not the replies.
Note that it does not work on old 3DSes(including the old 2DS) due performance issues. (More info in the README)