Update changelog and app version

This commit is contained in:
Eugene Burmakin 2024-10-15 22:43:56 +02:00
parent 786ce722d1
commit 0d7cf9e7af
2 changed files with 11 additions and 1 deletions

View file

@ -1 +1 @@
0.15.3
0.15.4

View file

@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# 0.15.4 - 2024-10-15
### Added
- Owntracks' .rec files now can be imported to Dawarich. The import process is the same as for other kinds of files, just select the .rec file and choose "owntracks" as a source.
### Removed
- Owntracks' .json files are no longer supported for import as Owntracks itself does not export to this format anymore.
# 0.15.3 - 2024-10-05
To expose the watcher functionality to the user, a new directory `/tmp/imports/watched/` was created. Add new volume to the `docker-compose.yml` file to expose this directory to the host machine.