Skip to content

Releases: NikkelM/Notion-Steam-API-Integration

v1.9.1

30 Dec 19:13
3ef3608

Choose a tag to compare

What's Changed

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

v1.9.0

10 Sep 19:31
0a721d8

Choose a tag to compare

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

23 May 18:27
bfc4433

Choose a tag to compare

What's Changed

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

v1.7.0

12 Dec 15:12
00e29db

Choose a tag to compare

What's Changed

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

v1.6.0

05 Jul 12:52
1bdc0c6

Choose a tag to compare

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

13 Mar 14:07
170663d

Choose a tag to compare

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

13 Mar 10:49
45e8fb8

Choose a tag to compare

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

10 Jan 09:37
96127e6

Choose a tag to compare

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

06 Jan 15:38
f68d5fa

Choose a tag to compare

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)

v1.2.1

05 Jan 23:21
9449021

Choose a tag to compare

What's Changed

  • Added Steam store price property (#26)
  • Added option to choose language for tag names (#25)
  • Validate the existence of properties specified in the configuration file (#24)
  • Only get data from one of the API's if necessary (#23)