Merge branch '1.0.0-rc.3' into 'master'
Release 1.0.0-rc.3 See merge request framasoft/mobilizon!639
This commit is contained in:
commit
6a71bd166e
15
CHANGELOG.md
15
CHANGELOG.md
@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 1.0.0-rc.3 - 2020-10-22
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Task to refresh a remote instance (crawling their outbox, fetching their latest public events just in case of federation issues)
|
||||||
|
- New homepage with illustration
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Handle timezone not detected inside browser
|
||||||
|
- Fix webfinger not following redirections
|
||||||
|
- Fix some Apollo GraphQL errors
|
||||||
|
- Disable updating/deleting group posts and discussions for non-moderators
|
||||||
|
- Fix group drafts events showing up on group public page
|
||||||
|
|
||||||
## 1.0.0-rc.2 - 2020-10-20
|
## 1.0.0-rc.2 - 2020-10-20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "1.0.0-rc.2",
|
"version": "1.0.0-rc.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
Loading…
Reference in New Issue
Block a user