47 Commits

Author SHA1 Message Date
Ivan Prodanov
ec49f76c2a fix: Added cache update server to reduce crashes during update 2023-02-09 21:59:41 +02:00
Ivan Prodanov
74ca227b4a feat: Added restart button on error page 2022-11-14 22:48:22 +02:00
Ivan Prodanov
60b2e561b0 fix(4): Fixed URL validation when adding new instances 2022-11-14 22:47:27 +02:00
Ivan Prodanov
97ee1a0d50 fix(3): The window will no longer appear on startup 2022-11-14 22:45:47 +02:00
Ivan Prodanov
825ed4daeb fix(2): The detached window cannot be moved on Win systems 2022-11-14 22:44:14 +02:00
Ivan Prodanov
61b158700f revert: Revert electron version to prevent random crashes 2022-11-14 22:43:20 +02:00
Ivan Prodanov
8fd3108b7e fix: Fixed a bug when cancel button is selected in "Reset Application" menu 2022-10-01 18:12:35 +03:00
Ivan Prodanov
282cabcc25 chore: Added few logs for debug 2022-10-01 17:53:36 +03:00
Ivan Prodanov
2f5db84f6d fix: The update toggle button in the menu does not apply until the app is restarted 2022-10-01 17:49:43 +03:00
Ivan Prodanov
119de2b460 fix: Remove code that cause problem when the app lost connection to Home Assistant server 2022-10-01 17:45:10 +03:00
Ivan Prodanov
4f5210e24e chore: Replace "Reload Application" with "Restart Application" in the menu 2022-10-01 17:39:50 +03:00
Ivan Prodanov
eb0fddc875 chore: Added warning icon to "Reset Application" menu 2022-10-01 17:38:24 +03:00
Ivan Prodanov
6c259a34ae feat: Added reconnect button on error page 2022-10-01 17:37:07 +03:00
Ivan Prodanov
ca0cb4bc54 refactor: Refactor availability checker method 2022-10-01 17:26:11 +03:00
Ivan
83a9cd1017 feat: Fixed Windows not showing the app in open programs (alt-tab) when the app is in detached mode 2022-09-06 21:20:33 +03:00
Ivan
b1529ad335 feat: Fixed MacOS dock icon not hiding when app is hidden 2022-09-06 21:16:35 +03:00
Ivan
69c9c9abf7 feat: Fixed incorrect BrowserWindow and Tray initialization 2022-09-06 21:13:16 +03:00
Ivan
f9b8412cb5 feat: Added error logger 2022-09-06 20:57:09 +03:00
Ivan
528daf2630 feat: Added config file with default values for initial startup 2022-09-06 20:54:05 +03:00
Ivan
d6ce364f8f feat: Replace outdated bonjour package with bonjour-service 2022-09-06 20:50:37 +03:00
Ivan
df132c36d0 refactor: Refactors the code 2022-09-06 20:47:42 +03:00
mrvnklm
dd30914594 deps update + possible fullscreen fix 2021-11-22 16:15:49 +01:00
mrvnklm
c39d9e8bb0 fix linux bug 2021-11-10 11:34:45 +01:00
mrvnklm
df325082fe v1.4.8 - add fullscreen mode
fixes window mispositioning on launch

added #59
2021-11-10 10:16:36 +01:00
mrvnklm
60940c3193 fix stayOnTop persistance
fixes #54
2021-11-09 10:08:38 +01:00
mrvnklm
126d8f2c53 fix windows tray issue
fixes #64
2021-11-09 09:23:13 +01:00
mrvnklm
92063115fd revert breaking changes 2021-11-07 09:44:05 +02:00
Andrew Wong
62c2c12799 Fix popup positioning for non-zero y screen orientation 2021-11-06 23:14:35 +11:00
mrvnklm
759de43384 added promise for window and tray instance 2021-11-06 09:40:15 +02:00
mrvnklm
71fad2bbe6 package updates 2021-11-04 10:26:26 +02:00
Paweł Twardawa
738ade5117 fixed window resizing 2021-06-18 17:25:10 +02:00
Josh Willox
2606a6f82f Add option to disable automatic updates 2021-01-06 15:58:16 +11:00
mrvnklm
bf39a52f95 v1.4.0
- fixes #10 #17
- might fix #11
- feature #13 (thanks @tnagels)

- added global keyboard shortcut
- bonjour auto discovery
- detached window on Windows can now be moved by resizing it

Merry Christmas 🎄
2020-12-27 00:13:15 +01:00
konradmb
254d03653b Add tray context menu after window is created 2020-11-30 16:17:02 +01:00
konradmb
15c8f94618 Add support for Linux 2020-11-30 14:40:48 +01:00
mrvnklm
1c15f612da fixed autoswitching bug 2020-09-28 14:20:34 +02:00
mrvnklm
9c93cab40e release v1.3.0
fixes #4
fixes #5
fixes #6
fixes #7
may fix #3

added:
- availability check / error page
- auto switching to next available instance for multiple instances

+ linting / formatting
2020-08-12 22:59:48 +02:00
mrvnklm
634ab476a3 added force quit for instant updating 2020-05-20 13:14:26 +02:00
mrvnklm
1e290211ce check for update on startup 2020-05-20 12:32:36 +02:00
mrvnklm
3d7b34b40d v1.2.0 - multiple instance support 2020-05-20 12:21:46 +02:00
mrvnklm
5742de33b5 added automatic update check 2020-05-19 15:13:52 +02:00
mrvnklm
6be78961e6 added window reload, cleanup 2020-05-19 14:38:25 +02:00
Marvin
eb67f06434 v1.1.2
- fixed autostart check on startup
- macOS dark mode fix by disrupted
2020-05-19 14:24:13 +02:00
disrupted
cdbe74acc2 Support macOS dark mode tray icon
https://github.com/electron/electron/blob/master/docs/api/native-image.md#template-image
2020-05-19 14:05:30 +02:00
Marvin
5bfe0ab1e4 add hover to show, remove scrollbars 2020-05-17 01:05:18 +02:00
Marvin
8bc15f0193 added hover mode, improved usability 2020-05-16 14:04:59 +02:00
Marvin
5e69b66a66 Initial Commit - Release v1.0.0 2020-05-15 19:58:16 +02:00