chore: bump version to 2.32.9 for db migration, fix AGENTS.md instructions

This commit is contained in:
Tiberiu Ichim 2026-02-22 17:14:16 +02:00
parent ead215e777
commit c42ed87299
2 changed files with 3 additions and 2 deletions

View file

@ -138,7 +138,6 @@ OpenAPI documentation available at `docs/openapi.json`
- Vue.js components with Composition API where applicable
- Sequelize models for database operations
- No comments in code unless explicitly requested
- **Title Normalization**: When comparing or grouping by titles, always use `titleNormalized` or the `getNormalizedTitle` utility from `server/utils` to ignore prefixes, punctuation, and non-alphabetic characters. Do not use plain lowercase comparison.
### UI Components & Modals
@ -156,6 +155,8 @@ Located in `server/migrations/`. Key migrations include:
- v2.19.x - Library item improvements
- v2.26.0 - Authentication tables
**CRITICAL**: If you execute or create a new database migration, you MUST bump the `version` in `package.json` to match the migration version (e.g., if you create `v2.32.9-my-migration.js`, you must update `package.json` version to `"2.32.9"`).
Run migrations automatically on server startup.
## Portable Database Setup

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "2.32.8",
"version": "2.32.9",
"buildNumber": 2,
"description": "Self-hosted audiobook and podcast server",
"main": "index.js",