Commit Graph

175 Commits

Author SHA1 Message Date
Alice Gaudon 5e4101d3f5 Version 1.1.8 2020-08-08 10:46:39 +02:00
Alice Gaudon b6c9e42a35 Upgrade dependencies i.e. electron 9.2.0 2020-08-08 10:46:26 +02:00
Alice Gaudon daac2f97f3 Version 1.1.7 2020-07-29 10:17:28 +02:00
Alice Gaudon d217af625b Upgrade dependencies i.e. electron 9.1.2 2020-07-29 10:17:16 +02:00
Alice Gaudon f432d76f0c Version 1.1.6 2020-07-27 08:52:45 +02:00
Alice Gaudon c21505890d Upgrade dependencies i.e. electron 9.1.1 2020-07-27 08:52:30 +02:00
Alice Gaudon aef592e48a Version 1.1.5 2020-07-16 18:10:51 +02:00
Alice Gaudon 0c6d6a466b Add "file not found" error and do not catch user aborts as load errors 2020-07-16 18:10:33 +02:00
Alice Gaudon 12f5d32322 Version 1.1.4 2020-07-14 11:10:45 +02:00
Alice Gaudon 881e16895e Add default service icon pending favicon 2020-07-14 11:08:24 +02:00
Alice Gaudon 92659c64f2 Add service loading navigation button animation 2020-07-14 11:08:09 +02:00
Alice Gaudon ae1c343560 Add error page on connection error 2020-07-14 10:31:09 +02:00
Alice Gaudon 05acd44e98 Fix service navigation button sorted in wrong order when editing service 2020-07-14 10:01:34 +02:00
Alice Gaudon 03f275e6e8 custom user-agent: rename "auto-fill" button to "Disguise as"
- Give Firefox and Chrome alternatives
- Update firefox user-agent to 78
2020-07-14 09:49:30 +02:00
Alice Gaudon e9b1b973c1 Version 1.1.3 2020-07-10 14:21:52 +02:00
Alice Gaudon 87b233d14a Upgrade and update dependencies i.e. electron 9.1.0 2020-07-10 14:20:46 +02:00
Alice Gaudon 9dbbed8da8 Fix url-preview visibility 2020-07-10 14:20:20 +02:00
Alice Gaudon 521c8d2d48 Hide navigation bar when window is in fullscreen 2020-06-24 18:51:24 +02:00
Alice Gaudon e9bca98de8 Version 1.1.2 2020-06-23 15:10:51 +02:00
Alice Gaudon bcf1673736 Upgrade dependencies i.e. electron 9.0.5 2020-06-23 15:08:55 +02:00
Alice Gaudon c327af9981 Remove human error 2020-06-15 16:34:20 +02:00
Alice Gaudon a7424ca29e Version 1.1.1 2020-06-15 16:27:53 +02:00
Alice Gaudon 3671a63442 Upgrade dependencies i.e. electron 9.0.4 2020-06-15 16:26:28 +02:00
Alice Gaudon 1ce4cae217 Fix nav status tooltip z-index 2020-06-15 16:24:04 +02:00
Alice Gaudon ecfaf30d1f Version 1.1.0 2020-06-15 15:59:49 +02:00
Alice Gaudon 091750bcf2 Fix missing app icon 2020-06-15 15:58:04 +02:00
Alice Gaudon d90b8b0b05 Add config option to increase the navigation bar's size
Closes #4
2020-06-15 15:45:35 +02:00
Alice Gaudon 2822a2e110 "Fake hide" service webviews to enable actual preloading
Closes #16
2020-06-15 15:25:58 +02:00
Alice Gaudon 175b56d8f2 Add config option to start tabs minimized in system tray
Closes #14
2020-06-15 15:08:52 +02:00
Alice Gaudon 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
Alice Gaudon b8afb7a77d Version 1.0.3 2020-06-08 20:10:41 +02:00
Alice Gaudon e8e58184f7 Upgrade dependencies i.e. electron 9.0.3 2020-06-08 20:10:25 +02:00
Alice Gaudon 30102605a2 package.json: fix repo url 2020-06-06 08:49:02 +02:00
Alice Gaudon 2c74945dc0 Version 1.0.2 2020-06-02 06:27:33 +02:00
Alice Gaudon 78865531b5 Upgrade dependencies i.e. electron 9.0.1 2020-06-02 06:27:18 +02:00
Alice Gaudon a5835ef85c Update README.md to reflect license change and 1.0 release 2020-05-26 11:05:52 +02:00
Alice Gaudon abfadfb199 Version 1.0.1 2020-05-26 10:55:00 +02:00
Alice Gaudon 9a71005014 Fix bad inline javascript usage 2020-05-26 10:54:47 +02:00
Alice Gaudon bc620f0892 Version 1.0.0 2020-05-26 10:34:48 +02:00
Alice Gaudon 1d4c7e4876 Disable unused features in webviews 2020-05-26 10:21:05 +02:00
Alice Gaudon 842efb51c6 Target ES2020 for typescript transpiling 2020-05-26 09:39:02 +02:00
Alice Gaudon bd906ddda6 Enable contextIsolation on webviews 2020-05-26 09:38:00 +02:00
Alice Gaudon b7f5ca9da6 Don't use webpack to transpile ts into js for frontend 2020-05-26 09:37:44 +02:00
Alice Gaudon 56b876c63a Fix CSP security (remove unsafe-inline and unsafe-eval) 2020-05-26 09:36:37 +02:00
Alice Gaudon 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
Alice Gaudon 1e211cec72 Add webpack --watch to yarn dev 2020-05-25 07:46:29 +02:00
Alice Gaudon cc6e27c4dd Remove uglifyjs plugin 2020-05-25 07:36:48 +02:00
Alice Gaudon 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
Alice Gaudon 869f2fd54c Refactor main.ts 2020-05-22 10:31:09 +02:00
Alice Gaudon 8c5674447c Refactor Updater 2020-05-22 08:51:37 +02:00