Release 2.0.0-beta.4

This commit is contained in:
Linus Groh
2019-12-14 09:43:07 -05:00
parent 7767a06875
commit 8399476195
3 changed files with 11 additions and 3 deletions
+9 -1
View File
@@ -1,3 +1,12 @@
# 2.0.0-beta.4 (2019-12-14)
- Add support for time selection
- New date/time picker component is properly translated/localised and keyboard accessible
- Config options are now `startDateTime`/`endDateTime` and format of URL parameters changed
- Changed default start/end date and time to use local timezone
- Fix missing translation of "[date] to [date]"
- Update i18n development notes in `README.md`
# 2.0.0-beta.3 (2019-12-13)
- Add i18 support (currently English and German, `locale` config option)
@@ -9,7 +18,6 @@
- `README.md` enhancements
- Upgrade dependencies
# 2.0.0-beta.2 (2019-11-02)
- Add `onLocationChange.reloadHistory` config option
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.0.0-beta.3"
LABEL version="2.0.0-beta.4"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"