Skip to content

Releases: echofox-team/echofon-firefox-unofficial

Fix blank tweets, list and users

08 Jul 10:08
Compare
Choose a tag to compare
  • Connection with recent accounts is now possible (you need to remove and re-add them)
  • Lists are not broken anymore
  • Some tweets that were blank aren't now

The multi-process flag has been added and set to compatible as well as an updateURL, so Firefox can auto-update as soon as there is a new version.

Long tweets ok!

22 Mar 20:39
Compare
Choose a tag to compare

This release fixes few bugs :

  • Expand tweets that are too long (no more twitter.com/i/ urls) (#70)
  • Modernize code, fixing some deprecations

Testing FF>=48 compatibility

25 Aug 20:57
Compare
Choose a tag to compare
Pre-release
2.6.2-beta

2.6.2 beta release

2.6.1

26 Apr 16:32
Compare
Choose a tag to compare

Fix for Firefox 46

This release brings some fixes and enhancements:

  • Removed array comprehensions due to deletion in Firefox 46 (#44)
  • Expand font size range (#49, thanks to @tknr)

2.6

28 Jan 18:56
Compare
Choose a tag to compare
2.6

Signed and fixed!

You've all waited for this release to come, and there it is!

  • Signed (needed for FF >= 43 if pref isn't set to false and >= 46 no matter what)
  • Fixed FF >= 44 no content issue
  • Minor fix and changes (styles and stuff)

Enjoy! 🎁

2.5.4

09 Mar 11:02
Compare
Choose a tag to compare

@ath0mas fixed EchofonHttpRequest content-length on POST with empty data, see issue #5

Adding accounts now works again :)

2.5.3

01 Mar 01:00
Compare
Choose a tag to compare

This release fix selectings tabs (timeline, mentions, direct messages, list, search) on Firefox 36.
Fix is by Blerkotron though I came up with a similar fix earlier without Firefox <36 support.

See Bug 1084474 and Bug 979835