Skip to content

Releases: NikkelM/Notion-Steam-API-Integration

v1.9.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 21:31
34826de

What's Changed

  • Handle invalidated refresh tokens and prompt for new login if required (#65)

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 30 Dec 19:13
3ef3608

What's Changed

  • Fixed errors when setting some properties if an API response is empty (#64)

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 19:31
0a721d8

What's Changed

  • Updated integration to work with Notion API version 2025-09-03 (#62)
  • Added new optional notionDataSourceId property to the config (#62)
  • Fixed the integration throwing an exception if a game does not exist for a given App ID (#62)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 23 May 18:27
bfc4433

What's Changed

  • Fixed tag fetching, now requires Steam login (#60)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 15:12
00e29db

What's Changed

  • Added game developers and publishers as properties (#59)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 12:52
1bdc0c6

What's Changed

  • Added additional format options for review scores (#57)
  • Bump ip from 2.0.0 to 2.0.1 (#55)
  • Bump protobufjs from 6.11.3 to 6.11.4 (#54)

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 13 Mar 14:07
170663d

What's Changed

  • Fixed a bug with invalid release date strings (#53)

Please note that the format property of the releaseDate configuration option has been deprecated with the v1.5.0 release.

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 10:49
45e8fb8

What's Changed

  • Fixed a bug causing future release dates to be converted incorrectly (#52)

Please note that the format property of the releaseDate configuration option has been deprecated with this release.

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 09:37
96127e6

What's Changed

  • Added option to provide default values for cover and icon (#46)
  • Catch the Database is not open error on startup (#45)
  • Don't overwrite values in the database with null if property is not found (#44)
  • Always update the lastUpdatedAt variable after execution (#41)
  • Added alwaysUpdate option, fixed some bugs (#38)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 15:38
f68d5fa

What's Changed

  • Added Steam Deck compatibility option (#34)
  • Added option to set the name for the Steam App ID property (#31)
  • Now using proper database (#29)