Releases: Alshain01/ActionGroupManager
Releases · Alshain01/ActionGroupManager
v2.2.1
v2.2
- Fixed debug flag left on disabling localization
- Fixed null reference when removing an action using the buttons in the right hand scroll list.
- Fixed Classic View & Text Button options no longer require return to Space Center.
- Moved the Main UI and Tweakable (Lite) UI into separate and independent libraries.
- Moved all settings to KSP's Game Difficulty Screen (GameParameters). Settings are now per-save game.
- Moved version number to main window.
- Add Highlight Color settings.
- Add Debug Logging settings.
- Add Right click main button to open Action Group List option (default: on).
- Add support for Icon buttons in Classic View.
- Changed Remove All warning color to gold
- Removed Action Group List button from main window.
- Removed redundant close buttons on windows.
- Removed excess padding on icon buttons reduced size slightly.
- Removed excess padding on part list buttons and removed "normal" image.
- Increased the part name characters from 32 to 40 before the font is downsized.
- Improved code maintainability, readability, and documentation.
- Reduced cyclomatic complexity.
v2.1.1
- Add icons similar to the VAB/SPH category icons
- Converted icons to Direct Draw Surfaces
- Add Spanish localization dictionary
- Modify the disable career setting effects to be immediate
- Fix and issue where the AG List icon wouldn't change if closed from the window button
- Fix an issue where AGM styles were bleeding over to other mods (like KER)
- Fix Tweakable Ui not respecting career mode setting
v2.1.0
-- DELETE OLD INSTALLATIONS PRIOR TO INSTALLING--
- Add support for Career mode limitations (optional)
- Add Unity Skin (optional)
- Add new flags and icons
- Add auto-size to Recap window
- Add toolbar/launcher button for Recap window (optional)
- Add localization support
- Moved "Order by Stage" option to the main UI
- "Move Symmetry Linked parts" button now indicates how many symmetry linked parts there are
- Renamed "Recap" to "Action Group List"
- Font Rework on KSP Visual Style to match modern KSP
- Fixed bug where most of the UI would be disabled if a craft had nothing in the coupling category
- Fixed incorrect text on the "Use Text Action Groups" button
- Fixed version checking which had an incorrect check URL
- Added Changelog to the version checking system
- Removed unused "Propulsion" category that exists in KSP's enumeration
- Minor GUI enhancments
- More Large Code Optimizations
v2.0.0
- Removed Action Group Button Modality (All Views)
- New Overhauled UI (optional)
- Part Highlighting is Automatic When a Part is Selected (New View Only)
- Part Find Function moved to clicking the part name in the actions list (New View Only)
- Added Version Checking
- Added Dependency Info and Licenses in accordance with posting guidelines
- Large Code Optimizations