Skip to content

Releases: caltechlibrary/CMTools

v0.0.45

13 May 22:22

Choose a tag to compare

  • 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 -L option 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

12 May 21:15

Choose a tag to compare

  • 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 -L option 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

12 May 19:03

Choose a tag to compare

v0.0.43c Pre-release
Pre-release
  • 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 -L option 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

07 May 22:57

Choose a tag to compare

  • 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

07 May 19:57

Choose a tag to compare

Improved page.tmpl generation, added support for site.css generation.

Full Changelog: v0.0.41...v0.0.42

v0.0.41

07 May 16:54

Choose a tag to compare

Improved about.md layout

Full Changelog: v0.0.40...v0.0.41

v0.0.40

06 Aug 21:47

Choose a tag to compare

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

06 Aug 17:13

Choose a tag to compare

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

01 Aug 19:47

Choose a tag to compare

Bug fixes.

  • Issue #30, removed --deno support
  • Added links-to-html.lua, website.mak and website.ps1 to the default when cmt --init=PROJECT_TYPE is used.
  • Removed --format option since formats are determined by filename to generate
  • Fixed issue #32, problem generating INSTALL_NOTES_Windows.md
  • Fixed issue #28, problem with -d and generating links-to-html.lua.
  • Resolved issue #26, untangled the code in src/transform.ts and src/generate_text.ts.

Full Changelog: v0.0.37...v0.0.38

v0.0.37

28 Jul 23:22

Choose a tag to compare

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