Skip to content

Releases: dhotrey/pman

v1.1.1

16 Jul 03:50
1d9296d
Compare
Choose a tag to compare

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

22 May 10:05
d0d94b1
Compare
Choose a tag to compare

pman v1.1.0 is here!

Major Enhancements 🚀

  • pman ls command is now 4x faster for most use cases (#38 by @theredditbandit) 💨
  • pman ls and pman 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 🧪

Refactoring 🛠️

  • Codebase refactored to use errors where possible (#21) 🔧 Thanks @ccoVeille!

New Contributors 👋

Full Changelog: v1.0.1...v1.1.0

v1.0.0

01 May 09:27
1e8fed3
Compare
Choose a tag to compare

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