Mayo commited on
Commit
233b9bb
·
unverified ·
1 Parent(s): 28d94f6

chore(release): 0.39.0

Browse files
Files changed (3) hide show
  1. CHANGELOG.md +24 -0
  2. Cargo.lock +9 -9
  3. Cargo.toml +1 -1
CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## [0.38.1](https://github.com/mayocream/koharu/compare/0.38.0..0.38.1) - 2026-03-17
2
 
3
  ### 🐛 Bug Fixes
 
1
+ ## [0.39.0](https://github.com/mayocream/koharu/compare/0.38.1..0.39.0) - 2026-03-19
2
+
3
+ ### ⛰️ Features
4
+
5
+ - Add bg-BG lang - ([327120a](https://github.com/mayocream/koharu/commit/327120a279f838e3ee22a8614ea96c131c2a8b0a))
6
+ - Support more languages - ([9b84b51](https://github.com/mayocream/koharu/commit/9b84b5145fd8b01d492c7b1fb0dfc501ba0182a2))
7
+ - Export to psd - ([89b9ed2](https://github.com/mayocream/koharu/commit/89b9ed2158a37ef95b02300e0903684889b9da83))
8
+ - Add delete functionality to text blocks ([#245](https://github.com/mayocream/koharu/issues/245)) - ([d28a260](https://github.com/mayocream/koharu/commit/d28a2609c8f01fe4943ae20d41174451d1bf0b0c))
9
+
10
+ ### 🐛 Bug Fixes
11
+
12
+ - Global font not applied - ([17382cf](https://github.com/mayocream/koharu/commit/17382cf2394a1d42145bac049d9f874605e3950d))
13
+ - Llm list not loaded - ([3446a09](https://github.com/mayocream/koharu/commit/3446a0936df098ee2ebcfc2ab23b9a15c50eec90))
14
+ - Text box ordering regression - ([c451d84](https://github.com/mayocream/koharu/commit/c451d84fe720dee08127db5a08ad2a8c1df8816e))
15
+ - Style & ui build - ([a7246b1](https://github.com/mayocream/koharu/commit/a7246b160d01916f4da9b63708030aed6c7762de))
16
+
17
+ ### ⚙️ Miscellaneous Tasks
18
+
19
+ - I18n consistent - ([09e4f25](https://github.com/mayocream/koharu/commit/09e4f25d1d56bbc3a9073ef6230e4cf97549d0c1))
20
+ - Speed up linux - ([5d71b64](https://github.com/mayocream/koharu/commit/5d71b648987fb3b20315a71167a7e5cc729ee5d3))
21
+ - Speed up cuda install - ([c59b3d9](https://github.com/mayocream/koharu/commit/c59b3d9604020af26e9cae7bee52e310c096a18b))
22
+ - Add release notes - ([d5e3101](https://github.com/mayocream/koharu/commit/d5e3101ac84036fdc90fac725ce5848751cf2de8))
23
+
24
+
25
  ## [0.38.1](https://github.com/mayocream/koharu/compare/0.38.0..0.38.1) - 2026-03-17
26
 
27
  ### 🐛 Bug Fixes
Cargo.lock CHANGED
@@ -3848,7 +3848,7 @@ dependencies = [
3848
 
3849
  [[package]]
3850
  name = "koharu"
3851
- version = "0.38.1"
3852
  dependencies = [
3853
  "anyhow",
3854
  "clap",
@@ -3877,7 +3877,7 @@ dependencies = [
3877
 
3878
  [[package]]
3879
  name = "koharu-http"
3880
- version = "0.38.1"
3881
  dependencies = [
3882
  "anyhow",
3883
  "axum",
@@ -3897,7 +3897,7 @@ dependencies = [
3897
 
3898
  [[package]]
3899
  name = "koharu-ml"
3900
- version = "0.38.1"
3901
  dependencies = [
3902
  "anyhow",
3903
  "candle-core",
@@ -3933,7 +3933,7 @@ dependencies = [
3933
 
3934
  [[package]]
3935
  name = "koharu-pipeline"
3936
- version = "0.38.1"
3937
  dependencies = [
3938
  "anyhow",
3939
  "image",
@@ -3955,7 +3955,7 @@ dependencies = [
3955
 
3956
  [[package]]
3957
  name = "koharu-psd"
3958
- version = "0.38.1"
3959
  dependencies = [
3960
  "image",
3961
  "koharu-renderer",
@@ -3966,7 +3966,7 @@ dependencies = [
3966
 
3967
  [[package]]
3968
  name = "koharu-renderer"
3969
- version = "0.38.1"
3970
  dependencies = [
3971
  "anyhow",
3972
  "criterion",
@@ -3988,7 +3988,7 @@ dependencies = [
3988
 
3989
  [[package]]
3990
  name = "koharu-rpc"
3991
- version = "0.38.1"
3992
  dependencies = [
3993
  "anyhow",
3994
  "async-stream",
@@ -4013,7 +4013,7 @@ dependencies = [
4013
 
4014
  [[package]]
4015
  name = "koharu-runtime"
4016
- version = "0.38.1"
4017
  dependencies = [
4018
  "anyhow",
4019
  "csv",
@@ -4034,7 +4034,7 @@ dependencies = [
4034
 
4035
  [[package]]
4036
  name = "koharu-types"
4037
- version = "0.38.1"
4038
  dependencies = [
4039
  "anyhow",
4040
  "blake3",
 
3848
 
3849
  [[package]]
3850
  name = "koharu"
3851
+ version = "0.39.0"
3852
  dependencies = [
3853
  "anyhow",
3854
  "clap",
 
3877
 
3878
  [[package]]
3879
  name = "koharu-http"
3880
+ version = "0.39.0"
3881
  dependencies = [
3882
  "anyhow",
3883
  "axum",
 
3897
 
3898
  [[package]]
3899
  name = "koharu-ml"
3900
+ version = "0.39.0"
3901
  dependencies = [
3902
  "anyhow",
3903
  "candle-core",
 
3933
 
3934
  [[package]]
3935
  name = "koharu-pipeline"
3936
+ version = "0.39.0"
3937
  dependencies = [
3938
  "anyhow",
3939
  "image",
 
3955
 
3956
  [[package]]
3957
  name = "koharu-psd"
3958
+ version = "0.39.0"
3959
  dependencies = [
3960
  "image",
3961
  "koharu-renderer",
 
3966
 
3967
  [[package]]
3968
  name = "koharu-renderer"
3969
+ version = "0.39.0"
3970
  dependencies = [
3971
  "anyhow",
3972
  "criterion",
 
3988
 
3989
  [[package]]
3990
  name = "koharu-rpc"
3991
+ version = "0.39.0"
3992
  dependencies = [
3993
  "anyhow",
3994
  "async-stream",
 
4013
 
4014
  [[package]]
4015
  name = "koharu-runtime"
4016
+ version = "0.39.0"
4017
  dependencies = [
4018
  "anyhow",
4019
  "csv",
 
4034
 
4035
  [[package]]
4036
  name = "koharu-types"
4037
+ version = "0.39.0"
4038
  dependencies = [
4039
  "anyhow",
4040
  "blake3",
Cargo.toml CHANGED
@@ -14,7 +14,7 @@ default-members = ["koharu"]
14
  resolver = "3"
15
 
16
  [workspace.package]
17
- version = "0.38.1"
18
  edition = "2024"
19
  description = "Manga translation tools"
20
  license = "GPL-3.0-only"
 
14
  resolver = "3"
15
 
16
  [workspace.package]
17
+ version = "0.39.0"
18
  edition = "2024"
19
  description = "Manga translation tools"
20
  license = "GPL-3.0-only"