Skip to content

Releases: pegvin/bread

Bread v0.3.6 Released!

19 Mar 15:51
Compare
Choose a tag to compare

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 or bread update user/repo

Bread v0.3.5 Released!

19 Mar 02:24
Compare
Choose a tag to compare

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!

18 Mar 13:30
Compare
Choose a tag to compare

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

Bread v0.2.3 Released!

16 Mar 05:07
Compare
Choose a tag to compare

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!

14 Mar 08:00
da49ce1
Compare
Choose a tag to compare

What's New

  • Added --version Flag, Check the bread version via bread --version
  • Simplified The Help Text

Bread v0.2.1 Released!

13 Mar 23:19
Compare
Choose a tag to compare

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 to bread install libresprite/libresprite
    • This will work work with the install, list, remove and update.

Bread v0.1.0 Released!

13 Mar 15:09
Compare
Choose a tag to compare

What's New

  • Install Applications Via install Command
  • List Installed Applications Via list Command
  • Update Applications Via update Command
  • Remove Applications Via remove Command