diff options
Diffstat (limited to 'docs/changelog.md')
-rw-r--r-- | docs/changelog.md | 10 |
1 files changed, 7 insertions, 3 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]. |