mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
the changelog for this project (#175)
started a changelog for this project it follows the proposed format from https://keepachangelog.com/en/1.0.0/ Co-authored-by: Erik Michelson <github@erik.michelson.eu> Co-authored-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
e014eb36b5
commit
8ba2be7c70
1 changed files with 21 additions and 0 deletions
21
CHANGELOG.md
Normal file
21
CHANGELOG.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- A new table view for the history (besides the card view)
|
||||
- Better support for RTL-languages (and LTR-content in a RTL-page)
|
||||
- Users may now change their display name and password (only email accounts) on the new profile page
|
||||
|
||||
### Changed
|
||||
|
||||
- The sign-in/sign-up functions are now on a separate page
|
||||
- The history shows both the entries saved in LocalStorage and the entries saved on the server together
|
||||
|
||||
---
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
Loading…
Reference in a new issue