Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

68 lines (46 loc) · 2.02 KB

Adonis Changelog

0.5.3 - 2024-11-15

Added

  • Update to be used with JetBrains platform 2024.3

0.5.2 - 2024-09-08

  • Migrate source code to Kotlin (thanks @prisca-c !)
  • Migrate to Java 21
  • Fix deploy pipeline
  • Fix project wizard

0.5.1 - 2024-05-03

  • Remove x2 sized Edge icons from resources (fix #26)

0.5.0 - 2024-05-03

  • Update to be used with JetBrains platform 2024.1 (#26, @prisca-c 's first contribution)
  • Refresh capability on Adonis commands list

0.4.0 - 2023-11-29

  • Install wizard was not showing for new project (#20)
  • Insert closing braces on opening
  • Do not show error if Edge tag don't have arguments
  • Insert closing parenthese on opening after a tag name

0.3.1 - 2023-11-23

  • Fix lexing error on multiline tags (#18)

0.3.0 - 2023-11-18

  • Support multiples Adonis projects under separate modules (#14)
  • Update .edge file icon
  • Full and proper support for Emmet abbreviations in .edge files
  • Fix tool window icon size when selected
  • Bug fix on list editor

0.2.0 - 2023-11-10

  • Fix tag closing parenthesis detection in .edge files (#12)
  • Support Adonis project initialization (#1)

Added

  • List Adonis routes GUI
  • Run Adonis make: commands GUI
  • Syntax highlighting for .edge files