Skip to content

RAGuideDesigner v1.1.0

Choose a tag to compare

@CySlaytor CySlaytor released this 21 Sep 19:32
· 5 commits to main since this release

Version 1.1.0 Release Notes

This is a significant update focused on improving workflow, fixing critical bugs, and adding powerful new features to make guide creation even more efficient and intuitive.

✨ New Features

  • Recent Projects Menu: You can now quickly access your last 10 opened projects directly from the File > Recent Projects menu, saving you time from having to browse for your files.
  • "Hide Empty Fields" for Categories: A new right-click option on achievement categories, "Hide Empty Fields," allows you to generate cleaner Markdown. When checked, empty sections like "Fail Conditions" and "Achievement Tracking" will be completely omitted from the export for that category, rather than being shown with a strikethrough.
  • Automatic "Win Condition" Text: Achievements imported from a JSON file with the type win_condition will now automatically have the standard text (- This achievement counts as the win condition for beating the game.) appended during Markdown export. This text remains hidden in the UI for a clean editing experience.
  • Credits Editor Enhancements:
    • The "RA-Guide Author" sub-role has been added as an option for the "Contributor" role.
    • The "RA-Guide Design" role is now correctly locked and automatically checked for the user "ASolidSnack" to ensure proper credit is always maintained.

🐛 Bug Fixes

  • Infinite Undo Loop FIXED: Fixed a critical bug where using the Undo function could enter an infinite loop, especially when the spell checker was enabled. The undo/redo system is now stable and reliable.
  • Collectible Editor Save Bug FIXED: Resolved an issue where changes to the "Introduction" or "Measured Indicator" fields in the Collectible Editor would not save if a specific collectible item or group was not selected. These fields now save correctly under all conditions.
  • Markdown Importer for Footnotes FIXED: The Markdown importer now correctly and reliably parses the Footnotes section from existing guides, including those with different spacing and line breaks.

🎨 UI Improvements

  • Full Keyboard Navigation: The main guide tree view on the left now supports full keyboard navigation. You can use the Up/Down arrow keys to change selection and Shift+Up/Down to multi-select items, just like in a file explorer.
  • Improved Tree View Focus: The tree view now correctly gains focus when a node is selected with the mouse or keyboard, making navigation much more intuitive.
  • Cleaner Footnotes Editor:
    • The description text for the Measured and Triggered Indicators in the Footnotes tab no longer gets cut off and is now fully visible.
    • List markers (- ) are now hidden from the Footnotes editor text boxes for a cleaner editing experience. The markers will still be correctly added when the Markdown is exported.
  • Improved Markdown Import for Categories: The importer is now smarter at detecting "Collectible" and "Hide Empty Fields" categories from existing Markdown, ensuring a more accurate project state upon import.