Changed
- Reproducible Android builds. The APK is now byte-for-byte reproducible from
source (deterministic build timestamp, single codegen unit, canonicalized build
paths), so F-Droid can verify its rebuild matches the signed release and ship the
developer's own APK. - Developer tools now open as their own window instead of docked into the app
(#31). Docked, WebKitGTK put
the window's resize grip at the top of the inspector pane and rendered the
inspector at the wrong scale on HiDPI/fractional displays. A separate top-level
window avoids both; WebKitGTK's inspector still has an attach button to dock it
back. Linux only.
Fixed
- Crash (
SIGABRT) when the sidebar, tabs, or switcher show a page whose name
contains a color emoji (#29).
On Linux distros that harden libstdc++ (e.g. Fedora), WebKitGTK's Skia
color-font (COLRv1) glyph path aborts while painting a raw emoji. Tine already
renders emoji in block content as Twemoji SVG images to sidestep WebKitGTK's
emoji handling; the sidebar (favorites, recent, all-pages), tab titles, quick
switcher, and right-sidebar titles now go through that same path, so no color
glyph is ever handed to the font renderer.
Download an installer for your platform below. Windows and Linux ship both x64 and ARM64 builds (match your CPU). Windows users who prefer no installer can grab the portable Tine_*-portable.zip for their arch — unzip and run the exe (needs the WebView2 runtime, preinstalled on Windows 10/11). macOS/Windows builds are currently unsigned (right-click → Open on macOS; More info → Run anyway on Windows). On macOS, if Tine keeps asking to access your Documents folder on launch, see the workaround.