I installed the latest version, now all my setup is gone. Using the wrong shell, font, etc.
same here -_-
There is a change in the config file location from %UserProfile%\.hyper.js to %AppData%\Hyper\.hyper.js. So just copy over the old config file and replace the new file
Can I suggest an urgent hotfix to copy this?
also we have to copy hyper plugins btw
several similar issues exist. some confusion exists because plugins and themes are both plugins that do different things. i don't think a hotfix would be a good idea to simply copy a file as many have already copied or changed it in the new location. I'd suggest editing the new config file with the values you want from the old one as new options are not added to the config file.
Run this in powershell then reload
Copy-Item $env:userprofile\.hyper.js $env:appdata\hyper\.hyper.js
btw two new options are added -
Description:
Choose either 'vertical', if you want the column mode when Option key is hold during selection(Default) or 'force', if you want to force selection regardless of whether the terminal is in mouse events mode (inside tmux or vim with mouse mode enabled for example).
macOptionSelectionMode: 'vertical',
Description:
Whether to use the WebGL renderer. Set it to false to use canvas-based rendering (slower, but supports transparent backgrounds)
webGLRenderer: true,
likely duplicate of https://github.com/zeit/hyper/issues/3589
humm, @pcnate how is this not the most major production issue which needs hotfixing? its a configurable terminal first and foremost, and clicking the upgrade link in the app seemingly loses all of that configuration?
@kierenj plugins can't be installed at all #3500 . Always back up all configs, I mean it's very bad that something deletes it but, clearly not the worst problem happening right now imho. If I could have plugins, them being deleted on update would be a mild inconvenience.
My .hyperjs config file as well as the all the backups created during installation was already reset. Non of them contained the actual config from before the update. Also the plugins folder, where I had a modified theme was removed.
Yeah they really rushed the last release, sorry for that.
Most helpful comment
There is a change in the config file location from %UserProfile%\.hyper.js to %AppData%\Hyper\.hyper.js. So just copy over the old config file and replace the new file