Releases: caltechlibrary/CMTools
v0.0.45
- Added generator for add-col-scope.lua
- Update website.mak file to include add-col-scope.lua filter
- Init will now add a site.css and add-col-scope.lua to list files generated automatically
- Commented out pagefind from website.mak and website.ps1
- Commented out search.md from nav generation in page.tmpl
- Fixed rendering of suggested software versions in about.md
- Fixed bug in render website.mak where is didn't escape the learing period of ".md" when replacing with ".html".
- Added
-Loption to set the language - Fixed bug where -lang wasn't setting the project language
- Fixed our GROUP_ID is calculated when generating release.bash and release.ps1
- Fixing Handlebars escaping, shell injection risks
- Added checksum support
- Fixed logic bugs across generate_text.ts and transform.ts
- Updated documentation and presentation Makefile template to include status, save, website, clean-website rules and BRANCH variable, matching the Go project Makefile pattern
- Updated release.bash template to upload GitHub release assets one at a time with per-file progress messages instead of a single bulk upload
- Updated release.ps1 template with the same one-at-a-time upload approach using a foreach loop
- Changed upload order in both release scripts to upload the checksum file first as an early network connectivity check, followed by the distribution zip files
- Fixed issue where description in codemeta.json file is multi-paragraph and broke the YAML front matter in about.md
Full Changelog: v0.0.44...v0.0.45
v0.0.44
- Added generator for add-col-scope.lua
- Update website.mak file to include add-col-scope.lua filter
- Init will now add a site.css and add-col-scope.lua to list files generated automatically
- Commented out pagefind from website.mak and website.ps1
- Commented out search.md from nav generation in page.tmpl
- Fixed rendering of suggested software versions in about.md
- Fixed bug in render website.mak where is didn't escape the learing period of ".md" when replacing with ".html".
- Added
-Loption to set the language - Fixed bug where -lang wasn't setting the project language
- Fixed our GROUP_ID is calculated when generating release.bash and release.ps1
- Fixing Handlebars escaping, shell injection risks
- Added checksum support
- Fixed logic bugs across generate_text.ts and transform.ts
Full Changelog: v0.0.43...v0.0.44
v0.0.43c
- Added generator for add-col-scope.lua
- Update website.mak file to include add-col-scope.lua filter
- Init will now add a site.css and add-col-scope.lua to list files generated automatically
- Commented out pagefind from website.mak and website.ps1
- Commented out search.md from nav generation in page.tmpl
- Fixed rendering of suggested software versions in about.md
- Fixed bug in render website.mak where is didn't escape the learing period of ".md" when replacing with ".html".
- Added
-Loption to set the language - Fixed bug where -lang wasn't setting the project language
Full Changelog: v0.0.43...v0.0.43c
v0.0.43
- Added generator for add-col-scope.lua
- Update website.mak file to include add-col-scope.lua filter
- Init will now add a site.css and add-col-scope.lua to list files generated automatically
- Commented out pagefind from website.mak and website.ps1
- Commented out search.md from nav generation in page.tmpl
- Fixed rendering of suggested software versions in about.md
Full Changelog: v0.0.42...v0.0.43
v0.0.42
Improved page.tmpl generation, added support for site.css generation.
Full Changelog: v0.0.41...v0.0.42
v0.0.41
Improved about.md layout
Full Changelog: v0.0.40...v0.0.41
v0.0.40
Update page templates generated for Caltech Library. Improvements to search.md generation and page.tmpl generation. Automatic support for Caltech Library specific versions.
Full Changelog: v0.0.39...v0.0.40
v0.0.39
Corrected CodeMeta version number, shoud have been v0.0.38 but was set to v0.0.34 (a prior release).
Bug fixes.
- Issue #33, Updates the code that generates search.md to include proper path handling and to process a '?q=<SEARCH_TERM>' URL string.
Full Changelog: v0.0.38...v0.0.39
v0.0.38
Bug fixes.
- Issue #30, removed
--denosupport - Added
links-to-html.lua,website.makandwebsite.ps1to the default whencmt --init=PROJECT_TYPEis used. - Removed
--formatoption since formats are determined by filename to generate - Fixed issue #32, problem generating
INSTALL_NOTES_Windows.md - Fixed issue #28, problem with
-dand generatinglinks-to-html.lua. - Resolved issue #26, untangled the code in
src/transform.tsandsrc/generate_text.ts.
Full Changelog: v0.0.37...v0.0.38
v0.0.37
Fixed formatting generating REAMDE.md where there is Runtime platform information.
Added support to generate links-to-html.lua for use with Pandoc website generation.
Full Changelog: v0.0.36...v0.0.37