Skip to content

Releases: JoelBesada/activate-power-mode

2.7.0 Handle onDidChangeText changes for multicursors

04 Jan 09:07
Compare
Choose a tag to compare
  • Handle onDidChangeText changes for multicursors. (#326)

2.6.0 Delete flow

06 Oct 02:09
Compare
Choose a tag to compare
  • Add delete flow. (#320)
  • Improve on some settings. (#321)
  • Add new type of random colors setting. (#322)

2.5.0 Allow disable exclamations and new color option.

11 Sep 07:59
Compare
Choose a tag to compare
  • Add possibility to disable exclamations letting 0 in exclamationEvery setting. (#307)
  • Add random per spawn color option. (#308)
  • Add select-color command with list to select color. (#309)
  • Add unregister* methods in service api. (#310)
  • Add select-plugin command with list to enable/disable plugins. (#311)

2.4.0 Resize canvas and improve the shake screen.

17 Aug 01:39
Compare
Choose a tag to compare
  • Use ResizeObserver on scrollView to resize canvas. (#302)
  • Use transform: translate() on shake effect. (#301)
  • Fix typo in Flow settings. (#300)

2.3.0 Setting to disable multiplier and context menu improvements.

14 Aug 23:08
Compare
Choose a tag to compare
  • Add setting to turn the multiplier on/off. (#295)
  • All command added to the context menu. (#295)
  • Use will-change for the text editor screen shake effect. (#298)
  • Avoid pointer events on combo element. (#298)
  • Fix bump effect on combo. (#298)

2.2.0 Api improvements and settings fixes.

06 Aug 22:31
Compare
Choose a tag to compare
  • Add getCurrentStreak on combo api. (#288)
  • Add possibility to handle plugin events on canvas effects. (#292)
  • Fix Activation Threshold setting not rendering. (#290)
  • Fix not displaying exclamation on multipliers. (#293)

2.1.0 Fix for Atom 1.19

06 Aug 22:25
Compare
Choose a tag to compare
  • Quick fix for Atom 1.19 beta.
  • Atom 1.19.0 is now the minimum version supported.

2.0.0 Service Api

28 May 02:44
Compare
Choose a tag to compare

This release provides a new service to register plugins, input flows and canvas effects.
Check it out in the wiki.

  • New service to register plugins, canvas effects and input flows.
  • Api to access the screen shake, audio player and the combo.
  • Events on input, pane change, add cursor, and combo streak.
  • Combo now supports multi levels (with multipliers), by default at 20, 50, 100, 200 and 500.
  • Combo shows the counter change.
  • Combo supports decrease and reset.
  • Particles manager util class to create a particle based effect.
  • Improve package activation performance with requestIdleCallback.
  • Non-blocking input by calling requestIdleCallback.
  • Commands to choose effect and flow from a list.
  • Flow from a user's file, for now user-flow.coffee (or .js) in your home dir.
  • Render only 1 each 3 frames.
  • Avoid calling configs each input or frame.
  • Fix issue when minimap is on the left. (#267)

1.4.0 Some performance improvements

19 Mar 08:43
Compare
Choose a tag to compare
  • Some performance improvements (#259)
  • Fix rare bug with combo exclamations (#204, #260)

1.3.0 Typewriter and custom audio & reset max combo

03 Mar 03:17
Compare
Choose a tag to compare
  • Added typewriter and custom path to audio settings
  • Allow custom audio path to be an absolute path
  • Added reset max combo streak command
  • Add class (combo-zero) to combo when 0
  • Move color logic to new color helper
  • Remark particles and effects flow when combo mode on readme
  • Mention audio settings on readme