Releases: theredditbandit/pman
Releases · theredditbandit/pman
v1.1.1
What's Changed
Bugfixes and minor improvements
- update
GetLastModifiedTime
function 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 ls
command is now 4x faster for most use cases (#38 by @theredditbandit) 💨pman ls
andpman i
now sort output by last edited time (#42 by @theredditbandit) ⏱️- Multiple status filtering added to
pman ls --f
command (#36) 🎯 Thanks @alexandregv!
Bug Fixes 🐞
- Fixed bug in
ReadREADME
function (#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
db
package (#23) 👏 Thanks @yannick2009! - Tests added for the
utils
package (#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