Skip to content

Releases: lakrme/atom-levels

0.6.1

19 Jul 15:05
v0.6.1
8ec7bfc
Compare
Choose a tag to compare
  • Updated atom-select-list to version 0.7.2

0.6.0

04 Dec 00:09
b761119
Compare
Choose a tag to compare
  • 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

08 Nov 12:47
822ae57
Compare
Choose a tag to compare
  • Fixed a bug where the execution started before the file was saved

0.5.4

07 Nov 20:13
790c0f2
Compare
Choose a tag to compare
  • Removed the atom-space-pen-views dependency from several modules
  • Converted the level select view into an atom-select-list view

0.5.3

24 Sep 12:09
Compare
Choose a tag to compare
  • 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

23 Sep 22:19
Compare
Choose a tag to compare
  • 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

23 Sep 22:19
Compare
Choose a tag to compare
  • Added support for custom level properties

0.5.0

23 Sep 22:19
Compare
Choose a tag to compare
  • 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

23 Sep 22:18
Compare
Choose a tag to compare
  • 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

23 Sep 22:18
Compare
Choose a tag to compare
  • Fixed a bug that caused the terminal cursor to have an incorrect position when changing the font size after clearing the terminal