Releases: lakrme/atom-levels
Releases · lakrme/atom-levels
0.6.1
- Updated
atom-select-list
to version 0.7.2
0.6.0
- Removed the
atom-space-pen-views
dependency
- Removed the soon to be deprecated and undocumented Atom function
::showSaveDialogSync
- Converted all CoffeeScript files to JavaScript
- Disabled the level select view when executing
- Improved handling of typed messages
- Added
run
command to start execution
- Added description for available commands to the help message
- Added terminal welcome description on how to start and stop execution
- Added doc comments for the public
workspace
functions
- Bug fixes and performance improvements
0.5.5
- Fixed a bug where the execution started before the file was saved
0.5.4
- Removed the
atom-space-pen-views
dependency from several modules
- Converted the level select view into an
atom-select-list
view
0.5.3
- Removed the parentheses from the level status view
- Removed the
underscore-plus
dependency
- Fixed a bug where a non-existing line was written to the terminal
0.5.2
- Fixed a bug in the level status view that is caused by an upgrade of CoffeeScript
- Removed the
atom-text-editor
shadow DOM boundary
0.5.1
- Added support for custom level properties
0.5.0
- It is now possible to deactivate the language information file header in the package settings
- The package API has been updated to provide access to the levels workspace
- Other internal adjustments
0.4.3
- Fixed an error that caused level code editor deserialization to fail due to changes to Atom's
DeserializerManager
API (especially the deserialize
function)
0.4.2
- Fixed a bug that caused the terminal cursor to have an incorrect position when changing the font size after clearing the terminal