Skip to content

Releases: gautamkrishnar/blog-post-workflow

1.9.6

Choose a tag to compare

@gkr-bot gkr-bot released this 16 Apr 22:42

What's Changed

  • fix: customTags variable is now accessible inside item_exec, restoring backward compatibility broken in 1.9.5 (fixes #292)

Details

The migration to ES modules in 1.9.5 changed item_exec evaluation from eval() to new Function(), which removed access to local scope variables like customTags. This release passes customTags into the item_exec execution context so existing workflows continue to work as expected.

Thanks to @bnbong for reporting the issue and providing a detailed bug report with a clear reproduction case! 🙏

Full Changelog: 1.9.5...1.9.6

1.9.5

Choose a tag to compare

@gkr-bot gkr-bot released this 13 Apr 07:45

What's Changed

  • update action from node 20 to node 24 by @haydenk in #290
  • migrated whole project to es moules to add support for actions/core v3
  • upgraded deps

New Contributors

Full Changelog: 1.9.4...1.9.5

1.9.4

Choose a tag to compare

@gkr-bot gkr-bot released this 14 Dec 10:27

What's Changed

  • Upgrade deps to latest version

Full Changelog: 1.9.3...1.9.4

1.9.3

Choose a tag to compare

@gkr-bot gkr-bot released this 17 May 15:50

What's Changed

Full Changelog: 1.9.2...1.9.3

1.9.2

Choose a tag to compare

@gkr-bot gkr-bot released this 11 May 17:11

What's Changed

  • Added sort_order input option for sorting functionality by @kakkoyun in #281

New Contributors

Full Changelog: 1.9.1...1.9.2

1.9.1

Choose a tag to compare

@gkr-bot gkr-bot released this 11 Apr 18:11

What's Changed

  • Dependency upgrades

Full Changelog: 1.9.0...1.9.1

1.9.0

Choose a tag to compare

@gkr-bot gkr-bot released this 29 Mar 03:00

What's Changed

New Contributors

Full Changelog: 1.8.9...1.9.0

1.8.9

Choose a tag to compare

@gkr-bot gkr-bot released this 19 Mar 19:37

What's Changed

  • Added substack example in #258
  • Add Daily Dev Bookmarks in #261
  • Added rss.app in #264
  • Update HTML file using the workflow by @muktoakash in #265
  • Error message improvements

New Contributors

Full Changelog: 1.8.8...1.8.9

1.8.8

Choose a tag to compare

@gkr-bot gkr-bot released this 24 May 12:21

What's Changed

  • Added dummy_commit_message option, ref: #249
  • Add a new blog source on README by @TLOWAC in #246

New Contributors

Full Changelog: 1.8.7...1.8.8

1.8.7

Choose a tag to compare

@gkr-bot gkr-bot released this 09 Mar 21:52

What's Changed

  • Removed medium comments filter since they are not sending it in the RSS feeds anymore
  • Upgraded build pipeline to use node 20

Full Changelog: 1.8.6...1.8.7