Skip to content

Commit fefac91

Browse files
committed
updated release notes for 0.7.0
1 parent f073c52 commit fefac91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
- Added user login via django
1010
- Added API for snapshot upload
1111
- 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
1220

1321
*Upgrade notes*:
1422
- 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

Comments
 (0)