Releases: leonaaraujo/companion
Releases · leonaaraujo/companion
v1.5.9
v1.5.8
fix: Node.js security fixes (ansi-regex updated on package-lock).
v1.5.7
Fix
- Node.js security fix: GHSA-5fg8-2547-mr8q
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
ininpm package before version 1.3.6 has a Prototype Pollution vulnerability.
v1.5.3
Changed
- Eslint config.
- Jest config.
- Allow pop ups.
Removed
- Removed the prettier.
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-preprocessadded.- WebStorm JetBrains
.idea/folder.
Changed
- Separate the source by it electron process, main in
src/mainandsrc/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.