Releases: pegvin/bread
Releases · pegvin/bread
Continuous Build
Commits
- 2240ae6: Update README.md (ADITYA MISHRA)
Bread v0.7.2 Released!
What's New
- Fixed Issue #4
- Add
-tor--show-tagFlag in List Command To Show The GitHub Release's Tag Name - Update Command Add More Verbosity
Installation Instructions
Bread v0.7.0 Released!
What's New
- Added "No Application Installed" Log When Updating & No Application is Installed
- Added Log For Showing How Many Updates Are Available & For How Many Apps Updated
- Added
--no-pre-release/-nFlag, Which Disables Downloading AppImages From Pre-Releases - Added Temporary Directory Creation While Downloading AppImage From GitHub.
- The Temporary Folder is Created in
~/ApplicationsFolder And Hastempin Prefix
- The Temporary Folder is Created in
- Added Automatic Selection of AppImage File From Remote In Update Command.
- Uses The Filename on User's Side.
- Fixed Showing Table When No Applications Are Found
- Removed
--debug/-dFlag
Bread v0.6.1 Released!
What's New
- Added Sandboxing AppImages in
runcommand- Specify A Sandboxing Level To Use
bread run repo/user 0 --arg1 --arg2, Default is 0 Which means no sandboxing. - See Available Sandboxing Levels
- Specify A Sandboxing Level To Use
- Added
-s,--show-sha1Flag forlistcommand to show SHA1 Hashes of listed Applications
Bread v0.5.0 Released!
What's New
- Removed AppImage Update Data To Update The App
- Now Bread Checks For A New GitHub Release Instead Of Checking For The Update From The Update Info Embedded Into AppImage.
- Fixed Updating The App Even when there is no update available
- Added Short Flags For
--version&--debug - Updated UI & Logs
- Clean Command Now Removes Unused Entries From The Registry
Bread v0.4.4 Released!
What's New
- Added Installation From Custom Tag Name,
bread install user/repo tagname
Bread v0.4.3 Released!
What's New
- Fixed Search Case Sensitiveness, Thanks For Reporting It Here.
- Fixed Search GitHub URL To Show The Short Version in
user/repoFormat.
Bread v0.4.2 Released!
What's New
- Added
--debugFlag to get more information, is useful for debugging when a crash occurs - Converted LibAppImage Bindings To A Separate Go Module, Here
- Update LibAppImage Version From 1.0.2 To 1.0.3
Bread v0.4.1 Released!
What's New
- Search For AppImage From The AppImage Catalog
- Fixed LibAppImage Detection, Previously Only Some Version Of LibAppImage Were Detected Now It Will Detect Any LibAppImage Version Upto Version 1.0.4
Bread v0.3.7 Released!
What's New
- Fixed Progress Bar in Update Command
- Fixed
Unable to open targetBug in Update Command