Releases: frankhale/toby
Toby-1.0.1
Toby-1.0-RC1
Rewrite baby!
There are two sets of binaries, one uses NW.js and the other uses Electron. They are the same release just using different platforms.
Toby-1.0-SNAPSHOT
This is a 1.0 SNAPSHOT build for Windows x64. See the rewrite branch README for details on this build.
Full disclosure: This contains a database of videos I like, feel free to delete them and replace them with what you like.
Toby-0.14.0 Source Only Release
This release is to snapshot the source code as it is now in preparation for the rewrite to be uploaded. This was done as a backup measure only.
Toby-0.14.0
- Rewritten from ground up in Clojurescript + Om
- YouTube search
NOTE:
The Windows binary provides a custom Electron newer than the 0.29.2 release as well as iojs 2.3.4 and libchromiumcontent upgraded to Chrome version 43.0.2357.132. This binary also provides a custom patch to override the HTTP referrer so that videos from VEVO play.
Toby-0.13.0
- now using YouTube API
- lots of tweaks UI
NOTE:
The Windows binary provides a custom Electron with iojs 2.3.1 and a patched libchromiumcontent to override the HTTP referrer so that videos from VEVO will not be blocked.
Toby-0.12.0
Bump version to 0.12.0 This is a source only release. This is in preparation for 0.13 which will use the YouTube API.
Toby-0.11.0
- Rewritten / refactored
- Recently played videos now persist and are reloaded on app launch
Toby-0.8.0
- Set window title for selected videos that show after a video is played
- Allow adding videos selected after a video is played to be added to data.json via F5 key
- Sort search results
- Can get search results by group by wrapping the group name with % in the search
- Built on Atom-Shell 0.21.1
Toby-0.7.0
- Convert code to React