Features
- Linux Electron build (AppImage) now available alongside Windows
- Platform-specific window configuration (custom titlebar on Windows, native on Linux)
1.0.0-beta.20
1.0.0-alpha.19
Minor Changes
0b213b3Thanks @Flo0806! - feat(ai): enhance DALL-E prompts with structured entity data and safety-filter handling- Add structured entity data support for richer DALL-E prompts (NPC, Location, Item, Faction, Player, Session)
- Change default style from fantasy-art to realistic with anti-3D/CGI instructions
- Add 16:9 format (1792x1024) for session cover images
- Add GPT-4 safety-filter-friendly rephrasing for session prompts
- Add custom description field for session cover image generation
- Add meaningful error messages for safety filter rejections
- Add unsaved changes warning for image generation across all entity dialogs
- Disable dialog buttons during image generation
1.0.0-alpha.18
1.0.0-alpha.17
Minor Changes
cc80972Thanks @Flo0806! - feat: interactive campaign maps and chaos graph filters- Interactive campaign maps with Leaflet.js
- Map markers linked to entities (NPC, Item, Location, Faction, Lore, Player)
- Location areas (circles) for marking regions
- Measurement tool with configurable scale
- Map editing dialog (rename, change image, set scale)
- Entity type filter for map markers
- Location field for all entities with map sync
- Entity type filter for chaos graph
- Snackbar notifications for map actions
1.0.0-alpha.16
1.0.0-alpha.15
Features
- Global search now shows linked entities (chips) for all entity types with bidirectional relation support
- Audio player improvements: preloads audio fully, shows buffering indicator, smoother timeline seeking
- Delete confirmation dialog for audio files (replaces browser alert)
Bug Fixes
- Fix global search not finding linked entities for Items, Factions, Players, Lore
- Fix audio player hanging on first timeline click (especially in Electron)
- Fix entity-specific search (NPCs, Items, Lore, Players) count chips loading infinitely
- Fix missing i18n keys for factions, lore, and players search hints
- Add missing
factions.types.academictranslation
Patch Changes
1.0.0-alpha.13
1.0.0-alpha.12
Patch Changes
ec177f1Thanks @Flo0806! - Switch Windows build from NSIS installer to ZIP archive for better compatibility