forked from potsda.mn/mobilizon
Merge branch '1.0.0' into 'master'
Release 1.0.0 See merge request framasoft/mobilizon!655
This commit is contained in:
commit
7c43d52b20
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.0 - 2020-10-26
|
||||
|
||||
### Changed
|
||||
|
||||
- Strengthen upload picture and filter code and tests
|
||||
- Add link to mobilizon.org on the bottom of the about page to register
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix several front-end routes being accessible without authentification and make them redirect to login page (no information was given, the pages were just empty)
|
||||
- Fallback version code to Mix project version value if there's no Git information
|
||||
- Fix identity avatar change flicking or showing wrong avatar for identity
|
||||
- Fix public group page when description/list of events/list of posts are empty
|
||||
- Make sure `"to"` and `"cc"` in ActivityStreams are always lists (@vpzomtrrfrt)
|
||||
- Check port when comparing URLs (@vpzomtrrfrt)
|
||||
|
||||
### Translations
|
||||
|
||||
- Galician
|
||||
- German
|
||||
- Occitan
|
||||
- Spanish
|
||||
|
||||
## 1.0.0-rc.4 - 2020-10-22
|
||||
|
||||
### Fixed
|
||||
|
|
10
README.md
10
README.md
|
@ -12,7 +12,7 @@ Mobilizon is your federated organization and mobilization platform. Gather peopl
|
|||
|
||||
<p align="center">
|
||||
<a href="https://framasoft.org">
|
||||
<img width="150px" src="https://lutim.cpy.re/FeRgHH8r.png" alt="Framasoft logo"/>
|
||||
<img width="150px" src="https://framasoft.org/nav/img/logo.svg" alt="Framasoft logo"/>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -57,4 +57,10 @@ We appreciate any contribution to Mobilizon. Check our [CONTRIBUTING](CONTRIBUTI
|
|||
* 🐘 Mastodon: [https://framapiaf.org/@mobilizon](https://framapiaf.org/@mobilizon)
|
||||
* 🐦 Twitter [https://twitter.com/@joinmobilizon](https://twitter.com/@joinmobilizon)
|
||||
|
||||
Note: Most federation code comes from [Pleroma](https://pleroma.social), which is `Copyright © 2017-2018 Pleroma Authors - AGPL-3.0`
|
||||
Note: Most federation code comes from [Pleroma](https://pleroma.social), which is `Copyright © 2017-2018 Pleroma Authors - AGPL-3.0`.
|
||||
|
||||
|
||||
## ❤️ Supports of our crowdfunding
|
||||
---
|
||||
|
||||
We have run [a crowdfunding campaign](https://framablog.org/2019/05/14/mobilizon-lets-finance-a-software-to-free-our-events-from-facebook/) to pave the road to the version 1.0.0 of Mobilizon. Thanks to everyone who pitched in and shared the news around! The list of [everyone who donated is available here](https://joinmobilizon.org/hall-of-fame).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mobilizon",
|
||||
"version": "1.0.0-rc.4",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
Loading…
Reference in a new issue