All notable changes to the AMP Visual Studio Plugin will be documented in this file.
- Modern shield icon (Windows Defender inspired)
- Professional green color scheme
- 3D depth effect on icon
- Multiple icon sizes (16px to 256px)
- Updated extension size to 21 KB (from 13 KB due to better icons)
- Improved visual appearance in Visual Studio
- Initial release of .NET 8 template for AMP plugins
- SDK-style project format
- C# 12 language support
- Nullable reference types enabled
- Complete PluginMain.cs example
- Web interface template (HTML/CSS/JS)
- Dark theme matching AMP's UI
- JavaScript API helper functions
- Comprehensive documentation
- MIT License
- Modern async/await patterns
- Web API method examples
- Lifecycle management (Init/Shutdown)
- IPC method support
- Error handling examples
- Full XML documentation
- Complete README
- Installation guide
- Deployment instructions (Windows/Linux)
- Troubleshooting section
- Migration guide from .NET Framework 4.8
- Visual Studio 2022 (17.0+)
- .NET 8 SDK
- AMP 2.5 or later
- Additional plugin examples
- More web interface templates
- Plugin testing utilities
- Documentation improvements
- Community contributions
Note: Version numbers follow Semantic Versioning.
- MAJOR: Breaking changes
- MINOR: New features (backward compatible)
- PATCH: Bug fixes (backward compatible)