This repository has been archived by the owner on May 2, 2024. It is now read-only.
Releases: sharpcdf/jitter
Releases · sharpcdf/jitter
Version 0.5.0
Version 0.4.1
Changelog:
- Bug fixes
- Added versioning, you can now install multiple release versions of the same repository and use each executable
- Added simple method of giving files executable permissions if they don't already have them.
- Added
--exactmatch
flag when searching for repositories
Full changelog here
Next up: self updating! I hope to work on this(and other bug fixes) and get it done within a month, but I have other projects I'm working on along with school so it might not happen as quickly. Make sure to submit an issue if you encounter a problem, I'll probably fix it pretty quickly.
Thank you guys for having an interest in jitter, I'm really happy with how it's turning out so far :)
Version 0.4.0:p3
Changelog
- bug fixes
- more bug fixes
Version 0.4.0
Changelog
- Added experimental self updating through
jtr update jtr|this|jitter
- Changed help message
- Jitter now looks for executables without executable permissions and gives them the given permissions before creating the corresponding symlinks
Version 0.3.9
Changelog
- Add option to manually set up directories
- Add option to choose repository when not specifying in installation (you can now run
jtr install vscodium
) - bug fixes
Version 0.3.0
Changelog
code revamp, cleaner and generally better readability
DON'T DOWNLOAD THIS, USE THE INSTALL.SH FILE
Version 0.2.4
Changelog
- added option to auto add jitter to bash and fish paths
- add
jtr update all
- changed
jtr search owner/repo (tags|tag|true)
tojtr search owner/repo
- added AppImage download support
- added case insensitive downloads
- minor bug fixes
- switched to .tar.gz release archive to help auto upgrading to the next version
- a few other things
Version 0.1.0
Changelog:
- Added update command to upgrade packages and jitter
jtr update owner/repo[@tag]
to upgrade specific packagejtr update (jtr|jitter|this)
to upgrade jitter to the newest version (not tested yet)- added upgrade command to mug
Version 0.0.3
- Added support for github repositories