Releases: DanielGilbert/Radia
Releases · DanielGilbert/Radia
v3.0.12
v3.0.10
[3.0.10] - 2023-07-17
Changed
- Design of tables has been changed in the light layout.
- The navigation is now hidden in the root element.
v3.0.9
[3.0.9] - 2023-07-17
Fixed
- Some new template files didn't get copied to the output folder.
- When using a different branch than the default branch, the correct branch is now checked out.
v3.0.8
[3.0.8] - 2023-07-16
Added
- The
.meta
file now allows you to add a description to each entry in your directory, either file or sub-directory. - Markdown extensions have been activated. Now tables, footnotes and more can be parsed.
- File sizes are now parsed from Git entries.
Changed
- The Git implementation resorts to working copy for now. It's easier to work with.
- Awsm.css sadly hat to be removed. The original author completely disappeared. I re-implemented a basic css layout.
- A available
Readme.md
will be parsed as before, but won't show up on the directory list.
Fixed
- Using the temp folder explicitly now fixes some issues related to permissions on unix-based systems.
[3.0.7]
Added
- The Git implementation now works on the repository itself, and does not need a working copy any longer
Changed
- Timestamps of files and folders are now taken from the commits the files and folders got changed. This may not necessarily be the real timestamps, but git doesn't record them anyways.
Fixed
- The tests now run independently from the operating system (w/r to path delimiters)
v3.0.6
[3.0.6] - 2023-05-13
Added
Readme.md
now contains more explanation to getRadia
up and running.
Changed
- Some changes under the hood now allow better caching.
v3.0.5
[3.0.5] - 2023-02-08
Added
GitFileProvider
now supports fetching the content of the remote repository regularly.
Changed
- Theme has been changed to be lighter in color.
v3.0.4
[3.0.4] - 2023-02-06
Fixed
- Uses Forward-Headers, so that the application can access scheme information when used with a proxy
v3.0.3
[3.0.3] - 2023-02-06
Fixed
- Fixes an issue related to case-insensitive file systems
v3.0.2
[3.0.2] - 2023-02-03
Fixed
- Added missing MemoryCache dependency
v3.0.1
[3.0.1] - 2023-02-03
Changed
- Changed appsettings.json