Skip to content

Releases: pegvin/bread

Continuous Build

30 Apr 17:37
2240ae6
Compare
Choose a tag to compare
Continuous Build Pre-release
Pre-release

Commits

  • 2240ae6: Update README.md (ADITYA MISHRA)

Bread v0.7.2 Released!

29 Apr 04:48
Compare
Choose a tag to compare

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!

03 Apr 11:14
0aec994
Compare
Choose a tag to compare

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 Has temp in Prefix
  • 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!

28 Mar 16:12
Compare
Choose a tag to compare

What's New

  • Added Sandboxing AppImages in run command
  • Added -s, --show-sha1 Flag for list command to show SHA1 Hashes of listed Applications

Bread v0.5.0 Released!

27 Mar 00:22
Compare
Choose a tag to compare

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!

23 Mar 02:54
Compare
Choose a tag to compare

What's New

  • Added Installation From Custom Tag Name, bread install user/repo tagname

Bread v0.4.3 Released!

22 Mar 23:09
Compare
Choose a tag to compare

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!

22 Mar 12:31
Compare
Choose a tag to compare

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!

21 Mar 15:19
Compare
Choose a tag to compare

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!

20 Mar 15:01
Compare
Choose a tag to compare

What's New

  • Fixed Progress Bar in Update Command
  • Fixed Unable to open target Bug in Update Command