version.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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":"2018-01-10 20:00:00",
  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":"2018-01-10 23:00",
  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. "2.0.0-alpha.130": {
  38. "date":"2018-01-10 23:00",
  39. "title": "Plugin Framework",
  40. "new": "Plugin Framework nearly complete|Added Mail Plugin",
  41. "fixed": "",
  42. "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
  43. },
  44. "2.0.0-alpha.200": {
  45. "date":"2018-02-04 21:00",
  46. "title": "Homepage Work Started",
  47. "new": "Plex Streams on homepage|Plex Recent Added on homepage|Emby Streams on homepage|Emby Recent Added on homepage|SabNZBd on homepage",
  48. "fixed": "Multiple things for performace",
  49. "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
  50. },
  51. "2.0.0-alpha.250": {
  52. "date":"2018-02-05 21:00",
  53. "title": "NZBGet Homepage",
  54. "new": "NZBGet on homepage - please check for bugs",
  55. "fixed": "",
  56. "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
  57. }
  58. }