Skip to content

Releases: fhukiel/levels-debugger-ruby

0.5.9

19 Jul 14:50
v0.5.9
13631fa
Compare
Choose a tag to compare
  • Updated atom-package-deps to version 6.0.0

0.5.8

25 May 10:31
15a4449
Compare
Choose a tag to compare
  • Added separators to the package menu
  • Updated atom-package-deps to version 5.1.0

0.5.7

29 Nov 14:19
c11c962
Compare
Choose a tag to compare
  • Removed the soon to be deprecated and undocumented Atom function ::showSaveDialogSync

0.5.6

31 Oct 23:32
0dbd131
Compare
Choose a tag to compare
  • Fixed the misalignment of variable table columns
  • Converted all CSON files to JSON
  • Converted all CoffeeScript files to JavaScript

0.5.5

01 Oct 22:28
Compare
Choose a tag to compare
  • Disabled the debugger for level languages other than Ruby

0.5.4

30 Sep 10:19
Compare
Choose a tag to compare
  • Changed the border color of the tables to the pane item border color

0.5.3

18 Sep 11:39
Compare
Choose a tag to compare
  • Bug fixes and performance improvements

0.5.2

05 Sep 18:18
Compare
Choose a tag to compare
  • Bug fixes and performance improvements

0.5.1

31 Aug 14:14
Compare
Choose a tag to compare
  • Added menu entry and keyboard shortcut to stop a replay
  • Converted title tooltips into Atom's beautiful native tooltips
  • Fixed a bug where a replay could be started during running status

0.5.0

30 Aug 10:57
Compare
Choose a tag to compare
  • Improved the debugger state when switching between different files, language grammars and levels
  • Added support for multiple cursors when adding or removing breakpoints
  • Disabled the stepping commands when a blocking status reached
  • Fixed a bug where the ruby program was not terminated correctly