mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 21:37:55 +08:00
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Fixed
|
||||
|
||||
- Fixed permissions issues when using `install.sh`. [#515]
|
||||
- Fixed de/serialization issues of backends' `none` variant. [#523]
|
||||
|
||||
## [1.0.0] - 2024-12-09
|
||||
|
||||
@@ -948,4 +949,5 @@ Few major concepts changed:
|
||||
[#508]: https://github.com/pimalaya/himalaya/issues/508
|
||||
[#515]: https://github.com/pimalaya/himalaya/issues/515
|
||||
[#522]: https://github.com/pimalaya/himalaya/issues/522
|
||||
[#523]: https://github.com/pimalaya/himalaya/issues/523
|
||||
[core#10]: https://github.com/pimalaya/core/issues/10
|
||||
|
||||
Generated
+1
-1
@@ -3133,7 +3133,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "pimalaya-tui"
|
||||
version = "0.2.1"
|
||||
source = "git+https://github.com/pimalaya/tui#82fea1ad7d76a0b32806f2a4fc92d635de9a3aeb"
|
||||
source = "git+https://github.com/pimalaya/tui#0a3d2df10eea188a187836c59eeca5fc3fd902d6"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"clap",
|
||||
|
||||
Reference in New Issue
Block a user