This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Releases: InTheCloudDan/intellij-plugin-ld
Releases · InTheCloudDan/intellij-plugin-ld
v0.3.4-beta
Changed
- Only update the flag representation on notify for the changed flag.
v0.3.4-alpha
Changed
- Only update the flag representation on notify for the changed flag.
v0.3.3-beta
Fixed
- Verify feature store setup is always on background thread.
v0.3.3-alpha
Fixed
- Verify feature store setup is always on background thread.
v0.3.2-beta
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
Fixed
- Revert Notifications Class until 2021.2
- Fix check for coderefs config file
v0.3.1-alpha
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
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
Fixed
- Debug logging that was left in the code
Added
- Code References will be downloaded and run based setting interval
Hover for all IDEs
Fixed
- Handle stream connections in separate thread
Changed
- DocumentationProvider should work for all languages now, not just JVM