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
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,31 @@
2
2
3
3
## Releases
4
4
5
-
### 0.7.1 beta
6
-
5
+
### 0.7.1
6
+
7
+
8
+
- Added example gallery toogle to siteconfiguration #99
9
+
- Fixed snapshot edit modal z-index, now on top
10
+
- Added debounce municipality search #92
11
+
- Added env VUE_APP_FATHOM_SITEID and VUE_APP_SNAPSHOTSTOREURL
12
+
- Changed docker setup #74
13
+
- updated docker images
14
+
- removed need to symlink www.local.conf
15
+
- removed need to symlink node_modules
16
+
- cleanup of old makefile deploy commands
17
+
- Added DJANGO_SECRET, MAPBOX_TOKEN, MAPBOX_STYLE overwrites via .env file, see README.md
18
+
- Backend errors are now shown to the user, no longer crash the script #80
19
+
- Snapshot form validation: rule for municipality input, rule for file input #77
20
+
- Fixed Safari v-file-input #79
21
+
- Fixed update list with new snapshot #81
22
+
- Improved Snapshot upload municipality field behaviour and help button #76, #75
23
+
- Fixede empty snapshot list #72
7
24
- Fixed layout issues in map view on narrow viewports
8
25
- Improved language switching
9
26
27
+
*Upgrade notes*:
28
+
-**Breaking change**: you now need a symlink `ln -s docker-compose.dev.yml docker-compose.yml` for the local dev mode, but no other setup steps are needed anymore (see README.md)
0 commit comments