Skip to content

Latest commit

 

History

History
130 lines (107 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

130 lines (107 loc) · 11.2 KB

Changelog

This is an auto-generated log of all the changes that have been made to the project since the first release.

This project adheres to Semantic Versioning.

These are the changes that have been merged to the repository since the last release. If you want to try out these changes, you can install the latest version from the main branch by running:

$ pip install git+https://github.com/seapagan/pyBlog

or, if using poetry:

$ poetry add git+https://github.com/seapagan/pyBlog

Everything in this section will be included in the next official release.

Closed Issues

  • Bug in 'like' functionality (#54) by seapagan
  • Add ReCapcha to the comment form (#47) by seapagan
  • Popular and latest post pages not implemented from the drop down (#46) by seapagan
  • Search not implemented (#45) by seapagan
  • All tags list is missing from new/edit page (#41) by seapagan
  • Superuser cannot edit other user posts (#39) by seapagan
  • Responsive menu missing 'New Post' link (#38) by seapagan
  • FontAwesome slowing down pages. (#37) by seapagan
  • Create custom 403 and 404 Error pages. (#35) by seapagan
  • Implement popular posts sidebar (#32) by seapagan
  • Duplicated context definitions (#27) by seapagan
  • Cannot edit the title of a blog post (#25) by seapagan
  • Draft post has wrong time when finally published (#24) by seapagan
  • Change Rich Text editor (#21) by seapagan
  • Some layout errors on mobile view (#19) by seapagan
  • Limit posts shown in the tag list view (#17) by seapagan
  • Pinned post should only show on the first page (#16) by seapagan

Merged Pull Requests

New Features

Testing

Bug Fixes

Refactoring

  • Migrate tooling to use Ruff for linting and Formatting, MyPy for type checking. Add MkDocs tooling. (#257) by seapagan

Dependency Updates


This changelog was generated using github-changelog-md by Seapagan