Skip to content

RustlingPDF v0.1.5

Choose a tag to compare

@github-actions github-actions released this 25 Aug 17:47
· 26 commits to main since this release

What's new

Sidebar collections look the way they should. The select-all checkbox introduced in 0.1.4 now trails the collection header, after the file count, instead of leading it. The hairline rail that ran down the left of a collection's files is gone; the indent that rail accompanied stays, and is enough on its own to keep a collection's files from reading as siblings of the unfiled ones below.

This also fixes a regression 0.1.4 shipped: the collection header was being indented along with the files under it, so PAPERS sat a step to the right of the FILES heading above it. It is back on the left edge.

Upgrading

Nothing to do. No configuration, settings file, or API request shape changed.

Container images

Published to GitHub Container Registry by this release run:

docker pull ghcr.io/hairbui76/rustlingpdf:v0.1.5
docker pull ghcr.io/hairbui76/rustlingpdf-ai-engine:v0.1.5   # optional AI sidecar

Both are also tagged latest. Run instructions: rust/RUNNING_WITH_RUST.md, section "Docker".

Desktop apps

Installers built and signed by this release run, attached below: Linux (.deb; AppImage is paused — coming soon), Windows (-setup.exe — the smaller download — or .msi for msiexec/GPO deployment; pick one and stay on it, updates keep whichever you installed). Each signed bundle has a .sig file next to it so you can verify your download against the project's minisign public key.

At startup the desktop app asks this releases page once whether a newer version exists (Settings -> General turns that off, and has a button for asking on demand); nothing else is ever sent anywhere. Updates install only when you ask, and every download is verified against the signing key first.

Known limitations

No macOS build — that platform is still paused. No AppImage either: v0.1.0 shipped the last one, so an existing AppImage install cannot see this release through its update check and has to be replaced by hand.

Full Changelog: v0.1.4...v0.1.5