Releases: sbmlteam/template
Version 1.4.1 – Fix bug in git pre-commit
The regexp for matching reserved names didn't start with ^
, which means file names with matching substrings triggered it. A file named icon.gif
shouldn't trigger an error just because con
is in the name. The fix prevents such false positives.
Version 1.4.0 – Start subdirectory for helper scripts
This release adds a new subdirectory called dev
for tools that are useful in all repositories, and within that, adds a git-tools
subdirectory. The latter contains a git
hook useful for preventing some file name problems when working with multiple operating systems.
Version 1.3.0 – Update .gitignore file
This version updates the .gitignore
file to ignore .dropbox
files. (Thanks to @fbergmann for reporting the problem due to the presence of .dropbox
files in another repository.)
Version 1.2.0 – Add commonly-used NIGMS logo
This now includes a logo file for NIGMS in the .graphics
subdirectory, because it turns out we need it more often than I thought we would.
Version 1.1.1 – Fix SVG file for SBML badge
It turned out that the SBML badge was not being displayed in the README file on GitHub, although it did display in local testing. It's unclear why; my best guess is that the SVG file contained needless complication introduced by Adobe Illustrator and perhaps this ran afoul of some of the SVG sanitization steps used by GitHub. The new version of the SVG file appears to work on GitHub.
Version 1.1.0 – Additional template files
This version adds a CHANGES.md file to the template repo.
Version 1.0.0 – First release
This is the first complete version of this template repository.