Releases: brunurd/companion
Releases · brunurd/companion
v1.5.9
Fix
- Bump Electron version to 11.5.0 for security reasons.
v1.5.8
fix: Node.js security fixes (ansi-regex updated on package-lock).
v1.5.6
Added
- Show version of the Companion app in the client bar
Fix
- Mute toggle button don't overlap the search text input
- Security updates
v1.5.5
Changes
- Update electron and other modules recomendations.
Fix
- Fake user-agent as chrome to use in google account validation.
v1.5.4
Added
- Sound on/off button.
- Store the current window size and position.
Fix
- Development start command open two instance of the window.
- The
ini
npm package before version 1.3.6 has a Prototype Pollution vulnerability.
v1.5.3
Changed
- Eslint config.
- Jest config.
- Allow pop ups.
Removed
v1.5.2
Added
- Use localStorage to restore the last visited url.
Changed
- Project renamed to
companion
.
- Compy as project icon.
v1.5.1
Added
svelte-preprocess
added.
- WebStorm JetBrains
.idea/
folder.
Changed
- Separate the source by it electron process, main in
src/main
and src/renderer
.
- Style: moving css to components.
- Stop remote warning.
v1.5.0
Added
- Svelte rollup build setup.
- HTML moved to svelte components.
- SearchBar component js.
- Svelte store with url and webview reference.
- WebView component js.
- Show and hide logic moved to App component.
- ClientBar component js.
Changed
- fix: Always hide app bar in the fullscreen.
- fix: 1s inside the window to show app bar.
- fix: 3s out of the window to hide app bar.
Removed
- removing scripts.js from document.
- scripts.js deleted.