v1.3.0
clusterzx/paperless-aiv1.3.0Jan 5, 2025by clusterzx
AI Summary
This update addresses configuration persistence by relocating the environment file to a Docker volume. It reworks the setup process to ensure data is saved correctly. Users will need to re-setup the application as the location of the .env file has changed.
Key Highlights
- Changed the place of the .env file to /data folder.
- The folder is now a volume in docker.
- Reworked Setup.
- Fixed unnecessary OpenAI requests.
Breaking Changes
- Relocation of .env file to /data folder
New Features
- Moved .env to volume
- Reworked setup process
- Debug information
- Reduced unnecessary API calls
Full Release Notes
**Full Changelog**: https://github.com/clusterzx/paperless-ai/compare/v1.2.2...v1.3.0 - Have to re-setup at each restart of the container #28 - Changed the place of the .env file to /data folder - The folder is from now on a volume in docker - Reworked Setup - Added Debug Information - Changed Docker-Compose - added Version number - fixed unnecessary OpenAI requests hurting you balance