Skip to content

Commit

Permalink
release: Publish version v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Oct 1, 2020
1 parent 6848407 commit 821b794
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 6 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@
# Changelog of flusio

## 2020-xx-yy - v0.10
## 2020-10-01 - v0.10

### Migration notes

(optional) You can change your instance brand name by setting `APP_BRAND` in
your `.env` file.

### New

- Allow to configure news
- Provide onboarding
- Allow to change the brand name

### Improvements

- Consider the OpenGraph and Twitter titles
- Redirect intelligently on link deletion
- Improve the news tips section
- Reword options to remove news
- Increase the topic label max size

### Bug fixes

- Don't select link in owned collection for news
- Hide "add to collections" if user has no collections
- Fix select width with long options on mobile
- Fix padding for header locale form

### Misc

- Add `[devmode]` in page title in development
- Fix break line in cards details
- Refactor listing with `human_implode` in News
- Fix NewsPicker duration test
- Fix a test to be sure to generate unique URLs

## 2020-09-24 - v0.9

### Migration notes
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9
0.10
5 changes: 5 additions & 0 deletions public/assets/help-line.bcaca182.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.

0 comments on commit 821b794

Please sign in to comment.