Skip to content

Commit f0b1eca

Browse files
chore(release): 3.38.1 [skip ci]
## [3.38.1](v3.38.0...v3.38.1) (2025-12-06) ### Bug Fixes * **auto-proxy:** добавить вызов callbacks onProxyReady и onError ([a6e9fed](a6e9fed)) * **tests:** update AI Director tests after PascalCase mode changes ([da0600b](da0600b)) * **tests:** update tests after AI Director and media restoration changes ([53cb660](53cb660))
1 parent 53cb660 commit f0b1eca

File tree

8 files changed

+25
-7
lines changed

8 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.38.1](https://github.com/chatman-media/timeline-studio/compare/v3.38.0...v3.38.1) (2025-12-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **auto-proxy:** добавить вызов callbacks onProxyReady и onError ([a6e9fed](https://github.com/chatman-media/timeline-studio/commit/a6e9feda6cc9560704fee947efa0d61f65047dc2))
7+
* **tests:** update AI Director tests after PascalCase mode changes ([da0600b](https://github.com/chatman-media/timeline-studio/commit/da0600bffdfc2419cbc28a9cb19c05214c20a0ee))
8+
* **tests:** update tests after AI Director and media restoration changes ([53cb660](https://github.com/chatman-media/timeline-studio/commit/53cb66093c370bd1cbc0062e45157009ec83641f))
9+
110
# [3.38.0](https://github.com/chatman-media/timeline-studio/compare/v3.37.0...v3.38.0) (2025-12-06)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeline-studio",
3-
"version": "3.38.0",
3+
"version": "3.38.1",
44
"license": "SEE LICENSE IN LICENSE",
55
"author": "Alexander Kireyev <ak.chatman.media@gmail.com>",
66
"type": "module",

promo/content/changelog/latest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.38.1](https://github.com/chatman-media/timeline-studio/compare/v3.38.0...v3.38.1) (2025-12-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **auto-proxy:** добавить вызов callbacks onProxyReady и onError ([a6e9fed](https://github.com/chatman-media/timeline-studio/commit/a6e9feda6cc9560704fee947efa0d61f65047dc2))
7+
* **tests:** update AI Director tests after PascalCase mode changes ([da0600b](https://github.com/chatman-media/timeline-studio/commit/da0600bffdfc2419cbc28a9cb19c05214c20a0ee))
8+
* **tests:** update tests after AI Director and media restoration changes ([53cb660](https://github.com/chatman-media/timeline-studio/commit/53cb66093c370bd1cbc0062e45157009ec83641f))
9+
110
# [3.38.0](https://github.com/chatman-media/timeline-studio/compare/v3.37.0...v3.38.0) (2025-12-06)
211

312

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 = "timeline-studio"
3-
version = "3.38.0"
3+
version = "3.38.1"
44
description = "A Timeline Studio"
55
authors = ["Alexander Kireyev <ak.chatman.media@gmail.com>"]
66
license = "MIT WITH Commons-Clause"

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": "Timeline Studio",
4-
"version": "3.38.0",
4+
"version": "3.38.1",
55
"identifier": "com.chatman-media.timeline-studio",
66
"build": {
77
"beforeDevCommand": "bun run dev",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.38.0"
2+
"version": "3.38.1"
33
}

0 commit comments

Comments
 (0)