0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 01:52:42 +00:00

Update to v3.17.0

This commit is contained in:
Víctor Losada Hernández
2025-01-30 18:54:27 +01:00
parent 574d68f678
commit d8d403ffb8
3 changed files with 48 additions and 60 deletions

View File

@@ -85,6 +85,51 @@ pre {
## changelog
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
### Thursday 01/30/2024 - v3.17.0
{{tasklist
##### 5e-Cleric
- Update FAQ
- Fix styling for Vault buttons and checkboxes
- Improve navigation bar styling
- Add author renaming backend functions
- Fix malformed URI error when generating Reddit links
- Refactor User Page's Brew item component
- Refactor Share Page
- Refactor `dialog` notifications (with calculuschild and G-Ambatte)
##### dbolack
- Fix page shadows toolbar option - fixes issue [#3919](https://github.com/naturalcrit/homebrewery/issues/3919)
- Add Markdown for non-breaking spaces (` :>>> `)
- Update Docker install instructions - fixes issue [#1930](https://github.com/naturalcrit/homebrewery/issues/1930)
- Fix incorrect state update call - fixes issue [#3974](https://github.com/naturalcrit/homebrewery/issues/3974)
- Allow CSS inject directly in page by doing: `/page{}` - fixes issue [#3901](https://github.com/naturalcrit/homebrewery/issues/3901) With calculuschild
- Update Ubuntu install instructions - fixes issue [#1952](https://github.com/naturalcrit/homebrewery/issues/1952)
- Add align paragraph markdown (`:-: text`)
##### G-Ambatte
- Correct obsolete tag data - fixes issue [#3927](https://github.com/naturalcrit/homebrewery/issues/3927)
- Stop admin user being added as an author when updating brews via admin tools - fixes issue [#3952](https://github.com/naturalcrit/homebrewery/issues/3952)
- Add steps to refresh Google token to error page - fixes issue [#3955](https://github.com/naturalcrit/homebrewery/issues/3955)
- Add navigation by header/ID menu
##### calculuschild
- Fetch Google brews using user auth instead of service account - fixes issue [#2954](https://github.com/naturalcrit/homebrewery/issues/2954)
- Fix content negotiation middleware and tests - fixes issue [#3904](https://github.com/naturalcrit/homebrewery/issues/3904)
- Add Emojis testing
- Fix `toWellFormed() is not a function` for Win 7 users
- Add `content-visibility` property to decrease reflow time on large brews
##### Gazook89
- Use Intersection Observers to detect on-screen pages - fixes issue [#3824](https://github.com/naturalcrit/homebrewery/issues/3824)
}}
### Wednesday 11/27/2024 - v3.16.1
{{taskList