Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 1.26 KB

0.9.0 - Faster loading

  • using custom getAvilablePackages
  • lazy loading of the views and bundles

0.8.0 - Faster loading

  • using atom-space-pen-views-plus

0.8.0 - Building with rollup to speedup loading

0.7.0 - CSON config files are deprecated in favor of JSON

0.6.0 - Codebase is rewritten in TypeScript

0.5.0 - Edit config files manually

  • package-switch:open-global opens the global config file
  • Added context menu command for config files in tree-view to open them as text editors
  • Add options to invert save data and thus disable EVERYTHING except for a few packages
  • Fix save and restore

0.4.0 - Local bundles

  • A .package-switch.cson in a project's root folder can now store a local bundle.
  • Local bundles can be executed via package-switch:*-packages
  • Local bundles can be executed by opening the file's UI and clicking on the Execute/Execute Opposite buttons

0.3.0 - "More" bundles

  • Renamed package-switch:*-bundle to package-switch:*-packages
  • Individual packages can be started/stopped too

0.2.0 - Save and restore package states

0.1.0 - First Release

See README.md for details