Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.42 KB

File metadata and controls

30 lines (22 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • AddEscalated() DI extension method for single-call service registration (#15)
  • Consume central translation catalog from the Escalated.Locale NuGet package. AddEscalated() now registers a chained IStringLocalizer that resolves plugin-local overrides under Resources/Overrides/ first and falls back to the central catalog.

Fixed

  • Include url in attachment JSON serialization (#9)
  • Include computed ticket fields in ticket JSON serialization (#10)
  • Include chat, context panel, and activity fields in ticket serialization (#11)
  • Include missing workflow and workflow log computed fields in serialization (#12)

Internal

  • Minimal ASP.NET Core host project under docker/host-app/ for dev/demo (#13)
  • Upgrade /demo to click-to-login picker with seeded agents (#16)
  • Complete README translations across supported locales (#8)

[1.0.0] — initial release

ASP.NET Core 8 port of escalated reaching feature parity with the Laravel reference: tickets, workflow engine, chat, KB, reports, SLA tracking, and Inertia-driven Vue frontend served through the shared @escalated-dev/escalated package. Ships as the Escalated NuGet package.