Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 957 Bytes

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 957 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[2.0.2] - 2019-09-09

Changed

  • feed.py renamed to generate_feed.py
  • When entries could not be generated, don't overwrite the feed

[2.0.1] - 2019-09-01

Added

Changed

[2.0] - 2019-08-27

Added

  • Retroactively add a changelog
  • Include a README.md to describe the project
  • Include an example
  • Use sqlite3 to manage publication times where none exist on the page
    • Add a db.py to manage the database

Changed

  • Use feedgen instead of rfeed - #1

[1.0.1] - 2019-06-24

Changed

  • Move feed.xml into feed.xml.original as baseline
  • Untrack feed.xml as it changes instead

[1.0] - 2019-04-12

Added

  • Initial version