Releases: JoelBesada/activate-power-mode
Releases · JoelBesada/activate-power-mode
2.7.0 Handle onDidChangeText changes for multicursors
2.6.0 Delete flow
2.5.0 Allow disable exclamations and new color option.
- Add possibility to disable exclamations letting
0
inexclamationEvery
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.
2.3.0 Setting to disable multiplier and context menu improvements.
2.2.0 Api improvements and settings fixes.
2.1.0 Fix for Atom 1.19
- Quick fix for Atom 1.19 beta.
- Atom 1.19.0 is now the minimum version supported.
2.0.0 Service Api
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
1.3.0 Typewriter and custom audio & reset max combo
- 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