Skip to content

Releases: sbmlteam/template

Version 1.4.1 – Fix bug in git pre-commit

11 Mar 00:24
Compare
Choose a tag to compare

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

04 Mar 03:22
Compare
Choose a tag to compare

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

02 Mar 16:43
Compare
Choose a tag to compare

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

27 Feb 03:04
Compare
Choose a tag to compare

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

09 Feb 04:16
Compare
Choose a tag to compare

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

09 Dec 02:48
Compare
Choose a tag to compare

This version adds a CHANGES.md file to the template repo.

Version 1.0.0 – First release

07 Dec 04:35
Compare
Choose a tag to compare

This is the first complete version of this template repository.