- Add `ShoppingDomainEntity`, `CategoryEntity`, `CatalogItemEntity`, `ItemCategoryCrossRef` tables to database - Increment database version to 8 with migration from v7 - Create `CatalogDao` with queries for domains, categories, items, and search - Implement `CatalogSeedManager` to parse and insert JSON seed data on first launch - Add catalog navigation routes
5 lines
33 B
INI
5 lines
33 B
INI
MAJOR=1
|
|
MINOR=18
|
|
PATCH=0
|
|
CODE=29
|