|
102aea4158
|
Upgrade dependencies, electron 13, electron-builder next
|
2021-05-25 11:22:46 +02:00 |
|
|
b8861a7d45
|
Update default config service url
|
2021-03-06 18:45:37 +01:00 |
|
|
a6d7bd3604
|
Stop using remote in renderer process
Fix unused import
|
2021-03-06 18:45:37 +01:00 |
|
|
86e442f548
|
Disable contextIsolation in all UI windows
|
2021-03-06 18:45:37 +01:00 |
|
|
1d73545841
|
Update default config service url
|
2020-11-27 14:31:27 +01:00 |
|
|
108d48b35d
|
Add temporary fix for twitter (and others) not loading in webviews
Pending https://github.com/electron/electron/issues/25469
|
2020-11-17 12:11:41 +01:00 |
|
|
e1f15ba892
|
Fix all lint problems
|
2020-09-30 18:45:48 +02:00 |
|
|
0c6d6a466b
|
Add "file not found" error and do not catch user aborts as load errors
|
2020-07-16 18:10:33 +02:00 |
|
|
ae1c343560
|
Add error page on connection error
|
2020-07-14 10:31:09 +02:00 |
|
|
521c8d2d48
|
Hide navigation bar when window is in fullscreen
|
2020-06-24 18:51:24 +02:00 |
|
|
d90b8b0b05
|
Add config option to increase the navigation bar's size
Closes #4
|
2020-06-15 15:45:35 +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 |
|
|
1d4c7e4876
|
Disable unused features in webviews
|
2020-05-26 10:21:05 +02:00 |
|
|
bd906ddda6
|
Enable contextIsolation on webviews
|
2020-05-26 09:38:00 +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 |
|
|
251b1431cc
|
Make all history nav buttons hideable and add default settings
|
2020-05-20 17:13:33 +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 |
|
|
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 |
|
|
6f4b64b304
|
Update default config repo url
|
2020-05-05 21:27:10 +02:00 |
|
|
7f71669e94
|
Always check for updates and update publish script
|
2020-04-18 15:14:13 +02:00 |
|
|
5b85737740
|
Add missing auto updater check
|
2020-04-18 14:59:42 +02:00 |
|
|
42920d7260
|
Save permissions grant / deny per domain
|
2020-04-01 13:55:24 +02:00 |
|
|
da0c444215
|
Security: only open external links that start with https://
|
2020-04-01 09:24:44 +02:00 |
|
|
c89f12e691
|
Fix newly created service failing to load on client
|
2020-03-06 14:32:14 +01:00 |
|
|
1d988b38b7
|
Add customUserAgent field to services
|
2020-02-20 12:46:53 +01:00 |
|
|
7fc4ddcde1
|
Update electron to version 8.0.1
|
2020-02-20 11:52:00 +01:00 |
|
|
3a7a711826
|
Save configuration on service reordering
|
2020-01-21 13:06:59 +01:00 |
|
|
c05b2eca8d
|
Make services reorderable (drag and drop)
|
2020-01-21 13:03:32 +01:00 |
|
|
d723dc2511
|
Update main window title with service navigation
|
2020-01-12 13:29:30 +01:00 |
|
|
3b5b967fcc
|
Fix default configuration service icon
|
2020-01-10 15:02:36 +01:00 |
|
|
96ae08a513
|
Use different config folder/file in dev mode
|
2020-01-10 15:02:21 +01:00 |
|
|
00a9720fbc
|
Add custom CSS setting to services
|
2020-01-07 12:52:41 +01:00 |
|
|
670e4cf6f8
|
Add autoLoad setting to services and add running indicator to navigation
|
2020-01-07 11:49:04 +01:00 |
|
|
5143d5f8e9
|
Add logs to help debugging and bug reporting
|
2020-01-04 15:56:37 +01:00 |
|
|
8e7e78b2df
|
Add deleting services
|
2020-01-04 15:49:23 +01:00 |
|
|
ee338bf6e0
|
Add creating/editing services, add font awesome icons
|
2020-01-04 15:28:36 +01:00 |
|
|
96191e5857
|
Open external URLs in OS default browser
|
2020-01-03 22:47:10 +01:00 |
|
|
3abd3dfd5e
|
Use ES modules and single-instance, and update default config
|
2020-01-03 15:03:04 +01:00 |
|
|
1c945690de
|
Switch to yarn and ready the app for production
|
2020-01-03 13:03:58 +01:00 |
|
|
4d536eb43f
|
Rename the project to browser-views and more development
|
2019-10-13 22:59:28 +02:00 |
|