mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Release 0.19.2 (#291)
* Release 0.19.2 * rename * update woodpecker config
This commit is contained in:
parent
397f977ce5
commit
721f301cd1
6 changed files with 39 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 24699c60d1ebfe3a40f671f05b149225eefe4515
|
||||
Subproject commit c5a83e2acc36144ac5ddfe140e972f7db58ce1ed
|
|
@ -1 +1 @@
|
|||
Subproject commit bd9aca2ba601a08a78aca5f8c26b091d155e0255
|
||||
Subproject commit 6d5b48705f47867c16513dac2630cba8fa96bd39
|
|
@ -1 +1 @@
|
|||
Subproject commit 97dec739346aab80632d8feeb70c5c5388682937
|
||||
Subproject commit 19574daec30da0aa6619a5f5a4ef33015568dd0c
|
|
@ -1 +1 @@
|
|||
Subproject commit 7a38baa7341cfa9299df5a80ebe42fe298380e40
|
||||
Subproject commit e2cc2912dac3f74959a934ad66ec833a04e847ae
|
|
@ -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)
|
Loading…
Reference in a new issue