Update CHANGELOG.md

- Added translation: Danish
- Fixes in Leggero and FlatMaas revisited style
This commit is contained in:
Frank Hochmuth 2023-11-19 01:03:32 +01:00 committed by GitHub
parent 20b3f4da8b
commit fc3b606367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,17 +48,16 @@
- A single PhotoSwipe image or a whole gallery is now centered in the responsive design ([#150](https://github.com/flatpressblog/flatpress/issues/150)) - A single PhotoSwipe image or a whole gallery is now centered in the responsive design ([#150](https://github.com/flatpressblog/flatpress/issues/150))
- BBcode videos are no longer chopped off in responsive design, but adjusted to the width and center aligned - BBcode videos are no longer chopped off in responsive design, but adjusted to the width and center aligned
- A left or right aligned BBcode video will now be centered if the screen < 960 px - A left or right aligned BBcode video will now be centered if the screen < 960 px
- In the admin area, the configuration panel has been revised
- fixed vertical alignment of BBCode toolbar in write panel
- The BBcode toolbar adapted for a better display at the screen width of 640px - The BBcode toolbar adapted for a better display at the screen width of 640px
- The menu and submenu in the administration area now also has a "slightly" more modern design - The menu and submenu in the administration area now also has a "slightly" more modern design
- Template and CSS from Uploader > Gallery: image texts; button and table adapted to Leggero V2 style - Template and CSS from Uploader > Gallery: image texts; button and table adapted to Leggero V2 style
- Lucida Console [code] ... [/code] is now correct as a font in the CSS file - Text within the pre element is now printed completely by line break
- Removes obsolete acronym element in the language files and replaces it with the abbr element
- Fixes a problem in the admin area when rendering font-sizes in Safari, Chrome and Firefox (iPhone/iPad) ([#256](https://github.com/flatpressblog/flatpress/issues/256)) - Fixes a problem in the admin area when rendering font-sizes in Safari, Chrome and Firefox (iPhone/iPad) ([#256](https://github.com/flatpressblog/flatpress/issues/256))
- Added "background-attachment: fix" -workaround for mobile devices. - Added "background-attachment: fix" -workaround for mobile devices.
- Admin area now has Leggero-v2 style background instead of white background. - Admin area now has Leggero-v2 style background instead of white background.
- Further fixes in "Leggero" theme - Further fixes in "Leggero" theme
- All Leggero theme css files now comply with [CSS level 3](https://jigsaw.w3.org/css-validator/)
- Fixed searchbox glitch in FlatMaas revisited style ([#97](https://github.com/flatpressblog/flatpress/issues/97)) - Fixed searchbox glitch in FlatMaas revisited style ([#97](https://github.com/flatpressblog/flatpress/issues/97))
- Fixed missing bullets in preview ([#98](https://github.com/flatpressblog/flatpress/issues/98)) - Fixed missing bullets in preview ([#98](https://github.com/flatpressblog/flatpress/issues/98))
- CSS of the Leggero style had some glitches on mobile devices - CSS of the Leggero style had some glitches on mobile devices
@ -71,9 +70,14 @@
- Updated preview image ([#139](https://github.com/flatpressblog/flatpress/issues/139)) - Updated preview image ([#139](https://github.com/flatpressblog/flatpress/issues/139))
- Fixed comments date format ([#237](https://github.com/flatpressblog/flatpress/issues/237)) - Fixed comments date format ([#237](https://github.com/flatpressblog/flatpress/issues/237))
- Fixed several layout/CSS glitches ([#140](https://github.com/flatpressblog/flatpress/issues/140), [#144](https://github.com/flatpressblog/flatpress/issues/144), [#201](https://github.com/flatpressblog/flatpress/issues/201), [#247](https://github.com/flatpressblog/flatpress/issues/247), [#249](https://github.com/flatpressblog/flatpress/issues/249)) - Fixed several layout/CSS glitches ([#140](https://github.com/flatpressblog/flatpress/issues/140), [#144](https://github.com/flatpressblog/flatpress/issues/144), [#201](https://github.com/flatpressblog/flatpress/issues/201), [#247](https://github.com/flatpressblog/flatpress/issues/247), [#249](https://github.com/flatpressblog/flatpress/issues/249))
- Lucida Console [code] ... [/code] is now correct as a font in the CSS file
- In the admin area, the configuration panel has been revised
- Fixed vertical alignment of BBCode toolbar in write panel
- Removes obsolete acronym element in the language files and replaces it with the abbr element
- The menu bar in Leggero style is now centered if the screen width is less than 768px
## Internationalization ## Internationalization
- Added translation: Slovenian - Added translation: Slovenian, Danish
- Reworked translations: Spanish, Portuguese, Dutch, and Italian - Reworked translations: Spanish, Portuguese, Dutch, and Italian
- Fixed wrong pt-br country code ([#100](https://github.com/flatpressblog/flatpress/issues/100)) - Fixed wrong pt-br country code ([#100](https://github.com/flatpressblog/flatpress/issues/100))
- German translation for Comment Center plugin added ([#148](https://github.com/flatpressblog/flatpress/issues/148)) - German translation for Comment Center plugin added ([#148](https://github.com/flatpressblog/flatpress/issues/148))