Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Releases: frankhale/toby

Toby-1.0.1

21 Apr 22:30
Compare
Choose a tag to compare
  • Rewrote in Typescript
  • Shipping with NW.js and Electron as platforms suitable for running Toby
  • Shipping with Toby Launcher for easier method to run Toby

Toby-1.0-RC1

28 May 01:21
Compare
Choose a tag to compare

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

24 May 02:55
Compare
Choose a tag to compare
Toby-1.0-SNAPSHOT Pre-release
Pre-release

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

01 Mar 19:53
Compare
Choose a tag to compare

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

14 Jul 03:16
Compare
Choose a tag to compare
  • 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

27 Jun 17:54
Compare
Choose a tag to compare
  • 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

26 Jun 17:11
Compare
Choose a tag to compare
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

17 Jun 02:20
Compare
Choose a tag to compare
  • Rewritten / refactored
  • Recently played videos now persist and are reloaded on app launch

Toby-0.8.0

04 Feb 00:52
Compare
Choose a tag to compare
  • 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

02 Feb 05:23
Compare
Choose a tag to compare
  • Convert code to React