Commit Graph

148 Commits

Author SHA1 Message Date
2822a2e110 "Fake hide" service webviews to enable actual preloading
Closes #16
2020-06-15 15:25:58 +02:00
175b56d8f2 Add config option to start tabs minimized in system tray
Closes #14
2020-06-15 15:08:52 +02:00
a5394f3acd Do not verify code signature on windows and only check and prompt for updates on windows
Closes #15
2020-06-15 14:58:42 +02:00
b8afb7a77d Version 1.0.3 2020-06-08 20:10:41 +02:00
e8e58184f7 Upgrade dependencies i.e. electron 9.0.3 2020-06-08 20:10:25 +02:00
30102605a2 package.json: fix repo url 2020-06-06 08:49:02 +02:00
2c74945dc0 Version 1.0.2 2020-06-02 06:27:33 +02:00
78865531b5 Upgrade dependencies i.e. electron 9.0.1 2020-06-02 06:27:18 +02:00
a5835ef85c Update README.md to reflect license change and 1.0 release 2020-05-26 11:05:52 +02:00
abfadfb199 Version 1.0.1 2020-05-26 10:55:00 +02:00
9a71005014 Fix bad inline javascript usage 2020-05-26 10:54:47 +02:00
bc620f0892 Version 1.0.0 2020-05-26 10:34:48 +02:00
1d4c7e4876 Disable unused features in webviews 2020-05-26 10:21:05 +02:00
842efb51c6 Target ES2020 for typescript transpiling 2020-05-26 09:39:02 +02:00
bd906ddda6 Enable contextIsolation on webviews 2020-05-26 09:38:00 +02:00
b7f5ca9da6 Don't use webpack to transpile ts into js for frontend 2020-05-26 09:37:44 +02:00
56b876c63a Fix CSP security (remove unsafe-inline and unsafe-eval) 2020-05-26 09:36:37 +02:00
0f892ade7c
Merge pull request #10 from ArisuOngaku/ts-refactor
Refactor work environment to use typescript and webpack
2020-05-25 07:50:09 +02:00
1e211cec72 Add webpack --watch to yarn dev 2020-05-25 07:46:29 +02:00
cc6e27c4dd Remove uglifyjs plugin 2020-05-25 07:36:48 +02:00
fef26217a6 Add webpack to process frontend resources, use typescript on frontend and switch fontawesome to npm package 2020-05-25 07:28:06 +02:00
869f2fd54c Refactor main.ts 2020-05-22 10:31:09 +02:00
8c5674447c Refactor Updater 2020-05-22 08:51:37 +02:00
8683140003 Convert project backend to typescript 2020-05-21 07:38:44 +02:00
31f2b3a133 Version 0.9.1 2020-05-20 17:46:54 +02:00
e21af1874e package.json: fix license SPDX code 2020-05-20 17:46:41 +02:00
2ab506583a Version 0.9.0 2020-05-20 17:44:36 +02:00
64e6ec7217 Change license from MIT to GPL-3 2020-05-20 17:42:37 +02:00
251b1431cc Make all history nav buttons hideable and add default settings 2020-05-20 17:13:33 +02:00
8d7b65a894 Version 0.8.0 2020-05-19 11:47:46 +02:00
38b9747055 Add update dialog at app start and change download link to direct link 2020-05-19 11:46:34 +02:00
a947edc49e settings: make update information actually work 2020-05-19 11:21:12 +02:00
96f5796e8e Merge branch 'master' into develop 2020-05-19 10:59:53 +02:00
6ce9d8d223 Version 0.7.2 2020-05-19 10:56:02 +02:00
f30eb018ce Change linux release type to AppImage 2020-05-19 10:54:36 +02:00
5562841a19 Add simple settings window with update checking 2020-05-19 10:54:00 +02:00
645a485daa Fix config path not correct on all platforms 2020-05-19 10:52:39 +02:00
4724e7d806 Change linux release type to AppImage 2020-05-19 10:51:52 +02:00
8de48223d6 Don't update favicon setting and image when unnecessary 2020-05-19 07:32:38 +02:00
52cb434733 Add file protocol to status button 2020-05-19 07:23:27 +02:00
7ffb60258a Properly remove nav button focus outline 2020-05-19 07:16:18 +02:00
47ca712843 Upgrade electron to 9.0.0 2020-05-19 07:14:02 +02:00
afb1c5131e Add status icon to inform user about secure/not secure connection 2020-05-19 07:00:14 +02:00
3ee17f8dd4 Add reload button 2020-05-19 06:00:24 +02:00
13173334bf Add home history button 2020-05-19 05:56:28 +02:00
63229428ca Do not shrink nav childs except service buttons 2020-05-19 05:50:10 +02:00
9aba84abf7 Fix reordering without switching to the reordered service
See 27c27f2e04
2020-05-19 05:49:50 +02:00
6353396522 Make service reordering drag and drop display not modify nav height 2020-05-19 05:40:25 +02:00
27c27f2e04 Reorder services without switching to the reordered service 2020-05-19 05:34:00 +02:00
7dea8d9484 Greatly improve service reordering drag and drop 2020-05-19 05:28:52 +02:00