Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
75 lines (47 loc) · 1 KB

CHANGES.rst

File metadata and controls

75 lines (47 loc) · 1 KB

Latest changes

v0.1.2

date:2023-10-26

(Add deprecated notes)

v0.1.1

date:2022-11-28

Small bug-fixes.

Fixes

  • Force override searchindex.js as blank file.
  • searchtools.js initialize engine lazy.

v0.1.0

date:2022-11-27

For JavaScript based search-engine.

Features

  • Split sections from document for search (useful for refs of page).
  • Add flag: search from database instead of Sphinx bundled search feature.

v0.0.3

date:2022-11-26

Update documents

Documentation

  • Add badges into readme and documentation.
  • Follow notes for v0.0.2

v0.0.2

date:2022-11-23

Supporting for local development.

Miscellaneous

  • Use bump2version for release.
  • Configure about line-length for pycodestyle.

v0.0.1

date:2022-11-23

This is first release.

Features

  • Add sqlite builder that generate db.sqlite.
  • Inject generator for database into html based builder.