version.json 1.1 KB

123456789101112131415161718192021222324252627282930
  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. "2.0.0-alpha.120": {
  24. "date":"20180110",
  25. "title": "Color Picker Testing",
  26. "new": "",
  27. "fixed": "Attempt to fix color picker",
  28. "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
  29. }
  30. }