Releases: ryancheley/pelican-to-sqlite
Releases · ryancheley/pelican-to-sqlite
v0.6.2
v0.6.1
v0.6.0
What's Changed
Added
- Python versions for testing in GitHub Action Workflows:
- 3.11
- 3.12-dev
Changed
- Upgrade pre-commit file
- Migrate from
setup.py
topyproject.toml
for Project Meta Data
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
feature: added ability to name your own database closes #11
feature: added ability to add pages to database closes #13
chore: updated black
Full Changelog: v0.4.0...v0.5.0
Add Badges & Community Features
Features
- Added Badges
- Added Pull Request Template
- Added Bug Template
- Added Feature Request Template
Updated README
Feature
- Update README to be current
Text instead of HTML
Features
- Updated to write the
summary
andcontent
of the post as text instead of html - Added tests
Using the Pelican Plugin System
Bug Fixes
This releases fixes a few bugs:
- leading spaces in column data
- content included the last line of the pelican metadata tags
Added tests
Same great pelican-to-sqlite now with tests