diff --git a/.app_version b/.app_version index 66333910..503a21de 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.18.0 +0.18.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index a3eceee6..6c1cd353 100644 --- a/CHANGELOG.md +++ b/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.18.2 - 2024-11-29 + +### Added + +- Demo account. You can now login with `demo@dawarich.app` / `password` to see how Dawarich works. This replaces previous default credentials. + +### Changed + +- The login page now shows demo account credentials if `DEMO_ENV` env var is set to `true`. + # 0.18.1 - 2024-11-29 ### Fixed diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index 2088f026..9b41d145 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@ -2,7 +2,7 @@
And change this text!
+and take control over your location data.
And change this text!
+and take control over your location data.
+ <% if ENV['DEMO_ENV'] == 'true' %> ++ Demo account: demo@dawarich.app / password: password +
+ <% end %>