Skip to content

Releases: CreeperIsASpy/FlaskBlog

FlaskBlog v1.1.0

14 Feb 10:35
Compare
Choose a tag to compare

The second FlaskBlog version, including basic blogging functions.


These are some new functions that are added to the release.

  1. Like function: Allows users to "Like" their favourite posts.
  2. Markdown-format typing, that also allow user to post articles with attached files and pictures. ( If they provide an available link. )

The early versions of FlaskBlog is rather easy, so it does not include:

  • Subscribing users and posts and other functions related to suscribing.
  • View others' profiles.
  • View your statistics about how many posts you had been posted, how many likes you had get, etc. , in your dashboard.
  • Other advanced functions.

Happy to use!

2025/02/14
CreeperIsASpy

FlaskBlog v1.0.0

09 Feb 10:24
Compare
Choose a tag to compare

The first typical version of FlaskBlog, including posting, comment, auth functions and some other basics.
This version of FlaskBlog is the easiest, so it doesn't include:

  • Liking and subscribing users and posts.
  • Markdown-format text.
  • Post an article with attached files and pictures.

Happy to use!