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

Release 5.2 #7

Merged
merged 959 commits into from
Jun 13, 2022
Merged

Release 5.2 #7

merged 959 commits into from
Jun 13, 2022

Conversation

ivan-penchev
Copy link
Owner

@ivan-penchev ivan-penchev commented Jun 13, 2022

Features

Bug Fixes

  • alt is not a valid attribute for 'a' tag (58928db)
  • assets URL is missing baseurl in self-hosted mode (#591) (54124d5)
  • correct the twitter:creator of Twitter summary card (96a16c8)
  • correctly URL encode share links (4c1c8d8), closes #496
  • follow paginate_path config for pagination (6900d9f)
  • force checkout of gh-pages branch (#544) (5402523)
  • horizontal scroll for long equations (#545) (30787fc)
  • p is not allowed in span (4f590e2)
  • remove whitespace from avatar URL (#537) (0542b51)
  • resume the preview image SEO tag (#529) (b8d1bcd)
  • script code should be in head or body, not in between (2103191)
  • spurious header closing tags (59e9557)
  • table bypass refactoring when it contains IAL (#519) (5d85ccb)
  • theme mode: SCSS syntax error (#588) (76a1b6a)
  • use jsonify to generate valid json (#521) (dd9d5a7)
  • when the site.img_cdn is set to the local path, the preview-image path loses the baseurl (9cefe58)

Improvements

  • avoid post pageviews from shifting while loading (135a16f)
  • avoid the layout shift for post datetime (6d35f5f)
  • categories: support singular and plural forms of locale (#595) (35cadf9)
  • improve the responsive design for ultrawide screens (#540) (5d6e8c5)

Reduce the probability of users using `baseurl` incorrectly
- Correct the aspect ratio of the mockup image
- Delete code snippet space in docs
Also improve the Markdown code style
cotes2020 and others added 27 commits April 26, 2022 04:55
Also moved the image position to the metadata area
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-smoke-0497c7e03-7.westeurope.1.azurestaticapps.net

@ivan-penchev ivan-penchev merged commit 3bbfee7 into master Jun 13, 2022
@ivan-penchev ivan-penchev deleted the release_5.2 branch March 10, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML structure has wrong structure if title contains double-quote