Newer
Older
# Changelog
All notable changes to this project will be documented in this file.
Johannes Goderbauer
committed
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added
- Translations
- Usersettings_entity: userCurrency processes using new currency fields
Johannes Goderbauer
committed
## [4.0.0] - 2024-06-25
### Removed
- `openTopicTreeFavorite` and it's usages
- `openTopicTreePreset` and it's usages
### Changed
- Moved `Settings_FieldExtensionPoint` to the Field-type (from actions)
### Added
- `Settings_ActionFieldExtensionPoint` as a drop in replacement for the old `Settings_FieldExtensionPoint`
## [3.0.0]
### Changed
- Update project version
Johannes Goderbauer
committed
## [2.1.1] - 2024-04-17
Johannes Goderbauer
committed
- support to extend the UserSettings by extensions points (entity and view)
- service to store extended UserSettings to the user datamodel: `usersettingsNonMandatoryFieldName_service
## [2.1.0]
### Added
- Created CHANGELOG.md.