Mayo commited on
Commit
c228641
·
unverified ·
1 Parent(s): 01d8941

chore(release): 0.58.0

Browse files
Files changed (3) hide show
  1. CHANGELOG.md +12 -0
  2. Cargo.lock +10 -10
  3. Cargo.toml +1 -1
CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## [0.57.0](https://github.com/mayocream/koharu/compare/0.56.0..0.57.0) - 2026-05-01
2
 
3
  ### ⛰️ Features
 
1
+ ## [0.58.0](https://github.com/mayocream/koharu/compare/0.57.0..0.58.0) - 2026-05-01
2
+
3
+ ### 🐛 Bug Fixes
4
+
5
+ - Per-block translate - ([0d4f899](https://github.com/mayocream/koharu/commit/0d4f899aed0f29df9a82043a08607997d4a99632))
6
+ - PSD text placement & editable - ([854209e](https://github.com/mayocream/koharu/commit/854209e1ab010fe147e33041615f33b551d708a7))
7
+ - Render on textless page - ([b3e9dea](https://github.com/mayocream/koharu/commit/b3e9dea3299915b21ba76003e194fb7bd92d8715))
8
+ - Black color not apply - ([4ffaa1d](https://github.com/mayocream/koharu/commit/4ffaa1dfdc4240570530227f64a7ecfcaa134ed9))
9
+ - Manual textbox modification should lock box - ([c43f3a2](https://github.com/mayocream/koharu/commit/c43f3a242a37d6c39be877e62e8e8df3d7a54df8))
10
+ - I18n languages display names - ([56e0784](https://github.com/mayocream/koharu/commit/56e078405483192753a5f025406d4f7bf2120199))
11
+
12
+
13
  ## [0.57.0](https://github.com/mayocream/koharu/compare/0.56.0..0.57.0) - 2026-05-01
14
 
15
  ### ⛰️ Features
Cargo.lock CHANGED
@@ -4327,7 +4327,7 @@ dependencies = [
4327
 
4328
  [[package]]
4329
  name = "koharu"
4330
- version = "0.57.0"
4331
  dependencies = [
4332
  "anyhow",
4333
  "clap",
@@ -4357,7 +4357,7 @@ dependencies = [
4357
 
4358
  [[package]]
4359
  name = "koharu-ai"
4360
- version = "0.57.0"
4361
  dependencies = [
4362
  "anyhow",
4363
  "async-trait",
@@ -4376,7 +4376,7 @@ dependencies = [
4376
 
4377
  [[package]]
4378
  name = "koharu-app"
4379
- version = "0.57.0"
4380
  dependencies = [
4381
  "anyhow",
4382
  "arc-swap",
@@ -4432,7 +4432,7 @@ dependencies = [
4432
 
4433
  [[package]]
4434
  name = "koharu-core"
4435
- version = "0.57.0"
4436
  dependencies = [
4437
  "anyhow",
4438
  "chrono",
@@ -4473,7 +4473,7 @@ dependencies = [
4473
 
4474
  [[package]]
4475
  name = "koharu-llm"
4476
- version = "0.57.0"
4477
  dependencies = [
4478
  "anyhow",
4479
  "bindgen",
@@ -4507,7 +4507,7 @@ dependencies = [
4507
 
4508
  [[package]]
4509
  name = "koharu-ml"
4510
- version = "0.57.0"
4511
  dependencies = [
4512
  "anyhow",
4513
  "candle-core",
@@ -4537,7 +4537,7 @@ dependencies = [
4537
 
4538
  [[package]]
4539
  name = "koharu-psd"
4540
- version = "0.57.0"
4541
  dependencies = [
4542
  "image",
4543
  "thiserror 2.0.18",
@@ -4545,7 +4545,7 @@ dependencies = [
4545
 
4546
  [[package]]
4547
  name = "koharu-renderer"
4548
- version = "0.57.0"
4549
  dependencies = [
4550
  "anyhow",
4551
  "criterion",
@@ -4568,7 +4568,7 @@ dependencies = [
4568
 
4569
  [[package]]
4570
  name = "koharu-rpc"
4571
- version = "0.57.0"
4572
  dependencies = [
4573
  "anyhow",
4574
  "async-stream",
@@ -4600,7 +4600,7 @@ dependencies = [
4600
 
4601
  [[package]]
4602
  name = "koharu-runtime"
4603
- version = "0.57.0"
4604
  dependencies = [
4605
  "anyhow",
4606
  "atomicwrites",
 
4327
 
4328
  [[package]]
4329
  name = "koharu"
4330
+ version = "0.58.0"
4331
  dependencies = [
4332
  "anyhow",
4333
  "clap",
 
4357
 
4358
  [[package]]
4359
  name = "koharu-ai"
4360
+ version = "0.58.0"
4361
  dependencies = [
4362
  "anyhow",
4363
  "async-trait",
 
4376
 
4377
  [[package]]
4378
  name = "koharu-app"
4379
+ version = "0.58.0"
4380
  dependencies = [
4381
  "anyhow",
4382
  "arc-swap",
 
4432
 
4433
  [[package]]
4434
  name = "koharu-core"
4435
+ version = "0.58.0"
4436
  dependencies = [
4437
  "anyhow",
4438
  "chrono",
 
4473
 
4474
  [[package]]
4475
  name = "koharu-llm"
4476
+ version = "0.58.0"
4477
  dependencies = [
4478
  "anyhow",
4479
  "bindgen",
 
4507
 
4508
  [[package]]
4509
  name = "koharu-ml"
4510
+ version = "0.58.0"
4511
  dependencies = [
4512
  "anyhow",
4513
  "candle-core",
 
4537
 
4538
  [[package]]
4539
  name = "koharu-psd"
4540
+ version = "0.58.0"
4541
  dependencies = [
4542
  "image",
4543
  "thiserror 2.0.18",
 
4545
 
4546
  [[package]]
4547
  name = "koharu-renderer"
4548
+ version = "0.58.0"
4549
  dependencies = [
4550
  "anyhow",
4551
  "criterion",
 
4568
 
4569
  [[package]]
4570
  name = "koharu-rpc"
4571
+ version = "0.58.0"
4572
  dependencies = [
4573
  "anyhow",
4574
  "async-stream",
 
4600
 
4601
  [[package]]
4602
  name = "koharu-runtime"
4603
+ version = "0.58.0"
4604
  dependencies = [
4605
  "anyhow",
4606
  "atomicwrites",
Cargo.toml CHANGED
@@ -17,7 +17,7 @@ default-members = ["koharu"]
17
  resolver = "3"
18
 
19
  [workspace.package]
20
- version = "0.57.0"
21
  edition = "2024"
22
  description = "Manga translation tools"
23
  license = "GPL-3.0-only"
 
17
  resolver = "3"
18
 
19
  [workspace.package]
20
+ version = "0.58.0"
21
  edition = "2024"
22
  description = "Manga translation tools"
23
  license = "GPL-3.0-only"