Releases: LordOfMyatar/Radoub
radoub-v0.9.40
Radoub 0.9.40
Bundled release containing Parley, Manifest, and Fence editors with shared runtime.
Highlights
Parley
Sprint: Bug Fixes & Polish
- #903 - TreeView text word wrap option
- #905 - Flowchart font follows theme settings
- #810 - Speaker row controls overflow (verified already fixed)
Manifest
Sprint: Custom File Browser - Manifest & Path Standardization (#1097)
- #1085 - Use custom file browser for .jrl files
Fence
Sprint: Custom File Browsers (#1096)
- #1084 - Use custom file browser for .utm files
Downloads
Recommended (No .NET Required)
These bundles include everything needed - just download and run!
- Windows:
Radoub-win-x64.zip(~110MB)- Extract and run
Radoub/Parley.exe,Radoub/Manifest.exe, orRadoub/Fence.exe
- Extract and run
- macOS:
Radoub-osx-arm64.zip(~120MB)- Extract and open
Parley.app,Manifest.app, orFence.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Radoub-linux-x64.tar.gz(~105MB)- Extract and run
./Radoub/Parley,./Radoub/Manifest, or./Radoub/Fence
- Extract and run
What's Included
| Tool | Description |
|---|---|
| Parley | Dialog editor for .dlg files |
| Manifest | Journal editor for .jrl files |
| Fence | Merchant/store editor for .utm files |
Shared Infrastructure
All tools share a single folder with common dependencies:
- .NET 9 runtime (shared, not duplicated)
- Avalonia UI framework
- Radoub.Formats library
- Radoub.UI shared components
- Cross-tool discovery (launch Manifest from Parley's Quest Browser)
Standalone Downloads
Individual tools are also available as separate releases:
Changes
See the individual changelogs:
Installation Notes
macOS: You may need to allow the apps in System Preferences → Security & Privacy after first launch.
Linux: Make binaries executable: chmod +x Radoub/Parley Radoub/Manifest Radoub/Fence
🤖 Generated with Claude Code
radoub-v0.9.39
Radoub 0.9.39
Bundled release containing Parley, Manifest, and Fence editors with shared runtime.
Highlights
Parley
Sprint: Parley Startup Performance (#988)
- Profile Parley startup to identify bottlenecks
- Implement optimizations if identified
Root Cause
Fix
Manifest
Sprint: Feature Parity (#1059)
- #889 - Settings window already uses non-modal Show()
- #879 - Add token support to journal editor
- #808 - Tree panel MinWidth reduced from 200 to 150 for 1024px screens
- #1069 - Add 'New Journal' command to create module.jrl
Fence
Sprint: Completion Polish (#1060)
Work Items
- #1042 - UI Layout Polish - Consolidate panels and improve usability
Added
- Editable ResRef column - Store inventory ResRef can now be edited directly in grid (double-click to edit)
- 16-character limit - Aurora Engine ResRef constraint enforced via MaxLength
- Character validation - Warns when ResRef contains non-standard characters (recommend a-z, 0-9, _)
- Duplicate detection - Warns when ResRef already exists in store inventory
Changed
- Store Properties panel - Now collapsible; merged Scripts & Comment into this panel
- Buy Restrictions panel - Moved "Buy Stolen Goods" here (was in Store Properties)
- Pricing fields - Replaced NumericUpDown controls with TextBox for cleaner UI
- Infinity column - Changed from checkbox to ∞ symbol (click to toggle); added tooltip
- Script buttons - Widened browse/clear buttons from 28 to 38 pixels for better clickability
Downloads
Recommended (No .NET Required)
These bundles include everything needed - just download and run!
- Windows:
Radoub-win-x64.zip(~110MB)- Extract and run
Radoub/Parley.exe,Radoub/Manifest.exe, orRadoub/Fence.exe
- Extract and run
- macOS:
Radoub-osx-arm64.zip(~120MB)- Extract and open
Parley.app,Manifest.app, orFence.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Radoub-linux-x64.tar.gz(~105MB)- Extract and run
./Radoub/Parley,./Radoub/Manifest, or./Radoub/Fence
- Extract and run
What's Included
| Tool | Description |
|---|---|
| Parley | Dialog editor for .dlg files |
| Manifest | Journal editor for .jrl files |
| Fence | Merchant/store editor for .utm files |
Shared Infrastructure
All tools share a single folder with common dependencies:
- .NET 9 runtime (shared, not duplicated)
- Avalonia UI framework
- Radoub.Formats library
- Radoub.UI shared components
- Cross-tool discovery (launch Manifest from Parley's Quest Browser)
Standalone Downloads
Individual tools are also available as separate releases:
Changes
See the individual changelogs:
Installation Notes
macOS: You may need to allow the apps in System Preferences → Security & Privacy after first launch.
Linux: Make binaries executable: chmod +x Radoub/Parley Radoub/Manifest Radoub/Fence
🤖 Generated with Claude Code
radoub-v0.9.38
Radoub 0.9.38
Bundled release containing Parley and Manifest editors with shared runtime.
Highlights
Parley
Sprint: Animation & Audio Features (#916)
Fix: Sound play button in Main Window (#895)
- Created
SoundPlaybackServiceto handle sound playback from all sources - Main Window now searches loose files, HAK archives, and BIF archives
- Play button disables during playback, re-enables when stopped
- Shows source label (e.g., "(from HAK)") in status bar
- Properly subscribes to
PlaybackStoppedevent for UI state management
Enhancement: Sound validation for non-standard WAV files (#858)
- Detects MP3 audio with .wav extension (common NWN modding technique)
- Detects BMU V1.0 music files with .wav extension
- Shows informative messages: "MP3 audio with .wav extension - works in NWN"
- Validates MP3 frame sync bytes for accurate detection
Enhancement: NPC soundset preview from creature tag (#786)
- Shows soundset name and gender below speaker field for NPC dialog nodes
- Looks up creature by speaker tag from cached UTC files
Manifest
Fix: Status bar file path truncation (#807)
- Added
TextTrimming="CharacterEllipsis"to FilePathText in status bar - Long file paths now show ellipsis when truncated
Downloads
Recommended (No .NET Required)
These bundles include everything needed - just download and run!
- Windows:
Radoub-win-x64.zip(~100MB)- Extract and run
Radoub/Parley.exeorRadoub/Manifest.exe
- Extract and run
- macOS:
Radoub-osx-arm64.zip(~110MB)- Extract and open
Parley.apporManifest.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Radoub-linux-x64.tar.gz(~95MB)- Extract and run
./Radoub/Parleyor./Radoub/Manifest
- Extract and run
What's Included
| Tool | Description |
|---|---|
| Parley | Dialog editor for .dlg files |
| Manifest | Journal editor for .jrl files |
Shared Infrastructure
Both tools share a single folder with common dependencies:
- .NET 9 runtime (shared, not duplicated)
- Avalonia UI framework
- Radoub.Formats library
- Radoub.UI shared components
- Cross-tool discovery (launch Manifest from Parley's Quest Browser)
Standalone Downloads
Individual tools are also available as separate releases:
Changes
See the individual changelogs:
Installation Notes
macOS: You may need to allow the apps in System Preferences → Security & Privacy after first launch.
Linux: Make binaries executable: chmod +x Radoub/Parley Radoub/Manifest
🤖 Generated with Claude Code
Radoub v0.9.29
Radoub 0.9.29
Bundled release containing Parley and Manifest editors with shared runtime.
Downloads
Recommended (No .NET Required)
These bundles include everything needed - just download and run!
- Windows:
Radoub-win-x64.zip(~100MB)- Extract and run
Radoub/Parley.exeorRadoub/Manifest.exe
- Extract and run
- macOS:
Radoub-osx-arm64.zip(~110MB)- Extract and open
Parley.apporManifest.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Radoub-linux-x64.tar.gz(~95MB)- Extract and run
./Radoub/Parleyor./Radoub/Manifest
- Extract and run
What's Included
| Tool | Description |
|---|---|
| Parley | Dialog editor for .dlg files |
| Manifest | Journal editor for .jrl files |
Shared Infrastructure
Both tools share a single folder with common dependencies:
- .NET 9 runtime (shared, not duplicated)
- Avalonia UI framework
- Radoub.Formats library
- Radoub.UI shared components
- Cross-tool discovery (launch Manifest from Parley's Quest Browser)
Standalone Downloads
Individual tools are also available as separate releases:
Changes
See the individual changelogs:
Installation Notes
macOS: You may need to allow the apps in System Preferences → Security & Privacy after first launch.
Linux: Make binaries executable: chmod +x Radoub/Parley Radoub/Manifest
🤖 Generated with Claude Code
Manifest v0.13.0-alpha - Testing & Polish
Manifest 0.13.0-alpha
Journal editor for Neverwinter Nights .jrl files.
Downloads
Recommended (No .NET Required)
These bundles include everything needed to run Manifest - just download and run!
- Windows:
Manifest-win-x64.zip(~50MB)- Extract and run
Manifest.exe
- Extract and run
- macOS:
Manifest-osx-arm64.zip(~55MB)- Extract and open
Manifest.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Manifest-linux-x64.tar.gz(~50MB)- Extract and run
./Manifest
- Extract and run
Advanced (Requires .NET 9 Runtime)
Smaller downloads for users who already have .NET 9 Runtime installed:
- Windows:
Manifest-win-x64-fd.zip(~5MB) - macOS:
Manifest-osx-arm64-fd.zip(~5MB) - Linux:
Manifest-linux-x64-fd.tar.gz(~5MB)
Features
- Open and edit module journal files (
.jrl) - Create/delete quest categories and entries
- TLK string resolution with multi-language support
- Theme support (dark/light mode)
Changes
See CHANGELOG.md for detailed changes.
Installation Notes
macOS: You may need to allow the app in System Preferences → Security & Privacy after first launch.
Linux: Make the binary executable: chmod +x Manifest
🤖 Generated with Claude Code
radoub-v0.9.18.3
Radoub 0.9.18.3
Bundled release containing Parley and Manifest editors with shared runtime.
Downloads
Recommended (No .NET Required)
These bundles include everything needed - just download and run!
- Windows:
Radoub-win-x64.zip(~100MB)- Extract and run
Radoub/Parley.exeorRadoub/Manifest.exe
- Extract and run
- macOS:
Radoub-osx-arm64.zip(~110MB)- Extract and open
Parley.apporManifest.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Radoub-linux-x64.tar.gz(~95MB)- Extract and run
./Radoub/Parleyor./Radoub/Manifest
- Extract and run
What's Included
| Tool | Description |
|---|---|
| Parley | Dialog editor for .dlg files |
| Manifest | Journal editor for .jrl files |
Shared Infrastructure
Both tools share a single folder with common dependencies:
- .NET 9 runtime (shared, not duplicated)
- Avalonia UI framework
- Radoub.Formats library
- Radoub.UI shared components
- Cross-tool discovery (launch Manifest from Parley's Quest Browser)
Standalone Downloads
Individual tools are also available as separate releases:
Changes
See the individual changelogs:
Installation Notes
macOS: You may need to allow the apps in System Preferences → Security & Privacy after first launch.
Linux: Make binaries executable: chmod +x Radoub/Parley Radoub/Manifest
🤖 Generated with Claude Code
v0.1.94-alpha
Parley 0.1.94-167
Dialog editor for Neverwinter Nights .dlg files.
Downloads
Recommended (No .NET Required)
These bundles include everything needed to run Parley - just download and run!
- Windows:
Parley-win-x64.zip(~130MB)- Extract and run
Parley.exe
- Extract and run
- macOS:
Parley-osx-arm64.zip(~148MB)- Extract and open
Parley.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Parley-linux-x64.tar.gz(~125MB)- Extract and run
./Parley
- Extract and run
Advanced (Requires .NET 9 Runtime)
Smaller downloads for users who already have .NET 9 Runtime installed:
- Windows:
Parley-win-x64-fd.zip(~8MB) - macOS:
Parley-osx-arm64-fd.zip(~8MB) - Linux:
Parley-linux-x64-fd.tar.gz(~8MB)
Features
- Native Flowchart View - ChatMapper-style visual dialog graph (View → Flowchart Panel)
- Full theme support (dark/light mode)
- Export to PNG/SVG
Changes
See CHANGELOG.md for detailed changes.
Installation Notes
macOS: You may need to allow the app in System Preferences → Security & Privacy after first launch.
Linux: Make the binary executable: chmod +x Parley
🤖 Generated with Claude Code
radoub-v0.9.2
Radoub 0.9.2
Bundled release containing Parley and Manifest editors.
Downloads
Recommended (No .NET Required)
These bundles include everything needed - just download and run!
- Windows:
Radoub-win-x64.zip(~150MB)- Extract and run
Parley/Parley.exeorManifest/Manifest.exe
- Extract and run
- macOS:
Radoub-osx-arm64.zip(~160MB)- Extract and open
Parley.apporManifest.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Radoub-linux-x64.tar.gz(~145MB)- Extract and run
./Parley/Parleyor./Manifest/Manifest
- Extract and run
What's Included
| Tool | Description |
|---|---|
| Parley | Dialog editor for .dlg files |
| Manifest | Journal editor for .jrl files |
Shared Infrastructure
Both tools share:
- .NET 9 runtime
- Avalonia UI framework
- Radoub.Formats library
- Cross-tool discovery (launch Manifest from Parley's Quest Browser)
Standalone Downloads
Individual tools are also available as separate releases:
Changes
See the individual changelogs:
Installation Notes
macOS: You may need to allow the apps in System Preferences → Security & Privacy after first launch.
Linux: Make binaries executable: chmod +x Parley/Parley Manifest/Manifest
🤖 Generated with Claude Code
manifest-v0.11.0-alpha
Manifest 0.11.0-alpha
Journal editor for Neverwinter Nights .jrl files.
Downloads
Recommended (No .NET Required)
These bundles include everything needed to run Manifest - just download and run!
- Windows:
Manifest-win-x64.zip(~50MB)- Extract and run
Manifest.exe
- Extract and run
- macOS:
Manifest-osx-arm64.zip(~55MB)- Extract and open
Manifest.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Manifest-linux-x64.tar.gz(~50MB)- Extract and run
./Manifest
- Extract and run
Advanced (Requires .NET 9 Runtime)
Smaller downloads for users who already have .NET 9 Runtime installed:
- Windows:
Manifest-win-x64-fd.zip(~5MB) - macOS:
Manifest-osx-arm64-fd.zip(~5MB) - Linux:
Manifest-linux-x64-fd.tar.gz(~5MB)
Features
- Open and edit module journal files (
.jrl) - Create/delete quest categories and entries
- TLK string resolution with multi-language support
- Theme support (dark/light mode)
Changes
See CHANGELOG.md for detailed changes.
Installation Notes
macOS: You may need to allow the app in System Preferences → Security & Privacy after first launch.
Linux: Make the binary executable: chmod +x Manifest
🤖 Generated with Claude Code
radoub-v0.9.1
Radoub 0.9.1
Bundled release containing Parley and Manifest editors.
Downloads
Recommended (No .NET Required)
These bundles include everything needed - just download and run!
- Windows:
Radoub-win-x64.zip(~150MB)- Extract and run
Parley/Parley.exeorManifest/Manifest.exe
- Extract and run
- macOS:
Radoub-osx-arm64.zip(~160MB)- Extract and open
Parley.apporManifest.app - Apple Silicon (M1/M2/M3) Macs
- Extract and open
- Linux:
Radoub-linux-x64.tar.gz(~145MB)- Extract and run
./Parley/Parleyor./Manifest/Manifest
- Extract and run
What's Included
| Tool | Description |
|---|---|
| Parley | Dialog editor for .dlg files |
| Manifest | Journal editor for .jrl files |
Shared Infrastructure
Both tools share:
- .NET 9 runtime
- Avalonia UI framework
- Radoub.Formats library
- Cross-tool discovery (launch Manifest from Parley's Quest Browser)
Standalone Downloads
Individual tools are also available as separate releases:
Changes
See the individual changelogs:
Installation Notes
macOS: You may need to allow the apps in System Preferences → Security & Privacy after first launch.
Linux: Make binaries executable: chmod +x Parley/Parley Manifest/Manifest
🤖 Generated with Claude Code