Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 1.4 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.

0.2.3 - Unreleased

Added

  • Support for gotosocial that requires an API token.

0.2.2 - 2024-01-20

Fixed

  • Check for the exists of globalThis.caches before using it #2

0.2.1 - 2023-09-12

Added

  • Support for Pleroma #1.

Changed

  • Don't empty the component content if there're no comments.

0.2.0 - 2023-08-15

Added

  • cache attribute.
  • Offline support.
  • Mark the comments by the post author.

Changed

  • Filter out messages if the visibility is not public.
  • Removed the modern-normalize import from the default styles.
  • Empty the component before rendering.

0.1.0 - 2023-08-01

First version