Releases: dkandalov/limited-wip
Releases · dkandalov/limited-wip
v0.3.14
- support for IntelliJ 2024.1 (which shows errors for actions without getActionUpdateThread())
- fixed deprecations and warnings (issue #50)
v0.3.13
- fixed failing to commit if reformat / optimise imports is enabled (issue #39)
- added
Commit and Push Without Dialog
action
- better wording in popup notification messages
v0.3.12
- store settings in .idea/limited-wip.xml (issue #34)
- killing test during execution is not considered success or failure (issue #37)
- calculate change size correctly when line separators are different in before/after revision (as observed on Windows)
v0.3.11
- support for new commit dialog
- when disabled, watchdog should allow commits
- more sensible change size calculation (which should match visual diffs in IDE)
0.3.10
- added settings to specify time to auto-revert in seconds (issue #31)
- don't treat shelving changes as a commit (issue #13)
- fix for "profileName must not be null" error (issue #28)
v0.3.9
- fixed compatibility with IJ 2019.3 (issue #30)
v0.3.8
amend commit
option for TCR mode (issue #27)
- fix so that
CommitWithoutDialog
is called for the project where TCR tests were run (instead of the currently open project)
v0.3.7
- fix QuickCommit and TCR commit-on-passed-test in IJ 2019.2
- option to never show watchdog notifications
v0.3.6
- plugin settings per project (issue #22)
- auto-revert pause on widget click (issue #23)
- TCR commit in background
- updated default settings based on usage experience
v0.3.5
- fix for using
last commit message
in a new repo (issue #25)