Skip to content

Releases: Guts/mkdocs-rss-plugin

1.17.1

16 Dec 08:25
d467703
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • fix(rss): email and name were inverted in output and so uncompliant by @Guts in #343

Documentation 📖

  • update(docs): move integrations page as independant menu by @Guts in #344

Full Changelog: 1.17.0...1.17.1

1.17.0

02 Dec 20:52
7569e08
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

  • refacto(material_integrations): use POO to manage integrations with Material theme framework by @Guts in #335
  • update(chore): use typed dataclasses instead of dict by @Guts in #337
  • feature(integration): make the integration with Material Blog configurable through an option by @Guts in #339
  • Feature: use author name and email from .authors.yml set up in Material Blog by @Guts in #340

Tooling 🔧

  • update(ci): enable manual trigger for build/publish doc by @Guts in #338

Full Changelog: 1.16.0...1.17.0

1.16.0

24 Oct 16:40
318a29e
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

Features and enhancements 🎉

  • feature(integration): support social cards for blog plugin posts by @Guts in #326

Documentation 📖

Other Changes

  • Packaging: drop python 3 8, add 3.13 support by @Guts in #327

New Contributors

Full Changelog: 1.15.0...1.16.0

1.15.0

03 Jul 08:48
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

  • feat: allow per-page description customization by @meysam81 in #310

New Contributors

Full Changelog: 1.14.0...1.15.0

1.14.0

26 Jun 07:16
60459f9
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • [Fix] Update docs for as_update (boolean not supported anymore) by @brapoprod in #306
  • improve(remote_images): handle connection error by @Guts in #307
  • feature(plugin): add a flag attribute to acts depending on the used Mkdocs command by @Guts in #311

Features and enhancements 🎉

  • improve(http): disable warnings for unverified requests by @Guts in #308
  • Feature: add http caching mechanism by @Guts in #309

New Contributors

Full Changelog: 1.13.4...1.14.0

1.13.4

24 Jun 19:48
68c62e5
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

Full Changelog: 1.13.3...1.13.4

1.13.3

23 Jun 18:38
a94256f
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • hotfix: bad default_time value type introduced in #300 by @Guts in #302

Full Changelog: 1.13.2...1.13.3

1.13.2

23 Jun 18:15
9b88745
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

  • Feature: add per-feed custom titles and abstracts by @toomanybrians in #295
  • Improve: convert docstrings to google convention by @Guts in #298
  • fix(config): do not raise error for bad date_from_meta.default_time value and fallback to default by @Guts in #300

New Contributors

Full Changelog: 1.13.1...1.13.2

1.13.1

15 Jun 22:00
7aa5e99
Compare
Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • Fix remote image length warnings using requests instead of urllib (standard lib) by @Guts in #289

Features and enhancements 🎉

  • refacto(cleanup): remove python 3.9 related code and deps (timezone) by @Guts in #288
  • improve(logs): enhance some logs and type hints by @Guts in #293
  • Feature: improve social cards integration by @Guts in #294

Full Changelog: 1.13.0...1.13.1

1.13.0

10 Jun 19:25
dad7b25
Compare
Choose a tag to compare

What's Changed

Features and enhancements 🎉

  • feature(option): allow customize output filenames by @Guts in #278
  • feature: allow multiple instances by @Guts in #280
  • chore(deps): set minimum Mkdocs version to 1.4 by @Guts in #283
  • Chore: set minimal python version to 3.10 by @Guts in #286
  • Refacto: modernize config date from meta by @Guts in #285

Tooling 🔧

  • ci: use trusted publisher and remove token by @Guts in #271
  • tooling: add SonarCloud config by @Guts in #279

Documentation 📖

  • Documentation: improve guide how to make JSON feed discoverable by @Guts in #272
  • Docs: order settings aZ and minor improvements by @Guts in #281
  • docs: complete JSON schema with latest features by @Guts in #282
  • docs: fix internal links by @Guts in #284

Full Changelog: 1.12.2...1.13.0