Skip to content

Releases: ryancheley/pelican-to-sqlite

v0.6.2

23 Jul 18:25
Compare
Choose a tag to compare

Fixed:

  • Publishing issue related to migration to pyproject.toml

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Jul 18:21
Compare
Choose a tag to compare

Fixed:

  • Publishing issue related to migration to pyproject.toml

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Jul 18:07
Compare
Choose a tag to compare

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 to pyproject.toml for Project Meta Data

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Feb 03:46
c82be46
Compare
Choose a tag to compare

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

18 Jan 13:19
1a235b0
Compare
Choose a tag to compare

Features

  • Added Badges
  • Added Pull Request Template
  • Added Bug Template
  • Added Feature Request Template

Updated README

18 Jan 04:09
4b97266
Compare
Choose a tag to compare

Feature

  • Update README to be current

Text instead of HTML

16 Jan 22:22
2a1debf
Compare
Choose a tag to compare

Features

  • Updated to write the summary and content of the post as text instead of html
  • Added tests

Using the Pelican Plugin System

15 Jan 18:06
59519f1
Compare
Choose a tag to compare

Features

  • Refactored to use the Pelican Plugin System
  • Added Contributor's Guide closes #4
  • Added Code of Conduct closes #3

Bug Fixes

  • Refactoring made #2 and #1 moot as I'm now using the Pelican Plugin System

Bug Fixes

26 Aug 02:37
Compare
Choose a tag to compare

This releases fixes a few bugs:

  • leading spaces in column data
  • content included the last line of the pelican metadata tags

Added tests

26 Aug 01:59
Compare
Choose a tag to compare

Same great pelican-to-sqlite now with tests