Releases: dhotrey/pman
Releases Β· dhotrey/pman
v1.1.1
What's Changed
Bugfixes and minor improvements
- update
GetLastModifiedTimefunction and corresponding tests by @theredditbandit in #44 - This fixes key not found in db error (#60) by @theredditbandit in #61
- refactor ReadReadme func by @theredditbandit in #62
- match any file that has readme in it's name by @theredditbandit in #65
- pman leaks debug info while printing status table by @theredditbandit in #73
Full Changelog: v1.1.0...v1.1.1
v1.1.0
pman v1.1.0 is here!
Major Enhancements π
pman lscommand is now 4x faster for most use cases (#38 by @theredditbandit) π¨pman lsandpman inow sort output by last edited time (#42 by @theredditbandit) β±οΈ- Multiple status filtering added to
pman ls --fcommand (#36) π― Thanks @alexandregv!
Bug Fixes π
- Fixed bug in
ReadREADMEfunction (#33 by @theredditbandit)
CI/CD Improvements π€
- GitHub Actions added for running tests and linting (#25) π Thanks @ccoVeille!
- Typo checking added to GitHub Actions (#26) π Thanks @ccoVeille!
- Dependabot added for automated dependency updates (#27) β¬οΈ Thanks @ccoVeille!
- golangci-lint now runs on entire codebase for every pull request (#31 by @theredditbandit) π§Ή
Testing Improvements π§ͺ
- Tests added for the
dbpackage (#23) π Thanks @yannick2009! - Tests added for the
utilspackage (#34) π Thanks @yannick2009!
Refactoring π οΈ
- Codebase refactored to use errors where possible (#21) π§ Thanks @ccoVeille!
New Contributors π
- @yannick2009 made their first contribution in #23 π
- @alexandregv made their first contribution in #36 π
Full Changelog: v1.0.1...v1.1.0
v1.0.0
What's Changed
- add more core commands to cli (info , alias , delete) , update README and licence as well by @theredditbandit in #1
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #2
- add pretty printing to ls command by @theredditbandit in #3
- project name refactor by @theredditbandit in #4
- Pman tui by @theredditbandit in #5
- Fixed the typos by @flightman69 in #6
- bugfix: fix error message while deletion by @theredditbandit in #11
- update project identifier by @theredditbandit in #12
- add a friendlier ls message by @theredditbandit in #13
- add tui to pman by @theredditbandit in #14
New Contributors
- @theredditbandit made their first contribution in #1
- @dependabot made their first contribution in #2
- @flightman69 made their first contribution in #6
Full Changelog: https://github.com/theredditbandit/pman/commits/v1.0.0