Releases: streaksu/mantissa
Releases · streaksu/mantissa
1.4.0
1.3.0
Changelog
- UI changes: The preferences and about have been separated from the extra menu to separate windows.
- Fixing of a lot of bugs related to HTTPS enforcement and insecure content.
- Improvements on browser stability and performance.
- Change from GSchemas to an application-managed SQLite database, with several benefits.
Meta-Application Changelog
- Remove Travis CI integration, since it went unused.
- Started using
dub
instead ofmeson
. - Added SQLite as a dependency.
- Start to distribute releases as
AppImage
s, using--build=release-nobounds
1.2.0
Changelog
- UI revamping: Remade preferences menu into a stilish slider, along with major bug fixing and ironing-out.
- Only HTTPS/Insecure content switches: Now the browser can force all sites that are not secure and/or feature insecure content to not be loaded in the first place.
- Preliminary changes towards GTK4 and quality of life: Use of the
Application
interface instead ofMain
, along with a unification of the gschema identifier, application ID and desktop file under a common name (as recommended here) for system coherence and follow conventions.
Meta-Application Changelog
- Re-added Travis CI integration for code checking on PRs and other events.