mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 03:40:56 +01:00
Adjust changelog for release 2.48.0
This commit is contained in:
committed by
René Pfeuffer
parent
112a6ad329
commit
7c28447199
29
CHANGELOG.md
29
CHANGELOG.md
@@ -5,6 +5,34 @@ 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).
|
||||
|
||||
## [2.48.0] - 2023-11-16
|
||||
### Added
|
||||
- Internal API to modify repository storage locations
|
||||
- Invalidation of caches and search index
|
||||
- Radiobutton components are now available in the ui-forms module
|
||||
- Modifications in hook provider
|
||||
- Protocol priority order by user preferences
|
||||
|
||||
### Fixed
|
||||
- Display error when the description of a repository is not stored
|
||||
- Tabs overlapping other elements
|
||||
- Show real image diff between ancestor and current branch head
|
||||
- Links to not-existing users in groups
|
||||
- Remove bottleneck by switching to assisted injection for command
|
||||
- The useLocalStorage hook in @scm-manager/ui-api now correctly causes a re-render on write
|
||||
- Set repository importer as owner on metadata import
|
||||
- Unnecessary scrollbar showing up in markdown views with code tags for certain resolutions
|
||||
- Use a random time for plugin center updates
|
||||
- Ahead and behind tag of a branch to screen reader
|
||||
- Source view with submodules without http or https URL
|
||||
- Some chip inputs not correctly passing the ref
|
||||
- Broken global search shortcut
|
||||
|
||||
### Changed
|
||||
- Break paths in diff
|
||||
- Remove mail for anonymous user
|
||||
- Improve global search accessibility
|
||||
|
||||
## [2.47.0] - 2023-10-11
|
||||
### Added
|
||||
- Atomic design page template simple data pages
|
||||
@@ -1398,3 +1426,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[2.46.0]: https://scm-manager.org/download/2.46.0
|
||||
[2.46.1]: https://scm-manager.org/download/2.46.1
|
||||
[2.47.0]: https://scm-manager.org/download/2.47.0
|
||||
[2.48.0]: https://scm-manager.org/download/2.48.0
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Radiobutton components are now available in the ui-forms module
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: changed
|
||||
description: Remove mail for anonymous user
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Remove bottleneck by switching to assisted injection for command
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Unnecessary scrollbar showing up in markdown views with code tags for certain resolutions
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Some chip inputs not correctly passing the ref
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: changed
|
||||
description: Improve global search accessibility
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Broken global search shortcut
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Modifications in hook provider
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Set repository importer as owner on metadata import
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Invalidation of caches and search index
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: changed
|
||||
description: Break paths in diff
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: The useLocalStorage hook in @scm-manager/ui-api now correctly causes a re-render on write
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Internal API to modify repository storage locations
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Use a random time for plugin center updates
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Tabs overlapping other elements
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Show real image diff between ancestor and current branch head
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Display error when the description of a repository is not stored
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Ahead and behind tag of a branch to screen reader
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Protocol priority order by user preferences
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Source view with submodules without http or https URL
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Links to not-existing users in groups
|
||||
Reference in New Issue
Block a user