Skip to content

Commit 8cb9a2f

Browse files
committed
update RELEASE notes for 0.7.1
1 parent 10c7ad7 commit 8cb9a2f

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

RELEASE.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,31 @@
22

33
## Releases
44

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
724
- Fixed layout issues in map view on narrow viewports
825
- Improved language switching
926

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)
29+
1030
### 0.7.0
1131

1232
- Added `snapshot.json` upload

0 commit comments

Comments
 (0)