start work on flatpak and rpm packages using the justfile for building the binary
fix resulting directory name in readme
update readme to use current info
remove typos in readme
update rpm spec's changelog
state that the binary is now over a megabyte large
This is the start of Ouch Browser's feature creep.
bump gtk, libadwaita, and webkitgtk version
remove lua as a dependency
Thanks to a tip from Ally, apparently, Ouch Browser can compile and run just
fine without the Lua interpreter or the development libraries installed on
the system. This is because mlua is compiled in "vendored" mode, meaning
that Ouch Browser will always be compiled with the interpreter and
development libraries built-in.
fix tab overview button's styles not being applied correctly
remove sidebar toggle when in the mobile view
Keeping this around when in the mobile view doesn't make sense, as
the toolbar has almost everything they need that is currently
availiable in the sidebar. The menu has been merged with the mobile
view to preserve completeness.
bump version
try making tab overview button diffrentiated from the other buttons in the toolbar