vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto downgrade?

ldeveber opened this issue · comments

  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: MacOS 14.0 Sonoma
  • Hyper.app version: 3.4.1
  • Link of a Gist with the contents of your hyper.json: https://gist.github.com/ldeveber/0eaa35e0b1fe22b8884dc0b310c0be40
  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
    (re)loading renderer plugins
    bundle.js:1 Plugin hyperpower (1.1.1) loaded.
    bundle.js:1 Plugin hyper-horizon-theme (1.1.01) loaded.
    bundle.js:1 Plugin hyper-tabs-enhanced (0.4.2) loaded.
    bundle.js:1 Plugin hyper-manager (1.0.6) loaded.
    ​ total init time 269
    DevTools failed to load source map: Could not parse content for file:///Applications/Hyper.app/Contents/Resources/app.asar/utility.js.map: Unexpected end of JSON input
    
  • The issue is reproducible in vanilla Hyper.app:

Issue

Not sure why its trying to downgrade from 3.4.1?
Screenshot 2023-09-29 at 10 31 39 AM

Screenshot 2023-09-29 at 10 30 40 AM

@ldeveber Same problem for me. The issue is that Hyper's only taking into account the latest release versions of the app, regardless of the current installed app's version number.

App version: 4.0.0-canary.5 (stable)
OS: macOS Sonoma 14.2 Beta (23C5055b)

A quick workaround is to set the disableAutoUpdates in hyper.json to true.