mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-09 23:26:34 -04:00
chore(release): Update version to v1.4.463
This commit is contained in:
parent
3e7c4b902a
commit
4ba8ac2919
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.463 (2026-07-28)
|
||||
|
||||
### PR [#2168](https://github.com/danielmiessler/Fabric/pull/2168) by [ksylvan](https://github.com/ksylvan): fix: complete localized setup and error messages for supported locales
|
||||
|
||||
- Fix: complete localized setup and error messages across supported locales
|
||||
- Translate Bedrock setup prompts across nine supported locales
|
||||
- Localize datetime and system template errors consistently
|
||||
- Translate Persian Spotify errors and setup guidance
|
||||
- Correct Japanese and Polish file operation log labels
|
||||
|
||||
## v1.4.462 (2026-07-28)
|
||||
|
||||
### PR [#2123](https://github.com/danielmiessler/Fabric/pull/2123) by [ksylvan](https://github.com/ksylvan) and [OdinKral](https://github.com/OdinKral): fix: block path traversal in pattern name lookup
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.462"
|
||||
var version = "v1.4.463"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +0,0 @@
|
|||
### PR [#2168](https://github.com/danielmiessler/Fabric/pull/2168) by [ksylvan](https://github.com/ksylvan): fix: complete localized setup and error messages for supported locales
|
||||
|
||||
- Fix: complete localized setup and error messages across supported locales
|
||||
- Translate Bedrock setup prompts across nine supported locales
|
||||
- Localize datetime and system template errors consistently
|
||||
- Translate Persian Spotify errors and setup guidance
|
||||
- Correct Japanese and Polish file operation log labels
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.462"
|
||||
"1.4.463"
|
||||
|
|
|
|||
Loading…
Reference in a new issue