NEWS 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 2017-01-22 Version 51.0 (18)
  2. * Update to 51.0
  3. * Remove a lot of unused code.
  4. * Re-implement actual checking.
  5. 2016-04-29 Version 46.0 (16)
  6. * No changes, just bump to remind people
  7. 2016-04-06 Version 45.0.1 (15)
  8. * Remove everything but URL generator and download button.
  9. 2016-03-09 Version 45.0a (14)
  10. * Really, really quickfix Android6 issues..
  11. * Remove version check since it's broken: Just download the APK.
  12. 2016-03-06 Version 45.0 (13)
  13. * Use lower traget to qucikfix Android6 permissions
  14. 2016-01-26 Version 44.0 (12)
  15. * Update to reflect new Firefox version, but no change in
  16. architecture. Mozilla "-latest" URL still works...
  17. 2015-12-31 Version 43.0.x (11)
  18. * Mozilla removed /latest/* downloads from archive. As recommended in
  19. https://archive.mozilla.org/pub/mobile/releases/latest/README.txt
  20. we use https://download.mozilla.org/?product=fennec-latest now.
  21. 2015-12-25 Version 43.0 (10)
  22. * Update to 43.0
  23. * Mozilla does not populate /latest/ anymore, see
  24. https://bugzilla.mozilla.org/show_bug.cgi?id=1233399
  25. 2015-12-24 Version 42.0.2 (9)
  26. * Update to 42.0.2
  27. 2015-11-23 Version 42.0.1 (8)
  28. * Update to 42.0.1
  29. 2015-11-02 Version 42.0 (7)
  30. * Update to 42.0
  31. 2015-09-23 Version 41.0 (6)
  32. * Bump to 41.0 (6)
  33. 2015-09-01 Version 40.0.3 (5)
  34. * Mark background setting as non-functional for now.
  35. * Update to 40.0.3
  36. 2015-08-10 Version 40.0 (3)
  37. * Remove FTP lookup since Mozilla is shutting down the servers.
  38. * Handle both request type by a single button.
  39. * "I am feeling lucky" now gets the next relase, not the latest.
  40. * Add preferences to restrict connections: WiFi-only, metered, roaming.
  41. * Use actionbar.
  42. 2015-07-08 Version 39.0 (1)
  43. * Select download uri based on arch and api.
  44. * Check filename via FTP.
  45. * Download update file via HTTPS and DownloadManager.
  46. * Log errors and status.
  47. * Toast on updates.
  48. * Prompt for update (if necessary).
  49. * Option to use fixed/tested download location.
  50. * Add proper LICENSE (GPLv3+).