Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Releases: InTheCloudDan/intellij-plugin-ld

v0.3.4-beta

03 Mar 16:12
Compare
Choose a tag to compare

Changed

  • Only update the flag representation on notify for the changed flag.

v0.3.4-alpha

03 Mar 16:07
8802379
Compare
Choose a tag to compare

Changed

  • Only update the flag representation on notify for the changed flag.

v0.3.3-beta

02 Mar 15:57
Compare
Choose a tag to compare

Fixed

  • Verify feature store setup is always on background thread.

v0.3.3-alpha

02 Mar 15:52
0c68257
Compare
Choose a tag to compare

Fixed

  • Verify feature store setup is always on background thread.

v0.3.2-beta

28 Feb 18:44
Compare
Choose a tag to compare

Fixed

  • When selecting a project in Project Override settings it would revert to first in list
  • Hover throwing NPE if flags were not loaded

Changed

  • Load flags for flag panel in background thread
  • Do not show SVG on hover until YouTrack issue is fixed

Added

  • Code References will be downloaded and run based setting interval if coderefs.yaml is present in Project

Security

v0.3.2-alpha

26 Feb 17:36
efd8d6d
Compare
Choose a tag to compare

Fixed

  • Revert Notifications Class until 2021.2
  • Fix check for coderefs config file

v0.3.1-alpha

25 Feb 20:57
2f49fe0
Compare
Choose a tag to compare

Fixed

  • Using only Project Overrides Configuration would throw an error
  • Use InvokeLater for any threads affecting the UI
  • Check for coderefs.yaml to exist before scheduling to run

Added

  • Support for 2021 EAP

v0.3.0-alpha

23 Feb 14:39
Compare
Choose a tag to compare

Fixed

  • When selecting a project in Project Override settings it would revert to first in list
  • Hover throwing NPE if flags were not loaded

Changed

  • Load flags for flag panel in background thread
  • Do not show SVG on hover until YouTrack issue is fixed

Added

  • Code References will be downloaded and run based setting interval

Security

v0.2.0-alpha

06 Jan 02:12
a32c708
Compare
Choose a tag to compare

Fixed

  • Debug logging that was left in the code

Added

  • Code References will be downloaded and run based setting interval

Hover for all IDEs

29 Dec 01:04
Compare
Choose a tag to compare

Fixed

  • Handle stream connections in separate thread

Changed

  • DocumentationProvider should work for all languages now, not just JVM