Skip to content

Releases: GetOvert/Overt

Overt Beta v0.5.7

28 Feb 01:09
Compare
Choose a tag to compare

Fixed this release:

  • #40 – Re-enable periodic catalog rebuilds for brew-cask (brew was clobbering the timestamp for both)

Overt Beta v0.5.6

29 Jan 23:43
Compare
Choose a tag to compare

Fixed this release:

  • Top bar is sticky again on package detail pages (minor regression due to refactoring work for CSP)
  • #39 – Handle cases where brew info --json=v2 reports "tap": null for casks from homebrew/cask

Overt Beta v0.5.5

24 Dec 01:38
Compare
Choose a tag to compare

New this release:

  • #9 – Quick action buttons on package cards

    Screen Shot 2022-12-23 at 8 37 04 PM Screen Shot 2022-12-23 at 8 36 22 PM Screen Shot 2022-12-23 at 8 36 02 PM

Fixed this release:

  • #24, part 2 – Finish tightening the Content Security Policy (CSP)

Overt Beta v0.5.4

22 Dec 17:31
Compare
Choose a tag to compare

Fixed this release:

  • #30
    • Support Homebrew taps with no remote URL
    • Indexing failures should no longer indefinitely block the next indexing task

Overt Beta v0.5.3

11 Dec 20:03
Compare
Choose a tag to compare

New this release:

  • System for showing important Overt news within the app
  • #27 – Migrate Overt package from our custom tap repository to homebrew/cask
    • Thanks to Homebrew being smart about cask migrations, no work is required on your part! However, after this update, you can now safely remove our custom tap repository if so desired. See the announcement.

Fixed this release:

  • #24 – Stricter Content Security Policy (CSP)

Overt Beta v0.5.2

02 Dec 05:25
Compare
Choose a tag to compare

fastest release in the east

Fixed this release:

  • Auto-update dialog:
    • Version number shows correctly
    • "Relaunch" action actually works

Overt Beta v0.5.1

02 Dec 05:00
Compare
Choose a tag to compare

New this release:

  • Better size and shading for Overt app icon
  • Minor UI tweaks

Fixed this release:

  • #25 — Fix catalog build failing on certain edge cases
  • Properly bump the version number this time :)

Overt Beta v0.5.0

28 Nov 04:09
Compare
Choose a tag to compare

Even more than last time!

New this release:

  • #18 — App icons!!
  • #20 — Show when packages were last updated, and allow sorting by most recently updated
  • Show app publisher names, when available

These are facilitated by our fancy new package metadata collector. Packages are re-processed after they are updated, so while not all packages have this info yet, they'll get it after they release their next update.

Screen Shot 2022-11-27 at 10 32 18 PM

  • #5, #6 — Setup screen that helps first-time users set up a package manager (just Homebrew for now)
  • #7 — Auto-subscribe to Overt package, and auto-update Overt when a new version is available
    • Can be disabled in Settings, although not really a good idea—Homebrew will continue to auto-update, and older versions of Overt may eventually stop working with the latest Homebrew version
    • This, along with the setup screen, allows confidently offering direct download links!
  • #11 — Modifying source repositories triggers a catalog rebuild for affected package managers
  • "Launch" action works for apps that come from .pkg installers
  • Adjusted font size and spacing again, to work better with app icons
  • Much more performant log view (switch to xterm.js WebGL renderer)
  • "FYI" text at bottom of package detail view
  • New term "catalog source," which is hopefully clearer than "source (repository)"

Fixed this release:

  • Building the catalog works again when no unofficial sources have been added
  • Ensure "Zap" action is hidden for non-casks
  • Esc key does multiple things at once less often
  • Back button in package detail view is keyboard-focusable

…whew, enjoy!

and by the way, version 1.0 is on the horizon… 🌄

Overt Beta v0.4.0

05 Nov 04:41
Compare
Choose a tag to compare

Lots of goodies!

New this release:

  • Dark theme & Appearance settings
  • New layout for the top bar and Settings pane
  • The "Install" action can deal with apps already installed from elsewhere
    • If it's exactly the same as Overt's version, it will be adopted automatically (see also Homebrew/brew#14006)
    • Otherwise, you will be to prompted to overwrite the existing app with Overt's version
  • Expose "Zap" action to uninstall + trash all caches and preferences (via brew uninstall --zap)
  • Configurable catalog auto-rebuild interval (every x days)
  • Slightly improved keyboard focusing for accessibility

Fixed this release:

  • Indexing a single package properly fetches its analytics data again
  • Output is no longer randomly truncated in the Log view

Overt Beta v0.3.4

30 Oct 23:45
Compare
Choose a tag to compare

New this release:

  • Building the catalog is about 50% faster – most of it is now downloaded from Homebrew's web API
  • Improved keyboard focus interaction after Load More is pressed