Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

76 lines (57 loc) · 2.23 KB

1.2.0 2017-01-10

  • Fix deprecations related to the removed Shadow DOM
  • Compatible with only >=1.13.0
  • Try to change for requestAnimationFrame and 2D translate for screen shake, but has to be reverted

1.1.0 2016-10-26

  • Saves max streak

1.0.2 2016-10-05

  • Fix combo font

1.0.1 2016-10-05

  • Audio disabled by default

1.0.0 2016-10-05

  • Audio on keystroke
  • Combo mode, if enabled effects won't appear until reach the activation threshold.

0.9.0 2016-09-19

  • Random colours setting
  • Fixed colour setting

0.8.1 2016-08-25

  • Fix error on untitled files

0.8.0 2016-08-24

  • Exclude file types feature
  • Add enable/disable commands

0.7.4 2016-08-10

  • Fix when canvas has no parent

0.7.3 2016-08-06

  • Fix when scope descriptor is a invalid selector
  • Uses more specific selectors

0.7.2 2016-08-04

  • Fix issue with split panes on atom 1.9.*

0.7.1 2016-08-04

  • Fix issue with autocomplete and linter messages positions on atom 1.9.*
  • Fix issue with getting color, changed color detection logic.
  • Update activate-power-mode.cson for menus
  • Update README
  • Update CHANGELOG

0.7.0 2016-07-01

  • Fix issue with plugin not working when Shadow DOM is disabled in Atom
  • Add support for multiple cursors
  • Add better color detection to prevent getting gray particles when writing at the end of the line

0.6.0 2016-06-30

  • Code refactor, no user-facing changes.

0.5.2 2016-05-03

  • Properly dispose event listeners when disabling the plugin.

0.5.1 2016-05-03

  • Fix issue with the plugin not always initializing correctly when opening a new window.

0.5.0 2016-05-03

  • Added an option to automatically toggle the plugin when starting Atom.
  • Various fixes for particle positioning.

0.4.1 2015-12-06

Version bump to update description on atom.io/packages.

0.4.0 2015-12-06

Related PR: JoelBesada#76

  • Power mode now correctly works when switching between tabs.
  • Fixed drawing issues caused after resizing the window.
  • Power mode can now be toggled off by using the command again.
  • Minor cosmetic changes to the particle effect.
  • Added screen shake config.
  • Added particle config.