Commit Graph

10 Commits

Author SHA1 Message Date
43321804bc add licenses 2023-09-16 17:25:25 +02:00
147556b63f tags: fix compat with buku sqlite db format
ling
2023-09-15 22:11:31 +02:00
eda81e05b3 make tags delimiter compatible with buku 2023-09-15 04:02:55 +02:00
e23efd5c39 big fix for multi profile loading, move goro manager in own package
- use goroutine manager to handle all modules and gracefully shutdown
- load and watch multiple browser profiles with firefox
2023-09-15 03:17:31 +02:00
4f6ec57400 run browser modules with gum unit manager 2023-09-11 16:11:35 +02:00
82af3d2ca8 use unit manager panic 2023-09-11 14:15:06 +02:00
42a31d95b3 update gum dependency 2023-09-11 14:14:58 +02:00
d9ba0da94b refactored project layout 2023-09-10 01:14:13 +02:00
abd0ee5f79 wip project structure refact 2023-09-09 16:43:49 +02:00
7c615ad136 WIP modular way to add browser + big refactoring
- Move every browser to it's own package
- Stop using inheritance style embedding of structs
- Use as much interfaces everywhere
- WIP: firefox package needs extensive tests
2022-10-28 00:33:20 +02:00