Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: Publish version v1.0.2 #705

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog of Flus

## 2024-10-03 - v1.0.2

### Improvements

- Allow to follow a shared collection ([99b8cb18](https://github.com/flusio/Flus/commit/99b8cb18))
- Improve performance to get public links of a user ([56aae219](https://github.com/flusio/Flus/commit/56aae219))
- Improve the performance of news refreshing ([0d54d7c6](https://github.com/flusio/Flus/commit/0d54d7c6))
- Homogeneize the "remove from news" labels ([96907f33](https://github.com/flusio/Flus/commit/96907f33))

### Technical

- Improve performance to retrieve links to fetch ([805380d3](https://github.com/flusio/Flus/commit/805380d3))

### Developers

- Mock all the requests in LinksSyncTest ([0c514c5c](https://github.com/flusio/Flus/commit/0c514c5c))
- Refactor the NewsPicker API ([346e732e](https://github.com/flusio/Flus/commit/346e732e))
- Fix `popup__container--bottom` position ([ad8cdbd2](https://github.com/flusio/Flus/commit/ad8cdbd2))

## 2024-09-19 - v1.0.1

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

Loading