Skip to content

v0.13.4

Latest
Compare
Choose a tag to compare
@FoxxMD FoxxMD released this 29 Nov 15:05
· 2 commits to master since this release

What's New?

Documentation Website 🎉

Context Mod now has a website generated with Just The Docs. This site will be generated and available locally if the host environment supports its build requirements. It can also be built and served separately (see docs).

A big re-organization of the docs occurred due to the way Jekyll works but overall things should be clearer and better organized now! The site even has local search available.

Docker-Compose Support

Context Mod is now fully tested and supported using docker-compose.

The docker-compose template enables one-line setup of MariaDB, Redis, Grafana, and Influx.

See the docker-compose usage documentation for more.

Full Changelog

Features

  • (docs) Generate docs on startup or in docker build
  • (docs) Improve jekyll dependencies to speed up docker image build
  • (No Category) Add full docker-compose support and documentation
  • (No Category) Add some author properties for templating
  • (No Category) Implement templating for flair actions

Bug Fixes

  • (database) Prevent usage of LIMIT in session storage driver when db backend is mysql/mariadb
  • (No Category) Modify reddit entity parsing regex to allow subreddit names that have been replaced with placeholders
  • (No Category) Fix including self activities in Recent Activity without filtering
  • (flair) - Fix endpoint used when assigning flair from template id @rysie 🎉

Documentation

  • (No Category) Initial implementation of just-the-docs
  • (No Category) Fix detail expansion blocks
  • (No Category) Use project README as index and fix more links
  • (No Category) Add doc site development documentation
  • (No Category) Add missing mermaid version
  • (No Category) Add more filters documentation
  • (No Category) Update docker compose instructions

Miscellaneous Tasks

  • (No Category) Add excluded folders for idea
  • (No Category) Exclude jekyll generated files from typescript compiler
  • (No Category) Remove comments about wrong endpoints

Refactor

  • (polling) Improve resilience for polling source parsing