Releases: lcook/portsync
Releases · lcook/portsync
v0.2.6
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
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
andupdate
command - Remove
*cobra.Command
fromPackageFetcher
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