Releases: shmibblez/Inferno
Releases · shmibblez/Inferno
v0.0.7-beta
Bug fixes:
- Bottom and top app bars allowed click events through causing confusing behavior, that is now fixed
- New tab button clickable space in tab bar was a little small, made it bigger
v0.0.6-beta
Changed packaging options for native libraries, hopefully fixes error on Pixel 6 Pro devices.
v0.0.5-beta
Bug Fixes:
- Fixed crash on Pixel 6 Pro devices (Android 12, API 31) (not too sure about this, pending testing)
- Fixed crash when TabGrid selected for TabTray (implementation pending)
- Slight color changes for dark and light themes
v0.0.4-beta
Added some Search Engines and multiple bug fixes:
- Search engines added:
- Brave Search (new default in an effort to de-google)
- Ecosia Search
- Startpage
- Qwant Search
- Dogpile Search (for the meme except its actually not bad)
- Fixed Awesome Bar (search suggestions component)
- Made Toolbar and TabBar states depend on browser store with coroutines instead of on compose tree, noticeable speed improvements
- Improved tab bar clarity:
- changed secondary background color so more distinguishable, also made unselected tab text color secondary
v0.0.3-beta
Added profile login & sync.
Most important bug fixes:
- AppRequestInterceptor fix, included some uris that pass through filter: tel, mailto, intent, & app links among others
v0.0.2-beta
Added bookmarks page, some bug fixes, more specifically:
- Select picture prompt now working
- Ui fixes (some colors not reflecting theme are now properly set, tab tray thumbnail and selected tab indicator style change)