Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins and config lost after upgrade #3633

Closed
1 of 2 tasks
kierenj opened this issue May 8, 2019 · 11 comments
Closed
1 of 2 tasks

Plugins and config lost after upgrade #3633

kierenj opened this issue May 8, 2019 · 11 comments

Comments

@kierenj
Copy link

kierenj commented May 8, 2019

  • 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: Windows 10

  • Hyper.app version: 3.0.0

  • Link of a Gist with the contents of your .hyper.js: Don't remember, where can I find this file?

  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A

  • The issue is reproducible in vanilla Hyper.app: ?

Issue

I installed the latest version, now all my setup is gone. Using the wrong shell, font, etc.

@Roki100
Copy link

Roki100 commented May 8, 2019

same here -_-

@FatehAK
Copy link

FatehAK commented May 8, 2019

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

@kierenj
Copy link
Author

kierenj commented May 8, 2019

Can I suggest an urgent hotfix to copy this?

@Roki100
Copy link

Roki100 commented May 8, 2019

also we have to copy hyper plugins btw

@pcnate
Copy link

pcnate commented May 8, 2019

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

@FatehAK
Copy link

FatehAK commented May 8, 2019

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,

@voronoipotato
Copy link

likely duplicate of #3589

@kierenj
Copy link
Author

kierenj commented May 8, 2019

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?

@voronoipotato
Copy link

@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.

@JonWallsten
Copy link

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.

@Stanzilla
Copy link
Collaborator

Yeah they really rushed the last release, sorry for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants