Releases: pegvin/bread
Releases · pegvin/bread
Bread v0.3.6 Released!
What's New
- Fixed Case Sensitivity
- Previously when installing a application, it was case sensitive. which meant you can not remove/update the app without putting the exact same name you installed it with.
- Now names are not case sensitive, which means installing a app like this
bread install useR/rePO
, can be removed/update without putting the same name with same character case, which means this will work fine:bread remove user/repo
orbread update user/repo
Bread v0.3.5 Released!
What's New
- Pass CLI Arguments when running a Application from Remote:
bread run user/repo -- --arg1 --arg2
- STDOUT and STDERR is now shown when running a application from remote
Bread v0.3.4 Released!
What's New
- Run Applications From Remote without Installing Them
bread run user/repo
To Execute Remote Application
- Clean Cached Stuff
- Since all the applications are cached which are downloaded when running from remote you can clean the cache via
bread clean
- Since all the applications are cached which are downloaded when running from remote you can clean the cache via
Bread v0.2.3 Released!
What's New
- Update
list
Command UI - Update AppImage Select UI
- Removed Unused Code
- Reduced Binary Size
- Signed The AppImage
Bread v0.2.2 Released!
What's New
- Added
--version
Flag, Check the bread version viabread --version
- Simplified The Help Text
Bread v0.2.1 Released!
What's New
- Improved Installation, Removal & Update Method.
- Now When Installing a App Where The Specified GitHub Repo's user and repo are same name (e.g.
libresprite/libresprite
), then you don't need to put the whole name. - Just tell the single name like this
bread install libresprite
which is equal tobread install libresprite/libresprite
- This will work work with the
install
,list
,remove
andupdate
.
- Now When Installing a App Where The Specified GitHub Repo's user and repo are same name (e.g.
Bread v0.1.0 Released!
What's New
- Install Applications Via
install
Command - List Installed Applications Via
list
Command - Update Applications Via
update
Command - Remove Applications Via
remove
Command