NEWS 2.2 KB

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