Skip to content

Releases: nguyenpham/ocgdb

Beta 8

07 Apr 15:44
Compare
Choose a tag to compare
  • Fixed bugs
  • Merge games from PGN files or other databases
  • Improve code-readable

VersionBeta7

23 Feb 02:09
Compare
Choose a tag to compare
  • Fixed bugs
  • Reset/Recreate ECO when creating new databases
  • Can ignore games with FENs
  • Can find duplicates with embedded games (games inside other games)
  • Improve code

Beta 6

15 Feb 05:42
Compare
Choose a tag to compare
  • Fixed bugs
  • Stored first comments (comments before the first moves) of PGN games
  • Searched with FENs such as: ocgdb -db carlsen.ocgdb.db3 -q "fen[rnbqkbnr/pp2pppp/2p5/3pP3/3P4/8/PPP2PPP/RNBQKBNR b KQkq - 0 3, rn1qkbnr/pp2pppp/2p5/3pPb2/3P4/5N2/PPP2PPP/RNBQKB1R b KQkq - 1 4]"
  • Param -r to write all duplicate games
  • Used multi-threads when exporting into a PGN file
  • Improved code for getting and displaying games in PGN format
  • Improved/cleaned code

OCGDB Version Beta 5

02 Feb 14:30
Compare
Choose a tag to compare
  • Fixed a bug about some column types (round, result should be text)
  • New algorithm for checking duplicates

OCGDB Version Beta 4

01 Feb 09:18
Compare
Choose a tag to compare
  • Fixed a bug about setting parameters
  • Fixed a bug about reading binary files in Win

OCGDB Version Beta 3

01 Feb 04:50
Compare
Choose a tag to compare
  • Check to print out and/or remove duplicate games
  • Extract multi-game IDs

OCGDB Version Beta 2

28 Jan 09:53
Compare
Choose a tag to compare
  • Fixed bugs about getting/displaying PGN
  • Export from databases to PGN file
  • Improved some code

OCGDB Version Beta

27 Jan 00:51
Compare
Choose a tag to compare

Continue to improve the app to be an independent, useful database tool:

  • Query both SQLite databases and PGN files
  • Get games by game ID from a database
  • Improve the way to display game PGN
  • Clean code, add more comments

OCGDB-Alpha

22 Jan 14:01
Compare
Choose a tag to compare

OCGDB is built based on SQL/SQLite and become one of the fastest (in terms of speeds of creating and querying/searching), smallest (in terms of database sizes), strongest (in terms of game numbers), and smartest (in terms of querying/position-searching) chess game database programs. The app itself is on intensive development to be an independent, useful chess game database tool.