14.11.2023
·
Update
Update
What’s New
Game Data Editing
feature: added reference lookup inside imported data while importing documents. This will reduce false-positive Broken Reference errors.
Code Generation
BREAKING CHANGE: TypeScript: renamed DocumentCollection.withOtherKey -> byKey, old method exists and marked as obsolete.
BREAKING CHANGE: C# 7.3: renamed DocumentCollection.WithOtherKey -> ByKey, old method exists and marked as obsolete.
User Interface
feature: added option to create document right from reference field
Fixed
Game Data Editing
fix: fixed reference DisplayTextTemplate update in related documents https://github.com/gamedevware/charon/issues/1
Code Generation
fix: fixed duplicate using System.Globalization in C# 7.3.
fix: fixed in TypeScript generated code not reusing collections in DocumentCollection.byKey.
User Interface
fix: fixed excessive reference querying for open documents.fix: relaxed Invoke, Lambda, New expression argument requirement.
fix: added Display Text limit for document form title, and reference chip to prevent text overflow.
fix: fixed excessive reference querying for open documents.
fix: fixed behavior of Push branch dialog when source branch is changed from default.
fix: mention .gdjs, .gdmp files in restore window.
Web Application
fix: fixed Welcome Email discord link.