Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 2.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.5.2 (2024-04-25)

Bug Fixes

  • correct index out of bounds error for random quotes (fc7315e)
  • qall formats quote with context correctly (7679119)
  • qall formats quote with context correctly (6228751)
  • qall lists entire name and capitalizes properly with bolding (4a3ca97)
  • qsearch lists any matches when keyword is given (6834532)

2.5.1 (2024-04-24)

Bug Fixes

  • quotee via commands are case-insensitive (ced8f27)

2.5.0 (2024-04-17)

Features

  • add docker support (2703c0b)
  • add logging for db actions (d73d92f)
  • add logging for quote operations (a66a620)
  • bold pattern matches when list similar (6ea81ea)
  • complete sqlite usage for quotes (960cdb5)
  • implement sqlite database for quotes (1b55238), closes #1
  • load arguments via env vars (047a238)