Skip to content

Releases: NikitaIvanovV/atom-tic80

v1.0.1

06 Aug 17:50
Compare
Choose a tag to compare
  • Raise an error if a user attempts to run a non-existent file

v1.0.0

06 Aug 17:27
Compare
Choose a tag to compare
  • Added compatibility for TIC-80 0.90.0 and above. Unfortunately, due to how command line arguments are passed in the new version, the package is no longer compatible with older versions of TIC.
  • Added complete support for all the languages (except for Fennel)
  • Added unique grammars for every language (e.g. Lua TIC-80, JavaScript TIC-80) to support datatips for the API and syntax highlighting and improve autocompletion and snippets
  • Added API documentation for new 0.90.0 functions
  • Changed Tic80: Create Project behavior to make it simpler
  • Prepend metatags to a file before running TIC-80 (if they are not already present)
  • Added more settings
  • Minor improvements
  • Bug fixes

v0.5.0

07 Jul 02:33
Compare
Choose a tag to compare

Added Squirrel compatibility (thanks to @Kikasuru)

v0.4.0

30 Aug 10:04
Compare
Choose a tag to compare
  • Added option to restart TIC instead of creating a new instance when Run or Run File commands are called
  • Fixed typo in rect autocomplete snippet (thanks to @joshfarquhar)

v0.3.1

28 Aug 08:03
Compare
Choose a tag to compare
  • Added "Open settings" button to executable-not-found notification

v0.3.0

27 Aug 17:28
Compare
Choose a tag to compare
  • Updated menus with "Create Project" command

v0.2.0

27 Aug 16:50
Compare
Choose a tag to compare
  • Major fixes and improvements to Create Project command
    • Allows to specify a language (read how)
  • Support for code-watch command line argument

v0.1.0

25 Aug 21:58
Compare
Choose a tag to compare
  • Every feature added
  • Every bug fixed