From aa83e84d72654e277a3b961258a3cf33515b6c50 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 30 Jun 2024 12:55:25 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 13 +++++++++++++ app/views/imports/index.html.erb | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d8215e..0a24df9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.8.1] — 2024-06-30 + +### Added + +- First user in the system can now create new users from the Settings page. This is useful for creating new users without the need to enable registrations. Default password for new users is `password`. + +### Changed + +- Registrations are now disabled by default. On the initial setup, a default user with email `user@domain.com` and password `password` is created. You can change the password in the Settings page. +- On the Imports page, now you can see the real number of points imported. Previously, this number might have not reflect the real number of points imported. + +--- + ## [0.8.0] — 2024-06-25 ### Added diff --git a/app/views/imports/index.html.erb b/app/views/imports/index.html.erb index 06228930..b37f69b6 100644 --- a/app/views/imports/index.html.erb +++ b/app/views/imports/index.html.erb @@ -21,7 +21,6 @@ <% else %>
-
Name