Skip to content

Releases: datatrash/mos

0.5.0

25 May 10:17
Compare
Choose a tag to compare

New features

  • Support for debugging in Visual Studio Code (via the Debug Adapter protocol)
  • Formatting now works with label/code/comment columns
  • Can now use - and + to refer to start and end of scopes
  • Visual Studio Code: Now provides a 'build' task and associated problem matcher

Bugfixes

  • Fixed a number of edge cases related to code completion
  • Code completion doesn't seem to work inside a (segment) block
  • Fix forward references to other segments
  • Fix infinite loop with label before end of block
  • Formatting: No empty lines after a non-block label
  • Formatting: Empty line after a block
  • C/C++-style comments are not highlighted nicely
  • LSP not shutting down correctly
  • Error output is not sorted by line/file

0.4.1

26 Mar 10:44
Compare
Choose a tag to compare

Bugfixes

  • Formatting now works correctly for projects containing multiple files

0.4.0

24 Mar 15:37
Compare
Choose a tag to compare
0.4.0

0.3.1

21 Mar 10:06
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Bugfixes

  • Linux version now shows correct version information

0.3.0

16 Mar 15:58
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

New features

  • Support for macros
  • Support for loops
  • Can now use - and + to refer to start and end of scopes
  • Visual Studio Code: Now provides a 'build' task and associated problem matcher

Bugfixes

  • Rewrote code generation to be both simpler and more accurate
  • The no-color parameter now works as expected

0.2.0

11 Mar 10:09
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

New features

  • Project configuration file is now required in lieu of command-line arguments
  • Language Server support

Changes

  • A lot of internal refactoring

0.1.0

22 Feb 15:25
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First public alpha release! 🎊