mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-28 21:19:42 +00:00
chore: bump version to 2.32.9 for db migration, fix AGENTS.md instructions
This commit is contained in:
parent
ead215e777
commit
c42ed87299
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue