Skip to content

Commit aa7b779

Browse files
committed
chore: bump version to 0.24.0
1 parent cca3137 commit aa7b779

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.24.0] - 2026-02-14
11+
1012
### Added
1113

1214
- **DeepL Translation Automation:** Added `i18n-translate` tooling to translate locale keys from `en-US` via DeepL with header-based authentication, placeholder preservation, retry handling, and parser-error fallback behavior.
@@ -605,7 +607,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
605607
- Automatic media metadata probing via FFprobe.
606608
- Preset-based configuration system.
607609

608-
[Unreleased]: https://github.com/66HEX/frame/compare/0.23.2...HEAD
610+
[Unreleased]: https://github.com/66HEX/frame/compare/0.24.0...HEAD
611+
[0.24.0]: https://github.com/66HEX/frame/compare/0.23.2...0.24.0
609612
[0.23.2]: https://github.com/66HEX/frame/compare/0.23.1...0.23.2
610613
[0.23.1]: https://github.com/66HEX/frame/compare/0.23.0...0.23.1
611614
[0.23.0]: https://github.com/66HEX/frame/compare/0.22.0...0.23.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frame",
3-
"version": "0.23.2",
3+
"version": "0.24.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame"
3-
version = "0.23.2"
3+
version = "0.24.0"
44
description = "A simple FFmpeg GUI"
55
edition = "2024"
66
authors = ["Marek Jóźwiak <hexthecoder@gmail.com>"]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Frame",
4-
"version": "0.23.2",
4+
"version": "0.24.0",
55
"identifier": "Frame",
66
"build": {
77
"beforeDevCommand": "node scripts/run.cjs dev",

0 commit comments

Comments
 (0)