- A Client Graph dialog that allows users to modify the players' graph view without modifying source code
- Now hashing and salting admin passwords with BCrypt
- breadboard with an empty Users table prompts user to add first user
- Added proper syntax highlighting to the Client HTML dialog
- A Client HTML dialog that allows users to modify the players' client view without modifying source code
- The admin graph function name from 'graph' to 'Graph' to match javascript conventions
- Moved TimersCtrl to its own client-timer.js file
- The initial release version of breadboard v2
The version number will be incremented based on the following system, given a version number vX.Y.Z (e.g. v2.1.0): when X (major) is incremented it means a new codebase that is not backward compatible with other major versions, when Y (minor) is incremented it means new features have been added that may require database evolutions but are compatible with databases created with software with the same major version number, and when Z (patch) is incremented it means that bugs with the features of the minor version have been fixed.