Skip to content

Releases: niemasd/GameID

GameID v1.0.28

26 Jun 21:32
Compare
Choose a tag to compare
  • Added UUID and volume ID to Sega CD output
    • What I was outputting before as volume_ID was actually the disc volume name (which is slightly different)

GameID v1.0.27

26 Jun 17:45
Compare
Choose a tag to compare
  • Added more example files from the 240p Test Suite
  • Added tests that are run on every push via GitHub Actions
  • Added Neo Geo CD support to GameID
    • Initial support is also added to ConsoleID, but it has a bug
    • I need to fix my ISO9660 implementation to handle discs with lots of files in the root
  • Added support for extracted PSP games

GameID v1.0.26

26 Jun 01:16
Compare
Choose a tag to compare
  • Rewrote my ISO9660 implementation, so now it should work for any ISO 9660 file
  • Removed pycdlib dependency
    • As of now, GameID is 100% pure built-in Python 😄

GameID v1.0.25

25 Jun 17:00
Compare
Choose a tag to compare
  • Fixed SegaCD support

GameID v1.0.24

22 Jun 22:47
Compare
Choose a tag to compare
  • Added Sega CD support
  • Fixed PSX identification in ConsoleID
  • Improved flexibility of Sega Genesis identification in GameID

GameID v1.0.23

21 Jun 17:14
Compare
Choose a tag to compare
  • Improved sensitivity of Sega Saturn identification by ignoring spaces in IDs

GameID v1.0.22

21 Jun 03:21
Compare
Choose a tag to compare
  • Added device support parsing for Sega Saturn

GameID v1.0.21

21 Jun 00:13
Compare
Choose a tag to compare
  • Added Sega Saturn support

GameID v1.0.20

20 Jun 17:25
Compare
Choose a tag to compare
  • Manually implemented GameCube support myself
    • GameID no longer depends on gciso

GameID v1.0.19

20 Jun 16:50
Compare
Choose a tag to compare
  • Added ConsoleID