diff --git a/CHANGELOG b/CHANGELOG
index d50c3ff65..9a9abff4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,109 @@
+Version 2021.03 (unreleased)
+
+Version 2021.01 (2021-01-04)
+ Friendica Core
+ Added HU translation
+ Updates to the translations: DE, IT, RU [translation teams]
+ Updates to the themes (duepuntozero, frio, vier) [annando, MrPetovan, tobiasd, vinzv]
+ General Code cleanup [annando, MrPetovan, nupplaphil]
+ Enhanced the handling of permission sets [annando]
+ Enhanced the usage of system resources when displaying photos and updating contacts [annando]
+ Enhanced the database structure [annando, Quix0r]
+ Enhanced the detection of PeerTube servers [annando]
+ Enhanced the photo cache [annando]
+ Enhanced the import of old postings which would otherwise not be imported due their age [annando]
+ Enhanced the delivery process of ActivityPub content [annando]
+ Enhanced the performance profiler [annando]
+ Enhanced the background worker [annando]
+ Enhanced the handling of blocked authors [MrPetovan]
+ Enhanced the user management in the admin panel [MrPetovan]
+ Enhanced the process of expiring postings [annando]
+ Enhanced the un/follow process of contacts [annando]
+ Enhanced the handling of HTTP requests [nupplaphil]
+ Enhanced filter possibilities of contacts [annando]
+ Enhanced language detection of postings [annando]
+ Enhanced the admin panel [MrPetovan, tobiasd]
+ Enhanced the contact suggestions [annando]
+ Enhanced the community page (filter, tags) [annando]
+ Enhanced the display of the reason why a posting is displayed in a stream [annando]
+ Enhanced the forum delivery of postings [redmatrix]
+ Enhanced PHP8 compatibility [annando]
+ Enhanced the worker_cooldown mechanism [annando]
+ Added new options to the remote_self feature [annando]
+ Added API endpoints for accounts and trends [annando]
+ Added API endpoints for re-sharing of postings [annando]
+ Added provider fields to the API [annando]
+ Added the possibility to map $_SERVER variables during installation [nupplaphil]
+ Added the possibility to filter account types on the network page [annando]
+ Added missing Mastodon API endpoints as "unsupported" [annando]
+ Added a watchdog mode to check if the daemon is running [annando]
+ Added number of group members to the contact widget [annando]
+ Added endless scrolling in several places [annando]
+ Added an option to stay local when clicking on a contact profile [annando]
+ Added support of ActivityPub relays [annando]
+ Model\User::getAuthenticationInfo is now available for addons [MrPetovan]
+ Contact details can only edited for mail and feed contacts [annando]
+ Fixed some problems during the export of user data [annando]
+ Fixed various problems with the notification system [MrPetovan]
+ Fixed a problem with emoticon alt-text interpretation [MrPetovan]
+ Fixed a problem that caused comments on Tweets being distributed via ActivityPub [annando]
+ Fixed a problem with the auto-completion when composing comments [MrPetovan]
+ Fixed an ACL problem while poking contacts [MrPetovan]
+ Fixed a problem with Mastodon emoticons [MrPetovan]
+ Fixed a parser problem that caused additional tags [annando]
+ Fixed escaping of several HTML snippets [MrPetovan]
+ Fixed a problem with fetching objects by URL [annando]
+
+ Friendica Addons
+ Updated to the translations IT, HU [translation teams]
+ advancedcontentfilter:
+ Added examples [hoergen]
+ blackout:
+ Improved the wording in the admin interface [urbalazs]
+ catavatar:
+ Improved the generation of avatars [annando]
+ ifttt:
+ Added support for delayed postings [annando]
+ mailstream:
+ Improved code structure [nupplaphil]
+ Fix case-sensitive check by [nupplaphil]
+ markdown:
+ Improved parsing [MrPetovan]
+ newmemberwidget:
+ Improved addon description [SpencerDub]
+ langfilter:
+ Changed the input to use a slider [MrPetovan]
+ ldapauth:
+ Reworked the authentication code [MrPetovan]
+ libravatar:
+ Fixed a problem with DNS requests [annando]
+ Improved the list of available avatars [annando]
+ phpmailer:
+ Fixed UTF8 encoding problems [MrPetovan]
+ rendertime:
+ Added more information about the "other" things that cost time [annando]
+ showmore:
+ Improved handling of the HTML structure of postings [MrPetovan]
+ showmore_dyn:
+ Improved user settings, language [MrPetovan]
+ twitter:
+ Improved logging [annando]
+ Improved the twitter_post_hook [MrPetovan]
+ Improved the posts send to twitter [annando]
+ Improved the remote_self functionality [annando]
+ Added support for delayed postings [annando]
+ Fixed a bug with direct re-shares [MrPetovan]
+
+ Closed Issues
+ 2803, 4230, 4486, 4494, 5616, 7393, 7697, 8485, 8533, 8605, 8689,
+ 8796, 8896, 8943, 8950, 9042, 9089, 9127, 9142, 9165, 9235, 9236,
+ 9238, 9249, 9264, 9268, 9276, 9281, 9291, 9296, 9305, 9306, 9315,
+ 9326, 9328, 9329, 9337, 9344, 9348, 9363, 9383, 9385, 9407, 9427,
+ 9430, 9432, 9457, 9461, 9464, 9465, 9480, 9486, 9496, 9508, 9518,
+ 9525, 9538, 9549, 9564, 9568, 9573, 9598, 9611, 9622, 9629, 9630,
+ 9633, 9636, 9639, 9641, 9642, 9662, 9672, 9673, 9678, 9682, 9692,
+ 9712
+
Version 2020.09-1 (2020-09-24)
Friendica Core:
Updates to the translations: RU [translation teams]
diff --git a/VERSION b/VERSION
index 04d17e893..50ccf18a2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2020.12-rc
+2021.03-dev
diff --git a/boot.php b/boot.php
index 504f997d9..1c5b4c168 100644
--- a/boot.php
+++ b/boot.php
@@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat;
define('FRIENDICA_PLATFORM', 'Friendica');
define('FRIENDICA_CODENAME', 'Red Hot Poker');
-define('FRIENDICA_VERSION', '2020.12-rc');
+define('FRIENDICA_VERSION', '2021.03-dev');
define('DFRN_PROTOCOL_VERSION', '2.23');
define('NEW_UPDATE_ROUTINE_VERSION', 1170);
diff --git a/doc/img/editor_frio.png b/doc/img/editor_frio.png
index d37081b83..d969f261b 100644
Binary files a/doc/img/editor_frio.png and b/doc/img/editor_frio.png differ
diff --git a/doc/img/editor_vier.png b/doc/img/editor_vier.png
index 5278b0ff1..7ffac7fc7 100644
Binary files a/doc/img/editor_vier.png and b/doc/img/editor_vier.png differ
diff --git a/doc/img/vier_icons.png b/doc/img/vier_icons.png
index 4dc8ae03f..b880e9562 100644
Binary files a/doc/img/vier_icons.png and b/doc/img/vier_icons.png differ
diff --git a/images/article.gif b/images/article.gif
index 91aeef000..af9de9345 100644
Binary files a/images/article.gif and b/images/article.gif differ
diff --git a/images/b_drop.gif b/images/b_drop.gif
index b08c68b62..5834b5d29 100644
Binary files a/images/b_drop.gif and b/images/b_drop.gif differ
diff --git a/images/b_dropshow.gif b/images/b_dropshow.gif
index b08c68b62..5834b5d29 100644
Binary files a/images/b_dropshow.gif and b/images/b_dropshow.gif differ
diff --git a/images/beer_mug.gif b/images/beer_mug.gif
index 9a3e05192..10b53e47b 100644
Binary files a/images/beer_mug.gif and b/images/beer_mug.gif differ
diff --git a/images/camera-icon.gif b/images/camera-icon.gif
index a4adf9adf..2943aa095 100644
Binary files a/images/camera-icon.gif and b/images/camera-icon.gif differ
diff --git a/images/discourse.png b/images/discourse.png
index 6c9ce4667..c51e26d0c 100644
Binary files a/images/discourse.png and b/images/discourse.png differ
diff --git a/images/friendica-404_svg_flexy-o-hare.png b/images/friendica-404_svg_flexy-o-hare.png
index 36d6b5ca3..8ba689d53 100644
Binary files a/images/friendica-404_svg_flexy-o-hare.png and b/images/friendica-404_svg_flexy-o-hare.png differ
diff --git a/images/friendica-404_svg_hare-bottom-light-inside.png b/images/friendica-404_svg_hare-bottom-light-inside.png
index 6c9189e4e..f32e11340 100644
Binary files a/images/friendica-404_svg_hare-bottom-light-inside.png and b/images/friendica-404_svg_hare-bottom-light-inside.png differ
diff --git a/images/friendica.svg b/images/friendica.svg
index 2105ef317..45820959d 100644
--- a/images/friendica.svg
+++ b/images/friendica.svg
@@ -1,240 +1 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/images/globe.gif b/images/globe.gif
index 3f17c5d32..84722efa5 100644
Binary files a/images/globe.gif and b/images/globe.gif differ
diff --git a/images/humane-tech-badge.svg b/images/humane-tech-badge.svg
index 51a28d87d..699942271 100644
--- a/images/humane-tech-badge.svg
+++ b/images/humane-tech-badge.svg
@@ -1,57 +1 @@
-
-
+
\ No newline at end of file
diff --git a/images/larrw.gif b/images/larrw.gif
index 08902d772..6076876a6 100644
Binary files a/images/larrw.gif and b/images/larrw.gif differ
diff --git a/images/link-icon.gif b/images/link-icon.gif
index c012d716e..f238c63bf 100644
Binary files a/images/link-icon.gif and b/images/link-icon.gif differ
diff --git a/images/lock_icon.gif b/images/lock_icon.gif
index b6b1b7fed..44a7d0500 100644
Binary files a/images/lock_icon.gif and b/images/lock_icon.gif differ
diff --git a/images/pause.gif b/images/pause.gif
index dc57c4c98..7006e9856 100644
Binary files a/images/pause.gif and b/images/pause.gif differ
diff --git a/images/person-300.jpg b/images/person-300.jpg
index 817308211..41803623d 100644
Binary files a/images/person-300.jpg and b/images/person-300.jpg differ
diff --git a/images/play.gif b/images/play.gif
index 4010f056d..c5ae628b5 100644
Binary files a/images/play.gif and b/images/play.gif differ
diff --git a/images/rarrw.gif b/images/rarrw.gif
index 849238c2d..bf26b8a8b 100644
Binary files a/images/rarrw.gif and b/images/rarrw.gif differ
diff --git a/images/rotator.gif b/images/rotator.gif
index 3797ec3e4..6e8181ee9 100644
Binary files a/images/rotator.gif and b/images/rotator.gif differ
diff --git a/images/smiley-Oo.gif b/images/smiley-Oo.gif
index a15d97427..27d2690fc 100644
Binary files a/images/smiley-Oo.gif and b/images/smiley-Oo.gif differ
diff --git a/images/smiley-bangheaddesk.gif b/images/smiley-bangheaddesk.gif
index 91ccb8bb4..c28440296 100644
Binary files a/images/smiley-bangheaddesk.gif and b/images/smiley-bangheaddesk.gif differ
diff --git a/images/smiley-brokenheart.gif b/images/smiley-brokenheart.gif
index 971b57fd9..f511db3e4 100644
Binary files a/images/smiley-brokenheart.gif and b/images/smiley-brokenheart.gif differ
diff --git a/images/smiley-heart.gif b/images/smiley-heart.gif
index 6a11e7065..8891901cf 100644
Binary files a/images/smiley-heart.gif and b/images/smiley-heart.gif differ
diff --git a/images/smiley-shaka.gif b/images/smiley-shaka.gif
index 336fe3bcd..030aeccad 100644
Binary files a/images/smiley-shaka.gif and b/images/smiley-shaka.gif differ
diff --git a/images/spencil.gif b/images/spencil.gif
index 0a2551ac0..515e6b02d 100644
Binary files a/images/spencil.gif and b/images/spencil.gif differ
diff --git a/images/unlock_icon.gif b/images/unlock_icon.gif
index 254ac8bfd..9487b44e3 100644
Binary files a/images/unlock_icon.gif and b/images/unlock_icon.gif differ
diff --git a/images/youtube_icon.gif b/images/youtube_icon.gif
index 987b82bfd..11a0a982c 100644
Binary files a/images/youtube_icon.gif and b/images/youtube_icon.gif differ
diff --git a/spec/dfrn2_contact_confirmation.svg b/spec/dfrn2_contact_confirmation.svg
index fc5b33162..81268509d 100644
--- a/spec/dfrn2_contact_confirmation.svg
+++ b/spec/dfrn2_contact_confirmation.svg
@@ -1,162 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/spec/dfrn2_contact_request.svg b/spec/dfrn2_contact_request.svg
index d32718271..9b75acd5d 100644
--- a/spec/dfrn2_contact_request.svg
+++ b/spec/dfrn2_contact_request.svg
@@ -1,218 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/view/theme/duepuntozero/login-bg.gif b/view/theme/duepuntozero/login-bg.gif
index cde836c89..be47484c5 100644
Binary files a/view/theme/duepuntozero/login-bg.gif and b/view/theme/duepuntozero/login-bg.gif differ
diff --git a/view/theme/frio/font/open_sans/fonts/Bold/OpenSans-Bold.svg b/view/theme/frio/font/open_sans/fonts/Bold/OpenSans-Bold.svg
index 81c8a275a..9aa908bbb 100755
--- a/view/theme/frio/font/open_sans/fonts/Bold/OpenSans-Bold.svg
+++ b/view/theme/frio/font/open_sans/fonts/Bold/OpenSans-Bold.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/BoldItalic/OpenSans-BoldItalic.svg b/view/theme/frio/font/open_sans/fonts/BoldItalic/OpenSans-BoldItalic.svg
index d06de541a..36fc373c5 100755
--- a/view/theme/frio/font/open_sans/fonts/BoldItalic/OpenSans-BoldItalic.svg
+++ b/view/theme/frio/font/open_sans/fonts/BoldItalic/OpenSans-BoldItalic.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/ExtraBold/OpenSans-ExtraBold.svg b/view/theme/frio/font/open_sans/fonts/ExtraBold/OpenSans-ExtraBold.svg
index aeb208de4..76ae14e60 100755
--- a/view/theme/frio/font/open_sans/fonts/ExtraBold/OpenSans-ExtraBold.svg
+++ b/view/theme/frio/font/open_sans/fonts/ExtraBold/OpenSans-ExtraBold.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg b/view/theme/frio/font/open_sans/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg
index 2152de9ec..9a64576ff 100755
--- a/view/theme/frio/font/open_sans/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg
+++ b/view/theme/frio/font/open_sans/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/Italic/OpenSans-Italic.svg b/view/theme/frio/font/open_sans/fonts/Italic/OpenSans-Italic.svg
index 7561e874c..47c769b8c 100755
--- a/view/theme/frio/font/open_sans/fonts/Italic/OpenSans-Italic.svg
+++ b/view/theme/frio/font/open_sans/fonts/Italic/OpenSans-Italic.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/Light/OpenSans-Light.svg b/view/theme/frio/font/open_sans/fonts/Light/OpenSans-Light.svg
index c3bd1594c..4d8470fe3 100755
--- a/view/theme/frio/font/open_sans/fonts/Light/OpenSans-Light.svg
+++ b/view/theme/frio/font/open_sans/fonts/Light/OpenSans-Light.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/LightItalic/OpenSans-LightItalic.svg b/view/theme/frio/font/open_sans/fonts/LightItalic/OpenSans-LightItalic.svg
index e5694a123..9a5a9547f 100755
--- a/view/theme/frio/font/open_sans/fonts/LightItalic/OpenSans-LightItalic.svg
+++ b/view/theme/frio/font/open_sans/fonts/LightItalic/OpenSans-LightItalic.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/Regular/OpenSans-Regular.svg b/view/theme/frio/font/open_sans/fonts/Regular/OpenSans-Regular.svg
index b34ed428a..a6d682228 100755
--- a/view/theme/frio/font/open_sans/fonts/Regular/OpenSans-Regular.svg
+++ b/view/theme/frio/font/open_sans/fonts/Regular/OpenSans-Regular.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/Semibold/OpenSans-Semibold.svg b/view/theme/frio/font/open_sans/fonts/Semibold/OpenSans-Semibold.svg
index 4949365fb..38e38b1eb 100755
--- a/view/theme/frio/font/open_sans/fonts/Semibold/OpenSans-Semibold.svg
+++ b/view/theme/frio/font/open_sans/fonts/Semibold/OpenSans-Semibold.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/font/open_sans/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg b/view/theme/frio/font/open_sans/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg
index df4513785..e178a0f4b 100755
--- a/view/theme/frio/font/open_sans/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg
+++ b/view/theme/frio/font/open_sans/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg
@@ -1,958 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.svg b/view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.svg
index 94fb5490a..b17ff2663 100644
--- a/view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.svg
+++ b/view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.svg
@@ -1,288 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/frio/img/friendica-logo.svg b/view/theme/frio/img/friendica-logo.svg
index 42f7f1b09..d402a22d6 100644
--- a/view/theme/frio/img/friendica-logo.svg
+++ b/view/theme/frio/img/friendica-logo.svg
@@ -1,17 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/view/theme/frio/scheme/plusminus.jpg b/view/theme/frio/scheme/plusminus.jpg
index 7d333a2e1..a0e39e96e 100644
Binary files a/view/theme/frio/scheme/plusminus.jpg and b/view/theme/frio/scheme/plusminus.jpg differ
diff --git a/view/theme/smoothly/images/icons.svg b/view/theme/smoothly/images/icons.svg
index 91bb2ff38..befc4d9e1 100644
--- a/view/theme/smoothly/images/icons.svg
+++ b/view/theme/smoothly/images/icons.svg
@@ -1,1463 +1 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/view/theme/smoothly/images/larrow.gif b/view/theme/smoothly/images/larrow.gif
index 15bb1ea11..2fa8067ce 100644
Binary files a/view/theme/smoothly/images/larrow.gif and b/view/theme/smoothly/images/larrow.gif differ
diff --git a/view/theme/smoothly/images/login-bg.gif b/view/theme/smoothly/images/login-bg.gif
index cde836c89..be47484c5 100644
Binary files a/view/theme/smoothly/images/login-bg.gif and b/view/theme/smoothly/images/login-bg.gif differ
diff --git a/view/theme/smoothly/images/rarrow.gif b/view/theme/smoothly/images/rarrow.gif
index 3c38041f3..509024897 100644
Binary files a/view/theme/smoothly/images/rarrow.gif and b/view/theme/smoothly/images/rarrow.gif differ
diff --git a/view/theme/vier/font/fontawesome-webfont.svg b/view/theme/vier/font/fontawesome-webfont.svg
index d05688e9e..87bd1bc3e 100644
--- a/view/theme/vier/font/fontawesome-webfont.svg
+++ b/view/theme/vier/font/fontawesome-webfont.svg
@@ -1,655 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/theme/vier/icons.svg b/view/theme/vier/icons.svg
index 91bb2ff38..befc4d9e1 100644
--- a/view/theme/vier/icons.svg
+++ b/view/theme/vier/icons.svg
@@ -1,1463 +1 @@
-
-
-
-
+
\ No newline at end of file