X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CHANGELOG;h=b9a1dd966bffd35133c856960ccb3d399c281193;hb=d26b0ed5a2b5cd66954816096ba87c05043826f0;hp=d1ac37e9d0240faee227374d441f00652ca094e2;hpb=b56a9cf4194280830a1654fd6403a294cbabd559;p=friendica.git diff --git a/CHANGELOG b/CHANGELOG index d1ac37e9d0..b9a1dd966b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,19 @@ -Version 2022.09 (unreleased) +Version 2022.12 (unreleased) + Friendica Core + The rewrite rule in .htaccess-dist has been changed. The change has to be applied manually to the existing .htaccess + + Friendica Addons + BREAKING: The functions from the boot.php file have been moved into better fitting classes + this may break your custom addons. See the pull requests #1293 and #1294 in the + addon repository about the needed changes to your addons. + + Closed Issues + +Version 2022.10 (2022-10-14) Friendica Core Added GD translation, updates to the translations AR, DE, FR, HU, PL, SV, ZH CN Added a check for too long passwords (due Blowfish hashing algorithm) [MrPetovan] + Added an API endpoint to create events [MrPetovan, pankraz] Added the possibility to store profile avatars in a separate directory [annando] Added an option to not fetch parent postings [annando] Added an option to reject postings by language received by the relay [annando] @@ -21,8 +33,9 @@ Version 2022.09 (unreleased) Fixed a federation problem with Diaspora* during the author signature check [annando] Fixed a problem with Forwarded-For headers [nupplaphil] Fixed a problem with the encoding of mails send [MrPetovan] - Fixed a problem with wired formatted date notations [annando, MrPetovan] + Fixed a problem with weird formatted date notations [annando, MrPetovan] Fixed a problem following some RSS feeds [mexon] + Fixed a problem with quoted reshares from Twitter [annando] Updated dependencies [MrPetovan] Replace SFTP-publish with docker-publish [nupplaphil] Removed the poke functionality [MrPetovan]