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
-t
or--show-tag
Flag 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
/-n
Flag, Which Disables Downloading AppImages From Pre-Releases - Added Temporary Directory Creation While Downloading AppImage From GitHub.
- The Temporary Folder is Created in
~/Applications
Folder And Hastemp
in 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
/-d
Flag
Bread v0.6.1 Released!
What's New
- Added Sandboxing AppImages in
run
command- 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-sha1
Flag forlist
command 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/repo
Format.
Bread v0.4.2 Released!
What's New
- Added
--debug
Flag 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 target
Bug in Update Command