Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

53 lines (39 loc) · 3.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

(At least I'm trying)

[0.5.12]

  • a7fa1f2 | ced4f03 | bcb5df3| 3ce17e3 Add:Slugify validator added to Tag and Note
  • b8bd03f Edit: TODO.md
  • b01d7d2 Fix: Change home page
  • ed71331 Feat:Open the website to the search engines
  • f659622 Fix: tags views
  • cb8347c Fix: tags views
  • ed14f76 Fix: sitemap url and add control on crawl base on seo index settings
  • 5e8bc02 Edit: Changelogs
  • c535731 Fix: show only note published in single tag view
  • 87b8447 Fix: show only note published in tags view
  • c6b5b4c Add: get_tags return a list with tags that got notes only

[0.3.3]

  • 85b5967 Refactor tags. Move tags into notes and unset Tags app
  • c6b5b4c Add: get_tags return a list with tags that got notes only
  • 87b8447 Fix: show only note published in tags view
  • c535731 Fix: show only note published in single tag view

[0.1.1]

Change

  • 90d3ebe Change created_date on models Note, Project and Page to be editable.
  • 0872024 When a new Tag is created slug will be autopopulate based on Tag name.

[0.0.0] - 2024-07-25

Fist release, still in beta status.

Added

  • Models Notes, Pages, Tags, Projects
  • general management of meta robots index/noindex and follow/nofollow from settings.py
  • sitemap.xml management
  • robots.txt, humants.txt and security.txt management
  • text edition from admin panel as MD or html
  • draft and published status for Notes
  • dynamic <title> tag on pages
  • dynamic seo meta title, meta description, meta robots index, and meta robots follow on Notes and Pages.
  • creation of favicon
  • files and images upload from third-party package django-filer