Hyper still notifies me everytime I open it about the 2.0.0 version, and I am already one version ahead of that
~/.hyper.js contents
{
"updateChannel": "stable",
"fontSize": 12,
"fontFamily": "\"Fira Code\", \"Fira Code\", \"Fira Code\", \"Lucida Console\", monospace",
"cursorColor": "rgba(248,28,229,0.8)",
"cursorShape": "BLOCK",
"cursorBlink": false,
"foregroundColor": "#fff",
"backgroundColor": "#000",
"css": "",
"termCSS": "",
"showHamburgerMenu": "",
"showWindowControls": "",
"padding": "12px 14px",
"colors": {
"black": "#000000",
"red": "#ff0000",
"green": "#33ff00",
"yellow": "#ffff00",
"blue": "#0066ff",
"magenta": "#cc00ff",
"cyan": "#00ffff",
"white": "#d0d0d0",
"lightBlack": "#808080",
"lightRed": "#ff0000",
"lightGreen": "#33ff00",
"lightYellow": "#ffff00",
"lightBlue": "#0066ff",
"lightMagenta": "#cc00ff",
"lightCyan": "#00ffff",
"lightWhite": "#ffffff"
},
"shell": "",
"shellArgs": [
"--login"
],
"env": {},
"bell": "SOUND",
"copyOnSelect": true,
"MaterialTheme": {
"theme": "",
"backgroundOpacity": "1",
"accentColor": "#64FFDA",
"vibrancy": "bright"
},
"paneNavigation": {
"debug": false,
"hotkeys": {
"navigation": {
"up": "alt+up",
"down": "alt+down",
"left": "alt+left",
"right": "alt+right"
},
"jump_prefix": "alt",
"permutation_modifier": "shift",
"maximize": "ctrl+shift+x"
},
"showIndicators": true,
"indicatorPrefix": "^⌥",
"indicatorStyle": {
"position": "absolute",
"top": 0,
"left": 0,
"fontSize": "10px"
},
"focusOnMouseHover": false
}
}
"plugins": [
"hyper-blink",
"hyperterm-paste",
"hyper-polarbear",
"hypercwd",
"hyper-pane",
"hypersixteen",
"hyper-dracula"
],
"localPlugins": []
}
Issue
Hyper still notifies me everytime I open it about the 2.0.0 version, and I am already one version ahead of that
Hyper version: undefined "2.1.0-canary.1"
OS ARCH VERSION: linux x64 4.13.0-43-generic
Electron: 1.8.4 LANG: en_US.UTF-8
SHELL: /usr/bin/zsh TERM: undefined
~/.hyper.js contents