Skip to content

Commit

Permalink
release: Publish version v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Sep 24, 2020
1 parent 00e15fc commit 0ec06f0
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 7 deletions.
40 changes: 39 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog of flusio

## 2020-xx-yy - v0.9
## 2020-09-24 - v0.9

### Migration notes

Expand All @@ -11,6 +11,44 @@ order to categorize them. Topics are created by the administrator with the CLI:
flusio# php ./cli --request /topics/create -plabel=LABEL
```

### New

- Provide topics for collections
- Allow users to set their points of interest
- Get news suggestions from points of interest
- Provide public collections discovery
- Allow to delete a link

### Improvements

- Change default avatar
- Display if collection/link is public
- Improve the link and collection settings menus
- Add a card shadow to complete blocks of 3
- Add a light color on card:focus-within
- Add placeholder on public links without comments
- Display owner of followed collections
- Improve tips when there are no news
- Change links to close modals to buttons
- Improve `section__nav` margin on mobile
- Fix wording for private collection back button
- Go to previous page from public collection

### Bug fixes

- Refactor and fix "back" anchor on link pages
- Fix `<title>` for collections pages
- Fix cards design
- Hide titles overflow
- Return 404 if deleting non existing collection

### Misc

- Add support for rollbacks
- Update Parcel to beta-1
- Add support for serial ids in SaveHelper
- Add a test on cli usage command

## 2020-09-04 - v0.8

### Security
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8
0.9
5 changes: 5 additions & 0 deletions public/assets/ellipsis-horizontal-line.e885efc3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/javascripts/application.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/javascripts/application.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/stylesheets/application.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/stylesheets/application.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/stylesheets/design.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ec06f0

Please sign in to comment.