Hi everyone,
Excited to announce the release of 1.0.1.
The key features in this release include:
- Built in liquid filter to convert content item time to the organization's time zone in strtotime format
- Run Raytha at a different PathBase, meaning if you run behind a reverse proxy, you can have multiple Raytha websites running at: mydomain.com/site1, mydomain.com/site2, etc, etc.
- The template editor now uses the MIT open source Monaco Editor. The same tech that powers VS Code. This will make editing templates much easier.
A side effect of introducing Monaco, is that it appears to have increased the compilation time of the javascript building. Since it's not necessary to build javascript on every compile while developing on Raytha, out of convenience, we added another Configuration in Visual Studio here:
You can select Debug without JS and it will only compile your .NET app, not the front end code, so it will launch quickly.

