Skip to content

Releases: lcook/portsync

v0.2.6

18 Oct 21:53
Compare
Choose a tag to compare

Chores

  • Bump version to 0.2.6

Bug fixes

  • Actually check for the length of package updates
  • Amend fzf one-liner example

Code refactoring

  • Display error when no packages are found
  • Rename error channel to something less generic
  • Wrap error when no packages found

New features

  • Add -e flag to exclude packages

Nits

  • Pet Go build directives with gofmt
    README

Full Changelog: https://github.com/lcook/portsync/commits/v0.2.6

v0.2.5

17 Sep 12:42
Compare
Choose a tag to compare

Chores

  • Bump version to 0.2.5
  • Include chglog configuration
  • Update Go dependencies

Code refactoring

  • Adapt semantic versioning scheme
  • Split Package enviroment functions into util package
  • Conditionally build build, test and update command
  • Remove *cobra.Command from PackageFetcher interface
  • Use CleanPath for path sanitization

New features

  • Add new run command
  • Add ability to use ~ tidle in configuration file

Nits

  • Format Makefile
  • Minor changes to README

Full Changelog: https://github.com/lcook/portsync/commits/v0.2.5