Skip to content
Snippets Groups Projects
Commit 42d5d8e4 authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'release/2.6.x' into 'develop'

Mergeback 2.6.0 to develop

See merge request !1862
parents f685f902 dbf14eee
No related branches found
No related tags found
2 merge requests!1928Release 2.7.0,!1862Mergeback 2.6.0 to develop
Pipeline #46162 passed
Showing
with 25 additions and 18 deletions
......@@ -3,6 +3,31 @@ 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/).
## 2.6.0
### Added
- add the initial i18n translation file for Taiwanese (Hokkien), and modify some related files.
- Implemented a very basic instance administration screen
- Implement quoting
### Fixed
- Keep aspect ratio of custom emoji reaction in notification
- Fix openSettingsModalTab so that it correctly opens Settings modal instead of Admin modal
- Add alt text to emoji picker buttons
- Use export-subst gitattribute to allow tarball builds
- fix reports now showing reason/content
- Fix HTML attribute parsing, discard attributes not strating with a letter
- Make MentionsLine aware of line breaking by non-br elements
- Fix a bug where mentioning a user twice will not fill the mention into the textarea
- Fix parsing non-ascii tags
- Fix OAuth2 token lingering after revocation
- fix regex issue in HTML parser/renderer
- don't display quoted status twice
- fix typo in code that prevented cards from showing at all
- Fix react button not working if reaction accounts are not loaded
- Fix react button misalignment on safari ios
- Fix pinned statuses gone when reloading user timeline
- Fix scrolling emoji selector in modal in safari ios
## 2.5.1
### Fixed
- Checkboxes in settings can now work with screenreaders
......
add the initial i18n translation file for Taiwanese (Hokkien), and modify some related files.
\ No newline at end of file
Implemented a very basic instance administration screen
Keep aspect ratio of custom emoji reaction in notification
Fix openSettingsModalTab so that it correctly opens Settings modal instead of Admin modal
Add alt text to emoji picker buttons
Use export-subst gitattribute to allow tarball builds
fix reports now showing reason/content:w
Fix HTML attribute parsing, discard attributes not strating with a letter
Fix a bug where mentioning a user twice will not fill the mention into the textarea
Make MentionsLine aware of line breaking by non-br elements
Fix parsing non-ascii tags
Fix OAuth2 token lingering after revocation
fix regex issue in HTML parser/renderer
fix typo in code that prevented cards from showing at all
don't display quoted status twice
Implement quoting
Fix react button misalignment on safari ios
Fix react button not working if reaction accounts are not loaded
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment