Skip to content

Releases: dkandalov/limited-wip

v0.3.14

14 Oct 22:45
Compare
Choose a tag to compare
  • support for IntelliJ 2024.1 (which shows errors for actions without getActionUpdateThread())
  • fixed deprecations and warnings (issue #50)

v0.3.13

10 Jun 07:03
Compare
Choose a tag to compare
  • 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

14 Feb 20:46
Compare
Choose a tag to compare
  • 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

04 Jun 23:25
Compare
Choose a tag to compare
  • 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

20 Jan 19:53
Compare
Choose a tag to compare
  • 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

02 Dec 19:10
Compare
Choose a tag to compare
  • fixed compatibility with IJ 2019.3 (issue #30)

v0.3.8

20 Aug 08:57
Compare
Choose a tag to compare
  • 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

31 Jul 15:37
Compare
Choose a tag to compare
  • fix QuickCommit and TCR commit-on-passed-test in IJ 2019.2
  • option to never show watchdog notifications

v0.3.6

27 Jun 08:12
Compare
Choose a tag to compare
  • 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

09 Jun 13:39
Compare
Choose a tag to compare
  • fix for using last commit message in a new repo (issue #25)