mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-06 17:31:41 +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
|
- Vue.js components with Composition API where applicable
|
||||||
- Sequelize models for database operations
|
- Sequelize models for database operations
|
||||||
- No comments in code unless explicitly requested
|
- 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
|
### UI Components & Modals
|
||||||
|
|
||||||
|
|
@ -156,6 +155,8 @@ Located in `server/migrations/`. Key migrations include:
|
||||||
- v2.19.x - Library item improvements
|
- v2.19.x - Library item improvements
|
||||||
- v2.26.0 - Authentication tables
|
- 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.
|
Run migrations automatically on server startup.
|
||||||
|
|
||||||
## Portable Database Setup
|
## Portable Database Setup
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "audiobookshelf",
|
"name": "audiobookshelf",
|
||||||
"version": "2.32.8",
|
"version": "2.32.9",
|
||||||
"buildNumber": 2,
|
"buildNumber": 2,
|
||||||
"description": "Self-hosted audiobook and podcast server",
|
"description": "Self-hosted audiobook and podcast server",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue