summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHeinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>2023-01-22 13:43:41 +0100
committerHeinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>2023-02-12 12:26:43 +0100
commit4b53f65d56e99ecf64bf43fab4e2cc276118596f (patch)
treee7f3adf8bcffe7baca1e090818f629cdaeb16e56 /CHANGELOG.md
parent7e6e2a0c1c2c20ca2b5bd1434e1c335a32b13330 (diff)
docs: Update changelog manuallyfix-changelog
- Document changes since tube 1.1.13 in changelog We group changes by user and developer audience Most users will not be particularly interested in refactorings or changes to the CI/CD pipeline.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md29
1 files changed, 20 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efb8c2e..c5dcb20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,24 @@
### Bug Fixes
+* Fix initial rendering of import page
+* Clarify documentation regarding H.264 vs H.265
+* Warn about creation of upload and library directories
+* Warn about missing config file
+
+### Features
+
+* Allow selection of upload path by `prefix`
+* Read meta data (title, description) from `.yml` files
+* Add `preserve_upload_filename` option
+* Allow optional authentication for video upload
+* Add `position_from_start` to replace hardcoded 3 seconds in thumbnailer
+
+### Updates / Build / Development
+
+* Add Drone CI
+* Add Sandstorm packaging files (#26)
+* Update deps
* Fix GoReleaser config
* Fix GoReleaser config
* Fix (refix) Dockerfile
@@ -13,15 +31,8 @@
* Fix Docker image build
* Fix CI
* Fix image target to build multi-arch images to the Docker Hub
-
-### Features
-
-* Add Drone CI
-* Add Sandstorm packaging files (#26)
-
-### Updates
-
-* Update deps
+* Fix build preflight checks to accept go 1.19
+* Remove dependencies on FontAwesome and rice box
### Note