Skip to content

Releases: NikkelM/Notion-Steam-API-Integration

v1.6.0

05 Jul 12:52
1bdc0c6
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.1.0

04 Jan 22:31
a4fa5a7
Compare
Choose a tag to compare

What's Changed

  • Fixed Steam logon, more concise Notion API request (#10)
  • Added forceReset, updateInterval options to the config (#11)
  • Added configuration options for which Notion database fields should be updated (#13)
  • Added additional Steam API endpoint to be able to fetch more data (#14)
  • Added option to add a game's description to the database (#15)
  • Fixed issues with the new Steam API endpoint (#16)
  • Added store page property (#21)

v1.0.0

03 Jan 18:01
Compare
Choose a tag to compare

What's changed

  • Initial release