Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 1.62 KB

Changelog

Added

Changed

Removed

Fixed

1.1.2 - 2023-06-11

Changed

  • Update Kotlin to 1.8.22
  • Update OPENRNDR/ORX to 0.4.3

Fixed

1.1.1 - 2023-03-19

Changed

  • Update Kotlin to 1.8.10
  • Update OPENRNDR/ORX to 0.4.2
  • Update gradle-intellij-plugin to 1.13.2

1.1.0 - 2022-12-24

Added

  • Support for 2022.3

Fixed

  • Using color picker on ColorRGBa.fromHex with leading zeroes in the hex string produced unexpected results
  • Color picker wasn't properly handling calls with function overloads such as rgb("#f0f")

Added

  • ColorRGBa preview in the gutter
  • Editing ColorRGBa with the color picker in the gutter
  • ColorRGBa preview in debugger and expression evaluation dialog
  • ColorRGBa preview in the auto-completion dialog