Headset Changelog

What's new in Headset 3.3.2

Mar 5, 2021
  • ci: remove publish to Homebrew (#355)

New in Headset 2.0.4 (Oct 12, 2018)

  • Create player window together with main window but load it after main
  • Create tray with windows
  • Localize tray for Windows and change locale when core sends a signal
  • Fix leftover loggers in Windows
  • Add namespace to i18next so scanner can handle the files without errors
  • Fix Chocolate script
  • Merge pull request #197
  • Disable caching for http-server
  • Add onError event to fix unavailable videos
  • Merge pull request #198
  • Merge pull request #200

New in Headset 2.0.2 (Sep 6, 2018)

  • Merge pull request #184 from headsetapp/windows-resize-bug
  • Log windows debug messages to file
  • Merge pull request #185 from headsetapp/windows-debugging
  • Bring back auto minimize
  • Update windows modules
  • Update linux modules
  • Merge pull request #194 from headsetapp/auto-minimize

New in Headset 1.9.0 (May 18, 2018)

  • Merge pull request #148 from headsetapp/version-bump
  • Point to new exe filename for chocoInstall script
  • Update chocolatey website icon and description typos

New in Headset 1.7.0 (Mar 1, 2018)

  • add logger for player did-finish-load
  • Merge pull request #122 from headsetapp/tiny-window

New in Headset 1.6.2 (Dec 18, 2017)

  • Fix segmentation fault on linux #90
  • Update electron-installer-debian to fix any dependency issue #85

New in Headset 1.6.1 (Oct 11, 2017)

  • Add various tests for headset
  • Add before_script to Travis and add lintian as dependency
  • Double timeout for lintian tests
  • Add eslint test and fix code. The build scripts were divided in order to better test the app before the installers are built.
  • Add extra timeout to Travis
  • Add eslint and fix devDependencies for Darwin build
  • Add eslint and fix devDependencies for Windows build
  • Fix package-lock.json for all OSs
  • Update various devDependencies
  • Move eslint to the root directory
  • Fix eslint errors and warnings
  • Move common devDependencies to root package.json
  • Remove common devDependencies. Adds links of devDependencies to PATH It will work on Darwin and Linux, for building windows under Linux/Darwin it will also work. It might need to be changed if building on Windows
  • Move app.js test to root app.js needs variable 'OS' which takes either [darwin, linux, windows] for the path to run the test
  • Add asar to electron-packager
  • Fix Travis to work with the new nested package.json In addition it fixes the npm version to have consistency across builds
  • Adds 'set -e' to all scripts so they exit immediately if errors
  • Install darwin and windows node_modules so eslint doesn't fail We're also chaching all node_modules, so Travis build is faster
  • Overwrite symlinks if already created in PATH
  • Disable eslint "import/no-extraneous-dependencies"
  • Remove symlinks from Travis cache Travis seems to produce errors when cache includes the symlinks
  • Ignore 'func-names' from eslint
  • Move path.sh to shared/bin as it's the same script for all distros We added a preinstall script to all package.json so when working on a single OS, the root dependencies will be installed as well
  • Add eslint to each OS We can run eslint globally or on each OS. We don't have to install node_modules for other systems in orther for eslint to pass when working only on one OS
  • Fix linking of commands on Travis
  • Remove electron-packager from windows dependencies
  • Set eslint as the only root package
  • Improve windows code. Change linux-installer-debian to latest version
  • Fix .eslintrc and remove unneeded files
  • Add OSX support (#75)
  • Fix https to http from postinst script
  • Add consistent versioning to all OSs
  • Add AppVeyor support (#74):
  • Standarize npm script names for windows builds. Chang lint behavior
  • Fix winstaller.js not throwing proper exit code when error
  • Add support for AppVeyor
  • Add AppVeyor deploy for Github releases
  • Travis: Fix lint and build any branch. AppVeyor: deploy only on tags
  • Fix Travis deployment and update dependencies to latest version
  • Add AppVeyor badge to README

New in Headset 1.6.0 (Oct 10, 2017)

  • Remember window position after close
  • Player Full-screen support

New in Headset 1.5.5 (Jul 16, 2017)

  • Fix a js error with globalShortcuts
  • Remember the position of the player before closing

New in Headset 1.5.4 (May 29, 2017)

  • Kill hanging tasks when quitting the app