Skip to content

v14.7.1

Compare
Choose a tag to compare
@EdiWang EdiWang released this 14 Aug 05:23
· 577 commits to master since this release
62ed025

New Features

  • Admin Menu Update: The admin menu now follows the Microsoft Fluent Design System, providing a more modern and intuitive user experience.
  • Automatic Database Schema Migration: Moonglade can now automatically migrate database schemas when upgrading to a new version. This feature supports all versions starting from v14.1.0. Currently, only SQL Server is supported, but more database targets will be added in future releases.

Updates and Fixes

  • Self-Hosted Editors: TinyMCE and Monaco Editor are now self-hosted instead of being served from a CDN, improving reliability in various network conditions.
  • Consistent Captcha Fonts: Linux deployments now display the same font for captcha images as Windows deployments, ensuring a consistent user experience across platforms.
  • Default Time Zone Setting: The default time zone setting during new setups is now set to UTC, promoting a standardized time reference.
  • Azure Deployment Location: The default deployment location in Azure has been changed to West US, optimizing regional performance.
  • Monitoring Upgrade: Migrated from App Insights to Azure Monitor with OpenTelemetry for enhanced monitoring and observability.
  • HTTP Header Fixes: Fixed several middleware issues where correct HTTP headers were not being retrieved.
  • Performance Optimization: Various performance improvements have been implemented to enhance overall system efficiency.
  • .NET Patch: Updated .NET to version 8.0.8, ensuring the latest security and performance enhancements.