Files

18 lines
587 B
Markdown

## Versioning
Versions have three numbers Major.Minor.Release
**Major**: Indicates that some form of compatibility has broken. These versions should have notes indicating what broke and how to handle it. May include major UI changes to sheet layout and design.
**Minor**: Indicates the addition of new features and/or bugfixes.
**Release**: Indicates bugfixes and minor UI changes only.
## 1.1
### Bug fixes and minor changes
* removed typos that was causing problems
* imported fonts and images so as not to get a security issue on browsers
## 1.0
*Initial Release by John W.*