Skip to content

Releases: dareni/shellscripts

v1.0.0

08 Sep 21:36

Choose a tag to compare

v1.0.0 Pre-release
Pre-release

1.0.0 (2025-09-08)

Bug Fixes

  • add resources for junit command (#156) (03c415f), closes #155
  • avoid race conditions on global variables (#94) (3d0bd18)
  • broken dependency (b07ee11)
  • cannot run tests in subapp of a basic gradle from summary window (63dc958), closes #191
  • check just the filename to determine whether the file is a test (00ccc12)
  • check the correct id from report for nested tests (cb30b5b)
  • check windows compatibility with actions (#196) (79ce96f)
  • clear cached classes when compilation fails (#146) (53425b3)
  • compatible paths for windows and unix (#158) (8254cd1), closes #135
  • correct module name on windows (#201) (4824736)
  • dap: add missing debug symbols to debug compilation command (#131) (d4d9830), closes #130
  • detect gradle project by settings file (c9b2f30), closes #184
  • detect the correct module base_dir (197ab5d), closes #199
  • ensure path is compatible in spring property filepaths (65e96a7)
  • error when parsing failure message (#143) (235f8b1)
  • exclude all files inside main folder (eacdbd5)
  • explicit address for compatibility (#111) (a528352)
  • find_module_by_filepath to be compatible with windows os (#154) (c73d1d8), closes #135
  • fixed release workflow (ba511b4)
  • global use of compatible filepaths (#145) (3740253), closes #135
  • gradle: error when reading test that has output text (a32e9bf)
  • ignore wrappers (#119) (d66af09)
  • java files end with ".java" and nothing else later (#104) (9b8751e)
  • Log error when modulepaths element is set. (#200) (4fc8ffa)
  • lua regex to find java files (#90) (4a6bbe4)
  • made result builder tolerant to not finding the test report file (46d52ea)
  • make sure outputDir is created to operate in it (#114) (450f137)
  • multiple classes at level zero (#164) (e1371c1), closes #161
  • nil value error when parsing gradle tests from html report (2448542)
  • only ignore the main directory files (84474f6)
  • parameterized test regex (489fdc8)
  • prevent fail for non existing dir on setup (#95) (e05a45d)
  • prevent false positives when test fails to start because of an error (53d2fcc)
  • problems when cwd changes (#110) (2b16cf2)
  • remove incorrect use of plenary.path (#159) (4fe7a53), closes #135
  • resolve_qualified_name: null pointer when package is empty (#167) (43b4cf9)
  • retrieve config properly (#147) (f3532b8)
  • root finder should look for settings.gradle file (d1af16c), closes #185
  • set debugger to a random port (#113) (0977fe7)
  • set spring config locations for the junit command args (ccdc99f), closes #197
  • show output there was an unexpected error in the test execution (39363eb)
  • temporary fix for treesitter query impacting spec_builder behavior (#57) (a835d64)
  • test execution stuck if a maven project do not have the neotest-java directory (#112) (3a9e3cf)
  • test single methods (d3436fa)
  • tests: need to require vim.treesitter upfront for tests (8698cb3)
  • tests: need to require vim.treesitter upfront for tests (e771bbf)
  • throw error when trying to resolve a test class name from a non-test file (ed8e072)
  • update release.yml (e39ed4f)
  • use default configuration when not specified (#53) (bed1076)
  • use io.open to write files (#140) (0047327)
  • use nio.fn.strftime instead of vim.fn.strftime (#115) (cd25cd4)
  • use the resolve_qualified_name fu...
Read more