Changes
⚠️ Breaking changes
- Data storage is now done in a SQLite database instead of JSON files.
Tip
A utility for migrating the old database is available here.
🌍 Global changes
- Added credentials storage
- Added sidebar tabs in the viewer
- Customizable zoom multiplier
- Thumbnails are now vertically centered
⚙️ Internal changes
- Page selection by ARK URL is now supported
- Unified codebase for all IIIF and Ligeo providers
- All unit tests now pass
📭 Provider related changes
- Added support for FamilySearch
- AD06
- Updated title parsing for 3E and C series
- Removed HTML tags from metadata
- Antenati
- Updated domain
- Support for page ARK URL
- Support for the online viewer URL
- UserScript added
Note
Mac users, you may encounter a message stating that the "App Is Damaged and Can’t Be Opened", this is due to the fact that the application is not signed, all you need to do is run this command to add the application to the exception list:
xattr -d com.apple.quarantine /Applications/GeneaGrab.app
Warning
The Windows installer is missing a DLL, please use the portable version (or manually add the missing file e_sqlite3.dll
)