NEWS 2.2 KB

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