From 35e144ecfce7364fa5b341b309fc4f9bc7c54bcf Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Tue, 8 Sep 2020 14:13:11 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28ed3d..205d0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - [x] Video streaming now has a smaller load for the server. - [x] Video streaming is (a bit) more efficient - YoutubeDL moved on /watch instead. - [x] Settings page improved. +- [x] Default DB to .env or environment DATABASE_URI and fallback to app.db. ### Added - [x] Add instance info on settings page. @@ -23,7 +24,8 @@ - [x] Option to delete an account. - [x] Show video title on browser tab title on `/watch`. - [x] Ability for admins to allow non-registered users to use the service. -- [x] Prepared for adding last_seen - See #35 +- [x] Added last_seen - See #35 +- [x] See last 40 minutes active users on settings. - [x] Video streaming headers - #27 ### Fixed