| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-07-11 | 7.4 kB | |
| update-manifest.json | 2026-07-11 | 4.7 kB | |
| update-manifest.json.sig | 2026-07-11 | 88 Bytes | |
| frame-0.31.0-cargo-vendor.tar.gz | 2026-07-11 | 157.3 MB | |
| frame-0.31.0-source.tar.gz | 2026-07-11 | 9.1 MB | |
| Frame-aarch64.AppImage | 2026-07-11 | 66.8 MB | |
| Frame-aarch64.AppImage.zsync | 2026-07-11 | 228.7 kB | |
| frame-linux-aarch64.tar.gz | 2026-07-11 | 66.2 MB | |
| Frame-x86_64.AppImage | 2026-07-11 | 77.1 MB | |
| Frame-x86_64.AppImage.zsync | 2026-07-11 | 263.8 kB | |
| frame-linux-x86_64.tar.gz | 2026-07-11 | 76.3 MB | |
| Frame-aarch64.app.zip | 2026-07-11 | 60.5 MB | |
| Frame-aarch64.dmg | 2026-07-11 | 65.9 MB | |
| Frame-x86_64.app.zip | 2026-07-11 | 71.8 MB | |
| Frame-x86_64.dmg | 2026-07-11 | 80.1 MB | |
| Frame-x86_64.exe | 2026-07-11 | 83.8 MB | |
| Frame 0.31.0 source code.tar.gz | 2026-07-11 | 9.1 MB | |
| Frame 0.31.0 source code.zip | 2026-07-11 | 9.3 MB | |
| README.md | 2026-07-11 | 2.4 kB | |
| Totals: 19 Items | 833.9 MB | 0 | |
Added
- Updateable AppImage Releases: Embedded
gh-releases-zsyncupdate information into Linux AppImage builds, generated matching.zsyncmetadata, and published those files with releases so AppImage managers can update Frame without manual GitHub downloads. - Production Flathub Distribution: Added Flathub-ready manifest generation, release source and
cargo vendorarchives, automated Flathub repository PR updates, and a Flatpak runtime mode that uses Freedesktop-provided FFmpeg/FFprobe instead of bundled media binaries. - Media Filter Tabs: Added dedicated Video Filters and Audio Filters settings tabs with FFmpeg-backed color, tone, detail, cleanup, style, interlace, volume, dynamics, EQ, pass, noise-reduction, de-essing, stereo-width, normalization, and limiter controls, including runtime filter capability detection, preview refresh handling, reset controls, and export/preview filter-chain coverage.
- Settings Tab Tooltips: Added animated labels to the icon-only settings tabs, with a configurable hover delay and a grace period for immediate transitions between neighboring tabs. Resolves #45.
- Reusable Conversion Sources: Added explicit Cancel controls that stop queued, running, or paused conversions without removing their source, plus a Convert Again action that preserves completed-file settings and returns the source to an editable state. Resolves #45.
Changed
- Output Folder Selection: Conversion outputs now use the default output folder selected in Settings instead of being saved next to each source file, giving queued files from different locations one consistent destination.
Fixed
- UNC Output Paths: Preserved periods in generated output names on Windows network shares instead of treating the final portion of the name as a file extension. Resolves #61.
- macOS Release Builds: Moved Intel and Apple Silicon bundle jobs to the macOS 26 GitHub-hosted runners so release and validation workflows use the supported packaging environment.
- Bundled FFmpeg Integrity: Pinned FFmpeg and FFprobe to version
8.1.2across macOS, Linux, and Windows, replaced mutable download URLs, and added SHA-256 verification for downloaded archives, extracted binaries, and cached runtime files.