Skip to content

Commit

Permalink
release v2306.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Oct 16, 2023
1 parent b00d408 commit 75af31e
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

Since version v2306 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2306.2

### Added

- a check for user registration in settings

### Changed

- translations
- Notifications checkbox during registration is now unchecked by default


3 changes: 0 additions & 3 deletions changelog/7725.md

This file was deleted.

42 changes: 42 additions & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
### Changelogs

Temporary folder to add new changes. Each change should go into a separate file
(unless it makes sense to group some changes into one file, e.g. a story).
During release the changes will be moved to CHANGELOG.md.

Each file should follow one of the below naming patterns:

- \<issue number>.md
or
- \<story number>.md
or
- \<pr number>.md
or
- \<random number>.md if none of other apply

The content of the file should look like this:

```
### <type of change>
- description of the change in one or max two sentences (#<issue> or !<pr>)
```

< type of change > can be one of:

- **Added** for new features.
- **Changed**: for changes in existing functionality.
- **Deprecated**: for soon-to-be removed features.
- **Removed**: for now removed features.
- **Fixed**: for any bug fixes.
- **Security**: in case of vulnerabilities.


## Example

```
### Fixed
- improve userdashboard filter performance (#2449)
```

0 comments on commit 75af31e

Please sign in to comment.