2016-02-01 11:47:36 +00:00
|
|
|
**2.0.0** *(Feb 1st 2016)*
|
2016-02-01 11:34:51 +00:00
|
|
|
- Servers are now referenced by their name on the graph controls instead of their IP.
|
|
|
|
- Servers now display their name on hover instead of their IP.
|
|
|
|
- Graph controls are now saved and loaded automatically.
|
2016-02-01 11:37:16 +00:00
|
|
|
- Moved server configuration into servers.json from config.json.
|
2016-02-24 01:28:44 +00:00
|
|
|
|
|
|
|
**2.1.0** *(Feb 23rd 2016)*
|
|
|
|
- You can now categorize servers. Add a "category tag" to their entry in ```servers.json```.
|
|
|
|
- Define the tags in ```config.json```, such as below:
|
|
|
|
|
|
|
|
```
|
|
|
|
"serverCategories": {
|
|
|
|
"major": "Major Networks",
|
|
|
|
"midsized": "Midsized Networks",
|
|
|
|
"small": "Small Networks"
|
|
|
|
}
|
|
|
|
```
|
|
|
|
- If you have no categories, it will create a (hidden) category named "default".
|
|
|
|
- You can control whether or not categories are visible by default using the "categoriesVisible" tag in ```config.json```.
|
|
|
|
- If true and there's >1 category, the browser will have an option to hide/show the categories. Otherwise the controls are always hidden.
|
|
|
|
- New endpoint (```publicConfig.json```) allows the browser to know system details before the socket connection is established.
|
|
|
|
- New header design to make it less annoying.
|
|
|
|
- Various bug fixes.
|
2016-03-06 07:30:38 +00:00
|
|
|
|
|
|
|
**2.2.0** *(Mar 6th 2016)*
|
|
|
|
- Added supported versions per network (courtesy of [@forairan](https://github.com/forairan))
|
|
|
|
- Updated dependency version of ```mc-ping-updated``` to 0.1.0
|