Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.13.1 hotfix #485

Merged
merged 17 commits into from Jun 30, 2021
Merged

0.13.1 hotfix #485

merged 17 commits into from Jun 30, 2021

Conversation

thebaer
Copy link
Member

@thebaer thebaer commented Jun 30, 2021

v0.13.1

User-Facing Changes

Admin-Facing Changes

thebaer and others added 16 commits June 22, 2021 16:06
This fixes an issue where "12. April" would get rendered as "1. April" because
it looks like a Markdown list item to our renderer. Now, we parse titles as
titles, instead of standalone text, which causes the renderer to give us the
results we want. This also adds some basic tests for the applyBasicMarkdown()
func.

Closes #470
...on the OAuth access token inspection call. This returns an error and
privately (via logs) prompts the admin to add a `map_user_id` config value.

Fixes #469
Fetching posts for the Reader involves an additional query on each row,
which previously ran into our connection limit to the database and caused
it to lock up. This increases the connection limit from 1 to 2, to allow
this.

This is meant to be a quick, safe fix, but there could always be a better
solution.

Fixes #467
Remove additional slash in /feed/ redirect
Don't include img alt text in post Summary()
Fix "Collection.hostName is empty!" log on Stats page
Previously, when editing a post with an unordered list in it via the
Classic editor, backslashes (\) would get added to the end of each list
item. This fixes that.

Closes #480
Fix trailing backslash on lists in Classic editor
Error when generic OAuth provider doesn't return a user ID
@thebaer thebaer added this to the 0.13.1 milestone Jun 30, 2021
@thebaer thebaer changed the base branch from develop to main June 30, 2021 14:31
@thebaer thebaer merged commit b7f732b into main Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant