Skip to content

Commit

Permalink
release: Publish version v0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Apr 2, 2024
1 parent 74c8445 commit e045b52
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog of flusio

## 2024-04-02 - v0.59

### New

- Improve the overall "News" experience:
- Display links grouped by dates in news ([a1ec6c29](https://github.com/flusio/flusio/commit/a1ec6c29), [7b5cb20b](https://github.com/flusio/flusio/commit/7b5cb20b))
- Display links grouped by sources in news ([f9835613](https://github.com/flusio/flusio/commit/f9835613), [0952ee13](https://github.com/flusio/flusio/commit/0952ee13))
- (beta) Change the "news" tab by a "reading" tab ([4d02e91c](https://github.com/flusio/flusio/commit/4d02e91c))
- (beta) Load more links in the news from followed feeds ([f8acb421](https://github.com/flusio/flusio/commit/f8acb421), [d58c7938](https://github.com/flusio/flusio/commit/d58c7938))
- (beta) Mark bookmarks as read when storing them ([84c870ab](https://github.com/flusio/flusio/commit/84c870ab))

### Bug fixes

- Fix the resizing of images with invalid transparency ([4953b107](https://github.com/flusio/flusio/commit/4953b107))
- Format the sessions dates with the correct locale ([63609b18](https://github.com/flusio/flusio/commit/63609b18))

### Technical

- Update Minz ([a0ee2b83](https://github.com/flusio/flusio/commit/a0ee2b83))

### Developers

- Update the dependencies ([74c84454](https://github.com/flusio/flusio/commit/74c84454), [774d75d5](https://github.com/flusio/flusio/commit/774d75d5))
- Remove the warning about docker-compose.yml version ([e6717742](https://github.com/flusio/flusio/commit/e6717742))
- Refactor the `_date` helper function ([28620cbc](https://github.com/flusio/flusio/commit/28620cbc))
- Rename the Link "via" fields to "source" ([e3902683](https://github.com/flusio/flusio/commit/e3902683))

## 2024-03-18 - v0.58

### New
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.58
0.59
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 e045b52

Please sign in to comment.