Skip to content

Releases: Bdeering1/polykill

v1.1.1

06 Jun 23:54
Compare
Choose a tag to compare

What's Changed

  • renamed --hide-empty option to --skip-empty and added -s shorthand
  • small fix to git project search (projects within monorepos should be detected more often now)
  • various minor code refactors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Jun 18:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

05 Jun 03:21
Compare
Choose a tag to compare

Changes

  • added splash art to search screen
  • added --hide-empty flag
  • added cli integration tests to validate behaviour for various runtime scenarios
  • created github workflow to run integration tests on windows, macOS, and linux environments

Full Changelog: v0.5.3...v1.0.0

v0.5.3

24 May 20:30
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Changes

  • fixed menu alignment issue for misc. projects with "build" directory

Full Changelog: v0.5.2...v0.5.3

v0.5.2

22 May 14:14
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Changes

  • Build artifacts directory is now specified under "Type" in the menu

Full Changelog: v0.5.1...v0.5.2

v0.5.1

18 May 23:57
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Changes

  • Improved documentation
  • Git repositories are only searched one layer past the root
    • this changes aims to support monorepos while avoiding nested dependency code
    • does not apply if root itself contains a project identifier
  • Added maximum search depth for projects not tracked by git
  • More efficient deletion of build artifacts for miscellaneous projects

v0.5.0

18 May 21:04
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Changes

  • Added miscellaneous project type
    • includes repos / directories with bin, build, or dist folders that don't belong to other categories

Full Changelog: v0.4.1...v0.5.0

v0.4.1

13 May 13:29
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Changes

  • removed pageup/pagedown bindings (not compatible with most terminals)
  • metadata fix

Full Changelog: v0.4.0...v0.4.1

v0.4.0

12 May 02:19
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changes

  • added support for Gradle projects
  • added pageup/pagedown key bindings for switching pages
  • added better menu feedback when projects are in the process of being deleted
  • removed bytesize dependency

Full Changelog: v0.3.3...v0.4.0

v0.3.3

08 May 22:03
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

Changes

-fixed possible arithmetic errors when sizing menu for very short console windows

Full Changelog: v0.3.2...v0.3.3