mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Update changelog and app version
This commit is contained in:
parent
786ce722d1
commit
0d7cf9e7af
2 changed files with 11 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
0.15.3
|
||||
0.15.4
|
||||
|
|
|
|||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue