Skip to content

Releases: CzompiSoftware/CwATE-MA

4.2.0-build20

06 Apr 19:25
Compare
Choose a tag to compare

Changes in this release

  • Moved Markdig.Extensions.Xmd library to it's own repo.
  • Moved Xmd rendering logic from Index to XmdContentComponent
  • Simpified Index.razor
  • Added an option to override default favicon.ico
  • Removed unused files from wwwroot.
  • Updated PrismJS to v1.29.0
  • Removed global MarkdownPipeline to be able to customize XmdCSCompiler's working directory
  • Bumped LangVersion to 11 (.NET 7)
  • Change from ServerPrerendered to Server mode render in body and head

Bugfixes

  • Reworked content loading mechanism to indicate ongoing action (sort-of fixes #1)
  • Updated Markdig.Extensions.Xmd to v2.0.0, that now uses dotnet-script for Xmd C# rendering (#2)
  • Made content file path case insensitive (#9)
  • Fixed MathJax rendering issue (#10)

How to use?

docker pull cr.czsoft.hu/czsoft/cwct-ma:v4.2.0-build20

Full Changelog: v4.1.0-build19...v4.2.0-build20

4.1.0-build19

27 Mar 16:13
Compare
Choose a tag to compare

Changes in this release

Added variables to Xmd file

New variables:

  • ${cdnRoot} --> ${cdnScheme}://${cdnHost}/
  • ${cdnScheme} --> https
  • ${cdnHost} --> cdn.czsoft.hu
  • ${assetPath:assetType} --> ${assetTypeRoot:assetType}product@version/
  • ${assetTypeRoot:assetType} --> ${cdnRoot}assetType/

These variables will change in the future.

How to use?

docker pull cr.czsoft.hu/czsoft/cwct-ma:v4.1.0-build19

Full Changelog: v4.1.0-build18...v4.1.0-build19

4.1.0-build18

25 Mar 01:29
Compare
Choose a tag to compare

Changes in this release

  • Made xmd file names case insensitive
  • Moved to new cdn rev2, witch uses @ instead of / as separator character between project name and version
    • Migrated from projectId to projectName in Cdn path
  • Fixed some issues
  • TBA

How to use?

docker pull cr.czsoft.hu/czsoft/cwct-ma:v4.1.0-build18

Full Changelog: 4.0.1-build17...4.1.0-build18
WARNING: Previous versions are not present as separate releases, so you wont be able to see the full changelog

4.1.0-build15

22 Jan 19:23
Compare
Choose a tag to compare

Changes in this release

  • BREAKING CHANGE: Changed CWCTMA namespace to CwctMa, and made all of the namespaces PascalCase.
  • BREAKING CHANGE: Renamed our custom Markdig Xmd extension library from Markdig.CWCTMA.XMD to Markdig.Xmd
  • Code refactor and cleanup
  • Integrated some .NET 6.0 features (new hosting model, file-scoped namespaces, etc.)
  • Updated dependencies to the latest version
  • Modifiable theme name and version #3
  • Fixed navbar order #4

Full Changelog: 4.0.1-build14...4.1.0-build15
WARNING: Dockerfile in this release's source code is not properly updated. It is 4.0.1-build15 instead of 4.1.0-build15

4.0.1-build14

01 Feb 13:53
Compare
Choose a tag to compare
4.0.1-build14 Pre-release
Pre-release

From this version, you can use our Docker container image, instead of downloading and configuring it manually.

Full Changelog: 4.0.1-build13...4.0.1-build14

4.0.1-build13

06 Jan 23:17
Compare
Choose a tag to compare
4.0.1-build13 Pre-release
Pre-release

CWCT-MA

  • Set global working directory
  • Moved logs to data/logs

4.0.1-build12

06 Jan 23:00
Compare
Choose a tag to compare
4.0.1-build12 Pre-release
Pre-release

CWCT-MA

  • Added NavMenuId to XMD metadata
  • Added default values to XMD metadata
  • Reworked how pages are working
  • Updated copyright year
  • Updated nuget packages
  • Code cleanup

Markdig.CWCTMA.XMD

  • Tewaked XMD C# code interpreter

v4.0.1-build11

04 Jan 15:44
Compare
Choose a tag to compare
v4.0.1-build11 Pre-release
Pre-release
v4.0.1-build11

Previous releases

04 Jan 15:44
Compare
Choose a tag to compare
Previous releases Pre-release
Pre-release
archive

Added CloudFlareConnectingIpMiddleware