1.2 KiB
1.2 KiB
To-Do
Bugs
- Test Config Saving on Android. In my testing and also reported via Email.
- Fix persisting app state in background on Android. https://github.com/Sudo-Ivan/Ren-Browser/issues/1
- Fix tabs dragging/reordering and overflow issues. https://github.com/Sudo-Ivan/Ren-Browser/issues/1
UI
- Tab dragging/reordering.
- Tab previews.
- Search with history.
- Bookmark page and icon.
- Interfaces status page.
- Custom theming.
- Better tab display and management.
Design
- Logo
Renderers
- Add a micron renderer/parser. (micron.py)
Storage
- Add a storage system/management, eg handling downloading files, saving bookmarks, caching, tabs and history. (storage.py)
- Add a bookmarks manager.
- Add a history manager.
- Add a cache manager.
- Add a download manager.
Main Logic
- Add a profiler to the browser. (profiler.py)
- Page refreshing.
- Interface status page.
- Plugins.
Distribution
- Add Docker images to build Windows, Linux, MacOS, Android, iOS.
- Add/Update build workflow to build Windows, MacOS and iOS.
- Appimage
- Flatpak