Skip to content

Releases: git-for-windows/rss-to-issues

v0.0.9

02 Jul 19:31
v0.0.9
Compare
Choose a tag to compare

Update a couple of dependencies

v0.0.8

09 Apr 20:48
v0.0.8
Compare
Choose a tag to compare

Fix breakage caused by the GitHub REST API upgrade

v0.0.7

09 Apr 15:31
v0.0.7
Compare
Choose a tag to compare

A couple of dependencies were updated.

v0.0.6

13 Nov 13:02
v0.0.6
44ef583
Compare
Choose a tag to compare

This Action now uses node.js 20

v0.0.5

21 Nov 14:43
v0.0.5
Compare
Choose a tag to compare

This Action now uses the current html-to-md

v0.0.4

13 Nov 20:11
v0.0.4
Compare
Choose a tag to compare

This Action now uses node.js v16 and html-to-md

v0.0.3

29 Jun 14:33
v0.0.3
Compare
Choose a tag to compare

v0.0.3

This GitHub Action now handles feeds with title-less items gracefully.
Such feeds include the ones generated from GitHub's wikis.

v0.0.2

06 May 12:23
v0.0.2
Compare
Choose a tag to compare

Better title generation for aggregate tickets

Instead of using the current time as the label for aggregate tickets, we
now use "<N> new items" if more than one new item was found, and if only
one new item was found, we use the title of that item.

v0.0.1

05 May 17:49
v0.0.1
Compare
Choose a tag to compare

Prevent aggregate issues from being added multiple times

Our "was this ticket already opened?" check did not handle aggregate
issues correctly.

v0.0.0

08 Apr 14:04
v0.0.0
Compare
Choose a tag to compare

The initial version of the Javascript Action!