From 721f301cd1a139c0c5034cee7414fc71a6239310 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Wed, 10 Jan 2024 20:09:59 +0100 Subject: [PATCH] Release 0.19.2 (#291) * Release 0.19.2 * rename * update woodpecker config --- .woodpecker.yml | 4 +-- joinlemmy-translations | 2 +- lemmy-js-client | 2 +- lemmy-stats-crawler | 2 +- lemmy-translations | 2 +- ...Release v0.19.2 - More Federation Fixes.md | 33 +++++++++++++++++++ 6 files changed, 39 insertions(+), 6 deletions(-) create mode 100644 src/assets/news/2024-01-10 - Lemmy Release v0.19.2 - More Federation Fixes.md diff --git a/.woodpecker.yml b/.woodpecker.yml index 633dcd7..f584af3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,13 +5,13 @@ # recursive: true # submodule_update_remote: true -pipeline: +steps: prepare_repo: image: alpine:3 commands: - apk add git - git submodule init - - git submodule update --recursive --remote + - git submodule update prettier_markdown_check: image: tmknom/prettier:3.0.0 diff --git a/joinlemmy-translations b/joinlemmy-translations index 24699c6..c5a83e2 160000 --- a/joinlemmy-translations +++ b/joinlemmy-translations @@ -1 +1 @@ -Subproject commit 24699c60d1ebfe3a40f671f05b149225eefe4515 +Subproject commit c5a83e2acc36144ac5ddfe140e972f7db58ce1ed diff --git a/lemmy-js-client b/lemmy-js-client index bd9aca2..6d5b487 160000 --- a/lemmy-js-client +++ b/lemmy-js-client @@ -1 +1 @@ -Subproject commit bd9aca2ba601a08a78aca5f8c26b091d155e0255 +Subproject commit 6d5b48705f47867c16513dac2630cba8fa96bd39 diff --git a/lemmy-stats-crawler b/lemmy-stats-crawler index 97dec73..19574da 160000 --- a/lemmy-stats-crawler +++ b/lemmy-stats-crawler @@ -1 +1 @@ -Subproject commit 97dec739346aab80632d8feeb70c5c5388682937 +Subproject commit 19574daec30da0aa6619a5f5a4ef33015568dd0c diff --git a/lemmy-translations b/lemmy-translations index 7a38baa..e2cc291 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 7a38baa7341cfa9299df5a80ebe42fe298380e40 +Subproject commit e2cc2912dac3f74959a934ad66ec833a04e847ae diff --git a/src/assets/news/2024-01-10 - Lemmy Release v0.19.2 - More Federation Fixes.md b/src/assets/news/2024-01-10 - Lemmy Release v0.19.2 - More Federation Fixes.md new file mode 100644 index 0000000..405a9cb --- /dev/null +++ b/src/assets/news/2024-01-10 - Lemmy Release v0.19.2 - More Federation Fixes.md @@ -0,0 +1,33 @@ +# Lemmy v0.19.2 Release + +## What is Lemmy? + +Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top. + +## Major Changes + +- Outgoing federation bug fixes. +- Lemmy can now receive reports sent from Mastodon and Kbin. +- Added the ability for admins to view votes, to prevent downvote trolling. [Demo](https://github.com/LemmyNet/lemmy-ui/pull/2303). [#4088](https://github.com/LemmyNet/lemmy/issues/4088) +- Various bug fixes and minor enhancements. + +## Upgrade instructions + +Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating). + +If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org). + +## Thanks to everyone + +We'd like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We're glad many people find it useful and enjoyable enough to contribute. + +## Support development + +We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/), as well as [donations from individual users](https://join-lemmy.org/donate). + +If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive. + +- [Liberapay](https://liberapay.com/Lemmy) (preferred option) +- [Open Collective](https://opencollective.com/lemmy) +- [Patreon](https://www.patreon.com/dessalines) +- [Cryptocurrency](https://join-lemmy.org/donate) (scroll to bottom of page)