Skip to content

Releases: bmos/FG-Forge-Updater

v1.0.5

10 Feb 18:25
a586ef7
Compare
Choose a tag to compare

What's Changed

  • Markdown-styled images with no text associated will be removed
  • Tagging new build as live is now performed via HTTP requests rather than via browser automation.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

04 Feb 14:41
84fb970
Compare
Choose a tag to compare

What's Changed

  • Tables will now have alternating row background colors and grid lines for better legibility
  • Images that the Forge strips out of the file will be proactively replaced with links
  • Test channel can now be targeted through an optional environment variable

Full Changelog: v1.0.3...v1.0.4

v1.0.3

04 Feb 03:11
8f80707
Compare
Choose a tag to compare

What's Changed

  • Support for uploading multiple files by @rhagelstrom in #10
  • Shorter default timeout threshold.
  • Many more INFO level logging messages to help track progress and diagnose issues.
  • INFO level logging messages enabled by default.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Feb 16:10
5bd54fb
Compare
Choose a tag to compare

What's Changed

  • More GitHub-like parsing of markdown (new lines, inline-html, etc) - 5a1fadd
  • Moved some main.py constants to a Constants class for tidiness - 5a1fadd

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Feb 01:59
6d3d019
Compare
Choose a tag to compare

What's Changed

  • Fixed import paths to work when called via the command used in the README (and recommended GitHub action).
  • Added additional INFO level logging.
  • Add a wait after pasting description for (re) formatting to occur
  • If README.md is not found, the script will no longer wipe out the existing description (oops)
  • Added additional unit tests and improved those that exist

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Initial Release

01 Feb 13:59
9f44420
Compare
Choose a tag to compare

What's Changed

  • It's new! Go break it!

Full Changelog: https://github.com/bmos/FG-Forge-Updater/commits/v1.0.0