forked from reddit-archive/socialite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
64 lines (54 loc) · 2.44 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
== Version 1.5.1 ==
* Fix favicon handling with alternate icon <link>s.
== Version 1.5 ==
* Update authentication scraping for compatibility with the new reddit layout.
* Prevent the built in reddit tool bar from activating.
* More efficient reddit link click handling.
* Fix url bar icon positioning when a feed button is added to the toolbar.
* Fix scraping of reddit posts with hidden scores.
* Various miscellaneous bugfixes.
== Version 1.4.1 ==
* Fix a typo.
== Version 1.4 ==
* Firefox 4 support.
* New information tooltip on url bar icons.
* Submit bar submits on tab+enter.
* Use new simplified authentication query api call.
* Fixes to support reddit site/api changes.
== Version 1.3.3.7 (Preview Release) ==
* New message ("orangered envelope") notifications for reddit.
* Submission bar now fetches the full list of subscribed subreddits.
* Ignore "www." domain prefix when determining bar persistence.
* Url bar icons no longer respond to right-click.
* Improved and updated authentication handling.
* Fix multiple issues with redirects and bar replacement. Thanks Pappenheimer!
* Fix reddit scraping to work with updated reddit DOM.
* Fix limiting parameter in info API calls.
== Version 1.3.3.1 ==
* Compatibility bump to satisfy Firefox 3.5.1.
== Version 1.3.3 ==
* Support for Firefox 3.5.
* Submission title text box now spell checked.
* Fix visual issues in the preferences window for Mac users.
* Fix display of character entities in reddit submission titles.
== Version 1.3.2.1 ==
* Workaround for null subreddit bug.
== Version 1.3.2 ==
* Fix namespace pollution.
* Fix Ctrl-arrow cursor movement in submit bar textbox.
* Fix spurious bar triggering on subreddit listings and some profile page links.
* Fix invalid score calculation when score unknown.
* Fix minor bug when canceling adding a site.
* Fix minor internal cleanup bug in the site dropdown.
* Revert to smaller /login/ path for modhash scraping on older reddit sites.
== Version 1.3.1 ==
* Add error-checking to JSON parsing
* Fix bug where 0 votes would show up as "Unknown" in score tooltips.
== Version 1.3.0 ==
* Support for Firefox 3.1 beta 2.
* Support for jQuery-enabled reddit.com DOM.
* Optional automatic refresh interval for the info bar.
* Clicking the score in a reddit info bar manually refreshes it.
* New internal API version compatibility system.
* Fixed several bugs by using more robust info requests.
* Fixed the internal capitalization of the "persistmode" preference for consistency.