aboutsummaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-09-27 15:26:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-09-27 15:26:56 -0300
commit6b85b7f6c54b7f2451be2e003dda773aa5272a8c (patch)
tree571e12464f59d58b4882bff33d2ef0746c27b422 /docs/changelog.md
parentf14428ea652fc238ac9d99c258464d9cc9994ec4 (diff)
downloadhydra-6b85b7f6c54b7f2451be2e003dda773aa5272a8c.tar.gz
hydra-6b85b7f6c54b7f2451be2e003dda773aa5272a8c.tar.bz2
Chore: TODO and ChangeLog update
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md10
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].