remove wiki from git submodules, update changelog

This commit is contained in:
Clément DOUIN
2022-01-30 11:36:02 +01:00
parent b4ab2329dc
commit d513afdd16
3 changed files with 8 additions and 5 deletions
-3
View File
@@ -1,3 +0,0 @@
[submodule "wiki"]
path = wiki
url = git@github.com:soywod/himalaya.wiki.git
+8 -1
View File
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Blur in list msg screenshot [#181]
- Make inbox, sent and drafts folders customizable [#172]
- Nix run issue [#272]
### Removed
- The wiki git submodule [#273]
## [0.5.1] - 2021-10-24
@@ -23,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Error when receiving notification from `notify` command [#228]
### Change
### Changed
- Remove error when empty subject [#229]
- Vim plugin does not render anymore the msg by itself, it uses the one available from the CLI [#220]
@@ -361,3 +366,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#220]: https://github.com/soywod/himalaya/issues/220
[#228]: https://github.com/soywod/himalaya/issues/228
[#229]: https://github.com/soywod/himalaya/issues/229
[#272]: https://github.com/soywod/himalaya/issues/272
[#273]: https://github.com/soywod/himalaya/issues/273
Submodule wiki deleted from 099cf9db09