Releases: caltechlibrary/CMTools
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
v0.0.36
Added generation of INSTALL_NOTES_macOS.md and INSTALL_NOTES_Windows.md so that people know have to deal with unsigned executables.
Full Changelog: v0.0.35...v0.0.36
v0.0.35
- fixed issue 27 where generated version.go and version.py had TypeScript syntax for version string.
Full Changelog: v0.0.34...v0.0.35
v0.0.34
- Updated generated REAMDE.md
- Copyedits in documentation
- Bumped Deno required to v2.4 or better
Full Changelog: v0.0.33...v0.0.34
v0.0.33
v0.0.32
Added generators for website.ps1,release.ps1,publish.ps1. Fixed typo in generator installer.ps1
Full Changelog: v0.0.31...v0.0.32
v0.0.31
Improved installer.ps1 by supporting both tar.gz files and zip files by checking the file extensions.
Full Changelog: v0.0.30...v0.0.31