4
0

version.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. "2.0.0-alpha.125": {
  31. "date":"20180110",
  32. "title": "Image Manager",
  33. "new": "Added Image Manager",
  34. "fixed": "Color Selector|Wizard Preloader",
  35. "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
  36. }
  37. }