Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 2.76 KB

Version 0.1.6

Version 0.1.5

  • cd67e26 Fixes 3 incorrect references to directories inside the build dir. they were being used without __dirname

Version 0.1.4

  • 70b4461 Updated to clearly state this is a beta
  • ba850e5 Fix videos showing files that are not mp4

Version 0.1.3

Published to npm! Also, renamed the project from playertwo to tenna. As in (an)tenna.

The preferred method of using tenna for now is

npm install -g tenna
tenna path/to/video(optional)
  • 0c209aa removes references to name player two, add consistent nav bar, changes name from playertwo to tenna

Version 0.1.2

Kinda major ui changes with this release. We have made it so that theres is (apparently) a single video element in the page. Clicking on the 'play' icon for a video tile will actually toggle visibility between the different video elements and start playing on the clicked videos element.

Why not a single <video> element ?

This did not work in some devices, specifically the PS Vita.

  • 9554576 Added optimize for web flag to handbrake encoding
  • 225d439 Modified UI so there is a single place where videos get played. Faking a single video element
  • 958bac7 Re arranged dependencies, modev dev only to devDependencies. Removes unnecesary files and console.logs

Version 0.1.1

  • 919dc52 Remove bower
  • 9cb8eab Add browserify as dev-deps, Include vue in browserify bundle

Version 1.0

  • Major refactor to keep everything modularized
  • Update to handbrake-js 1.1 link