Releases: nguyenpham/ocgdb
Releases · nguyenpham/ocgdb
Beta 8
VersionBeta7
- 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
- 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
- Fixed a bug about some column types (round, result should be text)
- New algorithm for checking duplicates
OCGDB Version Beta 4
- Fixed a bug about setting parameters
- Fixed a bug about reading binary files in Win
OCGDB Version Beta 3
- Check to print out and/or remove duplicate games
- Extract multi-game IDs
OCGDB Version Beta 2
- Fixed bugs about getting/displaying PGN
- Export from databases to PGN file
- Improved some code
OCGDB Version Beta
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
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.