]> git.mxchange.org Git - friendica.git/blob - CHANGELOG
Update codename and CHANGELOG
[friendica.git] / CHANGELOG
1 Version 3.4
2
3         Optionally, "like" and "dislike" activities don't update thread timestamp (annando)
4         Updated markdown libraries (annando)
5         Updated jQuery (StefOfficiel)
6         Cache zrl verification requests to prevent DSoS (issue #1453) (annando)
7         "Verify SSL" options affects also VERIFYHOST (annando)
8         Better handling of hashtags (annando)
9         Updated translations (translation teams, tobias)
10         Access a contact directly from the contact-manager-page (FlxAlbroscheit)
11         Reworked GUID generation, remove db store (annando)
12         Improve search for tags and terms (annando)
13         Fix OAuth signature (thorsten23)
14         Fix utf8 characters in items (issue #1307) (hauke)
15         Ignore tag-likes char sequences in code blocks (issue #1041) (fabrixxm)
16         Fix sending email to CC recipients (issue #1437) (fabrixxm)
17         Fix signature check of likes from diaspora (issue #905) (mike, annando)
18         Fix pagination urls (issue #1341) (fabrixxm)
19         Add scheme if missing in "web link" dialog (issue #1362) (fabrixxm)
20         Don't detect Facebook and App.net RSS feeds as contacts (issue #1432) (annando)
21         Add cli command to generate database.sql from scheme description (issue #1370) (fabrixxm)
22         Fix warning trying to creating already existing itemcache dir (pztrn)
23         Send update to directory when account is removed (issue #1038) (annando)
24         Fix settings page's aside menu visibility (issue #1459) (fabrixxm)
25
26 Version 3.3.3
27
28         More separation between php and html in photo album (issue #1258) (rabuzarus)
29         Enhanced community page shows public posts from public contacts of public profiles (annando)
30         Support for IndieAuth/Web-sign-in (hauke)
31         New hooks "emailer_send_prepare" and "emailer_send" (fabrixxm)
32         New hook "oembed_fetch_url" (annando)
33         Add un/ignore function to quattro theme (tobiasd)
34         Enhanced POCO data (annando)
35         Use HTML5 features to validate inputs in install wizard and in some settings fields (tobiasd)
36         Option to receive text-only notification emails (fabrixxm)
37         Better OStatus support (annando)
38         Share-it button support (annando)
39         More reliable reshare from Diaspora (annando)
40         Load more images via proxy (annando)
41         util/typo.php uses "php -l" insead of "eval()" to validate code (fabrixxm)
42         Use $_SERVER array in cli script instead of $argv/$argc (issue #1218) (annando)
43         Updated vagrant setup script (silke)
44         API: support to star/unstar items (fabrixxm)
45         API: attachments for better AndStatus support (annando)
46         Fix missing spaces in photo URLs (issue #920) (annando)
47         Fix avatar for "remote-self" items (annando)
48         Fix encodings issues with scrape functionality (annando)
49         Fix site info scraping when URL points to big file (annando)
50         Fix tools for translations (ddorian1)
51         Fix API login via LDAP (issue #1286) (fabrixxm)
52         Fix to link URL in tabs, pager (issues #1341, #1190) (ddorian1)
53         Fix poke activities translation (fabrixxm)
54         Fix html escaping in templates (fabrixxm)
55         Fix Friendica contacts shown as Diaspora contacts via Poco (annando)
56         Fix shared contacts wrong linking (issue #1388) (annando)
57         Fix email validation (ddorian1)
58         Better documentation for developers (silke)
59
60 Version 3.3.2
61
62         Set default value for all not-null fields (fixes SQL warinigs) (annando)
63         Fix item filters in network page (issue #1222) (fabrixxm)
64         Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd)
65         API throttling (annando)
66         Use a san-serif font in breathe style of vier theme (silke)
67         Prevent BBCode parsing problems with URLs (annando)
68         Add back tags to posts to Diaspora (annando)
69         Better display of pictures in posts (annando)
70         Fix out of control gprobe process (annando)
71
72 Version 3.3.1
73
74         JSONP support for API (fabrixxm)
75         Fixed small bug in direct messages API (fabrixxm)
76         More filter for direct messages API (fabrixxm)
77         New hooks "getsiteinfo", "page_info_data" (annando)
78         Better loop post prevention (annando)
79         Via API, replace data: uri images in plain text version with link to post. (issue #1134) (fabrixxm)
80         Set default location to empty for new users. Suppress warning on user creation (issue #1193) (fabrixxm)
81         Correctly build urls with queries (issue #1190) (fabrixxm)
82         Optionally use keywords in feed as post tags with "remote self" (annando)
83         A blacklist of keywords to not use can be defined (annando)
84         "remote self" works also with Friendica and Diaspora contacts (annando)
85         Show exact post time after 12 hours (FX7)
86         Optionally redirect from non-SSL to SSL (annando)
87         Translation updates
88         Added CHANGELOG
89
90 Version 3.3
91
92         API
93         added support in the API to allow image uploads from Twidere
94         support for the diaspora app in Firefox
95
96         Themes
97         Stopped support of unmaintained themes. They will continue to work if enabled but are no longer displayed in the list of themes.
98         Merged all "zero" themes into a theme with variations.
99         new default avatar by Andi Stadler
100
101         Usability
102         network page as default page after login
103         sections on users' settings page are now collapsable
104         automatic updating the network stream was improved
105
106         Interaction
107         ignoring of threads
108         for selected contects one can now get notifications when they post something, useful e.g. for forums
109         After a new friendica contact is added, the user is directed to the contact page of the new contact. (Instead of the remote profile)
110         many improvement on all connectors, new app.net connector
111         the algorithm for shortening postings when posting to limited platforms was improved
112         improvements for the remote_self functionality for RSS/Atom feeds were done
113
114         System stuff
115         no more apc support due problems with PHP 5.5
116         privacy image cache moved from an addon into the core
117         updated the following libraries: smarty 3.1.19, fullcalendar 1.6.4, jquery 1.11, jgrowl 1.3.0
118         added modernizer 2.8.3, better browser support
119         updates to the DB structure for better performance
120         preperations to use PDO in a later release
121         new notification system
122         web interface translations updated, addon translations now also possible separately from the main UI and done for CS, IT, RO, DE
123         vagrant support added for developers
124         some bugs were fixed for the profile import function
125         BBCode handling and reformatting to e.g. markdown was improved
126         Internal PusH server for communication with OStatus contacts
127
128         Addons
129         translation now done at transifex as well
130         "newmemberwidget" adds widget with help links + welcome message to sidebar of network tab for new members
131         new statistics addon to take part in the Diaspora* survey
132         new bidirectional connector for app.net
133         new relay connector for Diaspora*
134         new connector for the buffer service
135         improvements for the connectors with Twitter, StatusNet/GNU Social, pump.io, google+ and facebook
136         improvements to the cal and jappix-mini addons
137
138         Change in the structure of the git repo
139         The "master" branch will now contain stable stuff and hotfixes.
140         The new "develop" branch will contain the latest changes.
141
142 Version 3.2
143
144         LICENSE change from Friendica uses now the AGPL
145         Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL
146         new languages: BG
147         added a README.translate and updates to the translation utils
148         addons are now translated separately
149         Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro
150         Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728
151         sample nginx and lighttpd config
152         new default templating engine: smarty3
153         new share element
154         maintenance mode for longer running upgrade tasks
155         small fixed
156                 edit profile photo link
157                 better caching of pictures
158                 threadening for outgoing emails
159                 mail import
160                 oembed thumbnails
161                 SN subscriptions & more SN like behaviour if snautofollow addon is used
162                 collect content of SN discussion threads
163                 communication with Diaspora*
164                 usage of the API
165                 search improvements
166                 MIME types for attachments
167                 support Open Graph and Dublin Core when showing single items
168                 better use of APC if present
169                 use https versions of videos from youtube and vimeo to make firefox happy
170         fixes to the documentation
171         if a home.html is there, home.css is used as well
172         update included TinyMCE to version 3.5.8, fancybox
173         made more options available in the admin panel that were hidden before
174         show the admin information about when accounts expire in the admin panel
175         improving the install.php script
176         addons now can be members only
177         item object now contains the "edited" information left for the theme designers to show this info in a pretty way
178         improvments to the user-import from exported account files
179         It's now possible to authenticate an ejabberd server against friendica.
180         bugtracker moved to github
181         improvements to MySQL queries
182
183 Version 3.1
184
185         See http://friendica.com/node/58