Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 1.53 KB

File metadata and controls

65 lines (52 loc) · 1.53 KB

Changelog

All notable changes to the AMP Visual Studio Plugin will be documented in this file.

[2.0.1] - 2025-10-21

Added

  • Modern shield icon (Windows Defender inspired)
  • Professional green color scheme
  • 3D depth effect on icon
  • Multiple icon sizes (16px to 256px)

Changed

  • Updated extension size to 21 KB (from 13 KB due to better icons)
  • Improved visual appearance in Visual Studio

[2.0.0] - 2025-10-21

Added

  • 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

Features

  • Modern async/await patterns
  • Web API method examples
  • Lifecycle management (Init/Shutdown)
  • IPC method support
  • Error handling examples
  • Full XML documentation

Documentation

  • Complete README
  • Installation guide
  • Deployment instructions (Windows/Linux)
  • Troubleshooting section
  • Migration guide from .NET Framework 4.8

Compatibility

  • Visual Studio 2022 (17.0+)
  • .NET 8 SDK
  • AMP 2.5 or later

Future Releases

Planned Features

  • 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)