diff options
-rw-r--r-- | docs/changelog.md | 10 | ||||
-rw-r--r-- | docs/todo.md | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index d2c2b59..4cf0afb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -19,6 +19,10 @@ * [x] Provision: increase default partition sizes from 20G to 40G, as nowadays distro size increase a lot and a 20G system partition can be filled in easily. -* [x] Sync media: `sync-media` does a `git unannex` on sidecar and other metadata - files and manage them through Git, instead of keeping them as unlocked - files. +* [x] Sync media: + * [x] Now `sync-media` does a `git unannex` on sidecar and other metadata + files and manage them through Git, instead of keeping them as unlocked + files. + * [x] Added support for `.m3u8` files. + * [x] Sync lock, respected by other applications such as `docshower` + from [utils-doc][https://git.fluxo.info/utils-doc]. diff --git a/docs/todo.md b/docs/todo.md index a361b95..1346660 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -31,8 +31,6 @@ catching cryptsetup password prompts anymore. Otherwise, consider to deprecate this script. * [ ] Syncing: - * [ ] Sync lock, respected by other applications such as `docshower` - from [utils-doc][https://git.fluxo.info/utils-doc]. * [ ] Run `git submodule --update --init --recursive` after running `git annex sync`. * [ ] Syncing packages: a frontend to `apt-offline` that uses `git-annex` |