forked from potsda.mn/mobilizon
Release 1.0.0-rc.3
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4296924617
commit
20cc7e4e67
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 a new issue