Skip to content

Releases: viktomas/godu

v1.5.2

19 May 18:50
Compare
Choose a tag to compare

Changelog

After a few hiccups with the release pipeline (that's why this is 1.5.2 and not 1.5.0), this release contains a small documentation improvement:

Thank you @kanlac

v1.4.1

20 Nov 12:19
Compare
Choose a tag to compare

Changelog

  • fcc4dde add freebsd as an OS in goreleaser

v1.4.0

16 Nov 18:52
Compare
Choose a tag to compare

Changelog

  • 86fcdd5 chore: pass token to the goreleaser action
  • 2ebf92d feat: automate homebrew releases
  • 4546a79 feat: upgrade the tcell rendering library to v2

v1.3.1

17 Sep 08:56
Compare
Choose a tag to compare

Changelog

  • 6a5725f Updating all dependencies (#88)
  • 7bf4956 Add test GitHub action (#89)
  • f5017c1 Changing the contributing documentation
  • ccc3390 Create commands package
  • 6ff77a7 Create files package
  • c1f529e Merge pull request #79 from viktomas/core-split
  • caacf85 Name the GitHub Actions folder correctly
  • 1caa789 README: Install godu using homebrew (#81)
  • 44aea9c Simplifying ignore logic (#80)
  • e765209 Update README with up-to-date go install instructions
  • d8b1fe4 chore: run go mod tidy
  • 42eab09 ci: initial goreleaser configuration
  • 2c3c5ef refactor: simplify sorting files

godu v1.3

20 Jan 08:01
af23dd1
Compare
Choose a tag to compare

@leslie-wang fixed scrolling in columns, now it's possible to scroll through large folders 🎉

godu v1.2

04 Nov 19:58
6c3ca75
Compare
Choose a tag to compare

@abitrolly implemented a -v switch that will show you what version of godu are you running ✌️

godu v1.1

13 Mar 13:02
0d640ea
Compare
Choose a tag to compare

This release contains 2 new features

  • Information about godu walking the file system before it starts: #14
  • Status bar that informs user about total size of files selected: #61

Thanks to @leonklingele for support.

godu v1.0

09 Apr 23:03
ea80b0f
Compare
Choose a tag to compare

The support for single quotes around file names has been removed just before the first release. Please use -print0 for null terminating in combination with xargs

Thanks to @leonklingele for support.