version.json 904 B

1234567891011121314151617181920212223
  1. {
  2. "2.0.0-alpha.100": {
  3. "date":"20180108",
  4. "title": "First Public Alpha",
  5. "new": "Everything is new",
  6. "fixed": "API Calls in settings page being to fast for refresh|Signup form submit issue in Wizard",
  7. "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
  8. },
  9. "2.0.0-alpha.110": {
  10. "date":"20180109",
  11. "title": "Small Addition",
  12. "new": "3 Options for appearance|Upgrade module completed",
  13. "fixed": "More API lag times",
  14. "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
  15. },
  16. "2.0.0-alpha.115": {
  17. "date":"20180109",
  18. "title": "Updater Fix",
  19. "new": "New Updater Progress Bar",
  20. "fixed": "Lag Times on updater|Added longer timeouts",
  21. "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
  22. }
  23. }