Skip to content

Releases: brunurd/companion

v1.5.9

17 Nov 22:07
7d539e8
Compare
Choose a tag to compare

Fix

  • Bump Electron version to 11.5.0 for security reasons.

v1.5.8

27 Sep 20:24
Compare
Choose a tag to compare
fix: Node.js security fixes (ansi-regex updated on package-lock).

v1.5.7

07 Aug 14:10
Compare
Choose a tag to compare

Fix

v1.5.6

29 Jun 14:35
Compare
Choose a tag to compare

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

01 Feb 18:14
Compare
Choose a tag to compare

Changes

  • Update electron and other modules recomendations.

Fix

  • Fake user-agent as chrome to use in google account validation.

v1.5.4

11 Dec 00:11
Compare
Choose a tag to compare

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

12 Nov 23:29
Compare
Choose a tag to compare

Changed

  • Eslint config.
  • Jest config.
  • Allow pop ups.

Removed

  • Removed the prettier.

v1.5.2

23 Jun 23:29
Compare
Choose a tag to compare

Added

  • Use localStorage to restore the last visited url.

Changed

  • Project renamed to companion.
  • Compy as project icon.

v1.5.1

23 Jun 23:29
Compare
Choose a tag to compare

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

17 Jun 02:45
Compare
Choose a tag to compare

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.