You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@
9
9
- Added user login via django
10
10
- Added API for snapshot upload
11
11
- Added site config for homepage_snippet and search_enabled
12
+
- Added language for homepage snippet
13
+
- Added fathom support
14
+
- Added data migration for snapshot json field to file refactor
15
+
- Added vue file upload for snapshot file
16
+
- Added frontend login page
17
+
- Added frontend snapshot editing
18
+
- Added apscheduler for screenshot generation
19
+
- Updated django image with new python package versions
12
20
13
21
*Upgrade notes*:
14
22
- Upgrading to 0.7.0 changes how snapshots are stored. The snapshot data is moved from a postgres json field to an external file. The migration is a normal django data migration and runs in the django database migration process (./manage.py migrate). The snapshot data json field will be removed in a future a release.
0 commit comments