v1.12.2
getarcaneapp/arcanev1.12.2Jan 9, 2026by kmendell
AI Summary
Bug fix release ensuring absolute paths are used for the projects directory to resolve path-related issues.
Key Highlights
- Fixed template editor heights being cutoff
- Fixed double label text on template buttons
- Switched to full absolute path for projects directory
- Fixed editor cursor misalignment
Full Release Notes
> [!IMPORTANT] > Sorry for the double release, this release however should fix the path issues by making all projects directories absolute paths instead of relative paths. ### Backend - Bug fixes * template editor heights being cutoff([7057deb](https://github.com/getarcaneapp/arcane/commit/7057deb42174cef218c623b1c431546c4a771396) by @kmendell) * double label text on template buttons([6316833](https://github.com/getarcaneapp/arcane/commit/6316833c79f5b3e17c194c701ddc1446cab0b038) by @kmendell) * use full absolute path for projects directory ([#1409](https://github.com/getarcaneapp/arcane/pull/1409) by @kmendell) * editor cursor misalignment ([#1412](https://github.com/getarcaneapp/arcane/pull/1412) by @kmendell) **Full Changelog**: https://github.com/getarcaneapp/arcane/compare/v1.12.1...v1.12.2