X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CHANGELOG;h=5b51a5511f482ee36ad90172185138f0f6fdfc51;hb=3c55214f28d84412563e90267e74d80e237d4ac6;hp=d216835c9f27103e5ca3164ef5fabf5ca512bc12;hpb=e54414692e6b302cbd3bee88587d3f12c812bf1a;p=friendica.git diff --git a/CHANGELOG b/CHANGELOG index d216835c9f..5b51a5511f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,48 @@ +Version 3.4.2 + + Updates to the documentation (tobias, silke, annando) + Updates to the translations (tobiasd & translation teams) + Updates to themes frost-mobile, vier, duepuntozero, quattro (annando, tobiasd) + Enancements of the communications via OStatus and Diaspora protocols (annando) + Option to automatically follow OStatus contacts was moved from addon to the core (annando) + Add tool to import OStatus contacts from an old account (annando) + SALMON slaps with OStatus were reworked (annando) + Fix for saving searches (rabuzarus) + Fix separation of list items in contact editor (issue #1747) (tobiasd) + When a picture is uploaded, "don't send a note about this new picture" is now the default behaviour (tobiasd) + Show profile url in contact-edit overview listing (issue #1745) (tobiasd) + The vagrant VM usage was changed so that the "installation" is now done automatically on the first run. Example users are automatically put into the database (silke) + Buttons to insert images or attachment to a post use a popup browser to select a previously uploaded item or upload a new one (fabrixxm, rabuzarus) + Improvements in contact handling (annando) + Friendica node can now query other nodes about their users and the contact lists (annando) + Contact recommendation is done only for recently active users (annando) + Admins can opt for search the local DB for contacts instead of the global directory (annando) + The global directory is queried in the background to update local DB and improve similar searches in the future. (annando) + By communication over the Diaspora protocol, red#matrix sources are now correctly identified, hubzilla is detected (annando) + Adopt limitation of usage of "-" in username to avoid conflicts with GNU Social and Diaspora (annando) + The [url] tag now also suppots ftp, mailto, gopher links (annando) + An "inspect queue" module was added to the admin panel (tobiasd) + Fix some missing SQL data escapes (fabrixxm) + Improved the accessibility of the web UI for better screen reader compatibility (annando) + Added access keys (annando) + Support for the public relay server of Diaspora (annando) + Support for the new nodeinfo protocol (successor of current statistics.json), addon deprecated as functionality has been moved into the core (annando) + Fix issue with moved Friendica profiles and Diaspora communication (issue #1491) (annando) + Show more information on contact request page (issue #1739) (annando) + Support for newer versions of the Twidere client was enhanced (annando) + Support for inline [code] tag usage (fabrixxm) + Fix login form in aside (issue #1348) (annando) + Show both url-style and webfinger-style identity address in profile (issue #1621) (tobiasd) + Add button to reload all active plugins in admin plugins page to ensure new hooks are used (fabrixxm) + Make the hardcoded path to global directory configurable (annando) + Change default directory to dir.friendi.ca (annando) + Improve cache system with granular expire time (annando) + Remove oohembed code (issue #1855) (annando) + Checks for mcrypt availability before enable or use RINO2 (fabrixm) + Fix following email contacts (issue #1896) (annando) + Parse BBCode in contact request notification email (annando) + + Version 3.4.1 Implement server-to-server encryption (RINO) using php-encryption library as "RINO 2", deprecate "RINO 1" (issue #1655) (fabrixxm) @@ -17,14 +62,14 @@ Version 3.4.1 add attachment links as enclosures send salmon notifications to every mentioned person better thread completition - support to bookmarks - support to events and questions + support for bookmarks + support for events and questions link to items using GUID - Fix warining in mod/photo (issue #1638) (rabuzarus) + Fix warning in mod/photo (issue #1638) (rabuzarus) New option to block public access to local directory and poco Fix parsing bbcode [url] tag with fragment identifier (issue #1514) (fabrixxm) Fix HTML for oembeds (issue #1612) (fabrixxm) - Add fake filelds to API response for better Twitter API compatibility (annando) + Add fake fields to API response for better Twitter API compatibility (annando) Fix search in local directory (issue #1657) (annando) Improve OEmbed (issue #1640) (annando) Fix double html encodig in site administration page for sitename and register text (issue #1628) (annando) @@ -36,7 +81,7 @@ Version 3.4.1 Fix emoticons alt text (tobias) Improve threaded display in Vier theme (annando) Use field templates in photo edit form (fabrixxm) - Alllow deletion to any user but yourself (issue #1625) (fabrixxm) + Alllow deletion of any user but yourself (issue #1625) (fabrixxm) Install wizard load htconfig template from template/ folder, remove localized htconfig templates (fabrixxm) Add contact detail to non-js contact drop confirm dialog (issue #1629) (fabrixxm) Return geo coord in API (annando) @@ -45,11 +90,11 @@ Version 3.4.1 Show image size warning in a human readable format (rabuzarus) Move ACL window in template (rabuzarus) New option "-s" in util/run_xgettext.sh (fabrixxm) - Support but ignore delete message from Quitter (annando) - Remove google maps from core (issue #1705) (annando) + Support, but ignore at the moment, delete message from Quitter (annando) + Remove google maps from core. Functionality moved to addon "googlemap" alongside "openstreetmap" (issue #1705) (annando) Update to German documentation (Frank Dieckmann, tobias) Updated translations (translation teams, tobias) - + Version 3.4 Optionally, "like" and "dislike" activities don't update thread timestamp (annando)