Gemini Version History
v.1.0.0
v.1.0.2
- Fixed browse issue with New Project creation
- Fixed typo that would be created in Game.ini file for RMVX projects
- Added Ctrl+Q functionality for add/removing line comments
v.1.0.8
- Fixed Ctrl+Q to allow for multi-line commenting
- Fixed issue with Converter requiring the RPG Maker XP run-time package to be installed
- Added an "Add to Auto-Complete" function to context menu
- Fixed existing batch comment/uncomment function from adding newlines and improved coding by eliminating unnecessary iterations
- Added "Version History" menu item under the "About" tab for viewing changes between updates
- Added functionality to have New Project directories sync with the game title unless explicitly changed
v.1.1.5
- Added option to toggle code-folding ON/OFF under Settings menu item
- Added Empty Line Remove function under Edit menu item
- Added a "Sort" button in the Auto-Complete configuration for sorting all items alphabetically
- Added an internal function to automatically remove any duplicate words in the auto-complete list
- Embedded the RMXP and RMVX libraries into the application, and the option to copy them to the game's directory when creating new projects, which will allow projects to be run without having the RPG Maker installed on the system
- Added the ability to have newly created projects be automatically loaded into the editor
- Fixed bug that would prevent projects from being ran if they were opened a certain way
v.1.1.6
- Removed dubugging code that was left in from last build