Skip to content

Latest commit

 

History

History
115 lines (87 loc) · 1.89 KB

File metadata and controls

115 lines (87 loc) · 1.89 KB

0.4.2 - 2026-04-10

Chore

  • Update deps, migrate from bincode to wincode

0.4.1 - 2025-11-19

Chore

  • Update deps
  • Update deps
  • Release

Refactor

  • Set default value for config path

0.4.0 - 2025-07-19

Chore

  • Update deps
  • Release

Features

  • Add config file and admin commands
  • Add database tests

0.3.0 - 2025-06-11

Chore

  • Update deps
  • Update deps
  • Release

Features

  • Add rocksdb backend
  • Add a tool for migrating database backends

Refactor

  • Abstract database access
  • Use transaction to avoid race condition

0.2.8 - 2025-06-11

Chore

  • Update deps, CVE-2025-48937
  • Release anicca-subscribe version 0.2.8

0.2.7 - 2025-06-05

Chore

  • Release anicca-subscribe version 0.2.7

Refactor

  • Merge hourly events

0.2.6 - 2025-06-03

Chore

  • Release anicca-subscribe version 0.2.6

Fix

  • Parse markdown before inserting into html

0.2.5 - 2025-06-03

Chore

  • Release anicca-subscribe version 0.2.5

Refactor

  • Use details to shorten the message

0.2.4 - 2025-06-02

Chore

  • Release anicca-subscribe version 0.2.4

Refactor

  • Just use RoomMessageEventContent, what was I doing

0.2.3 - 2025-06-02

Chore

  • Update deps
  • Release anicca-subscribe version 0.2.3

Features

  • Add changelog
  • Produce html output
  • Add notification header
  • Improve formatting

Refactor

  • Use Body enum to manage reply types

0.2.2 - 2025-06-02

Chore

  • Release anicca-subscribe version 0.2.2

Fix

  • Fix database oprs

0.2.1 - 2025-06-02

Chore

  • Release anicca-subscribe version 0.2.1

Refactor

  • Use get_dm_room instead of memorizing dm room ids

0.2.0 - 2025-06-02

Chore

  • Set default log level to warn
  • Bump to 0.2.0

Features

  • Init
  • Only read when the command is called
  • Support mention
  • Support dm with no prefixing
  • Hourly notification

Fix

  • Match exact prefix

Refactor

  • Share db connection