Skip to content

Commit e6bfa63

Browse files
release: Publish version v2.0.5
1 parent 39419a5 commit e6bfa63

File tree

6 files changed

+28
-13
lines changed

6 files changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog of Flus
22

3-
## unreleased
3+
## 2025-10-22 - v2.0.5
44

55
### Migration notes
66

@@ -17,6 +17,21 @@ Depending on the number of collections in the database, this operation can take
1717
This operation is not required as it will be run everyday at 3AM then.
1818
It just allows to have coherent publication frequencies in the interface.
1919

20+
### API
21+
22+
- Add enpoints to follow/unfollow a collection/feed ([ae8c3904](https://github.com/flusio/Flus/commit/ae8c3904))
23+
- Return feeds on the search enpoint ([83d333d1](https://github.com/flusio/Flus/commit/83d333d1))
24+
- Add the `is_followed` attribute to the collections/feeds objects ([26c196ce](https://github.com/flusio/Flus/commit/26c196ce))
25+
- Add the `publication_frequency_per_year` attribute to the collections/feeds objects ([39419a55](https://github.com/flusio/Flus/commit/39419a55))
26+
- Add the missing link `created_at`, `is_hidden`, `source`, `published_at`, `number_notes` attributes to the search response ([8669729a](https://github.com/flusio/Flus/commit/8669729a))
27+
- Document a changelog for each API endpoints ([8989c305](https://github.com/flusio/Flus/commit/8989c305))
28+
29+
### Technical
30+
31+
- Store the publication frequency in database ([c1895833](https://github.com/flusio/Flus/commit/c1895833))
32+
- Optimize calculation of publication frequency ([59074931](https://github.com/flusio/Flus/commit/59074931))
33+
- Update the dependencies ([573f0196](https://github.com/flusio/Flus/commit/573f0196))
34+
2035
## 2025-09-19 - v2.0.4
2136

2237
### Bug fixes

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4
1+
2.0.5

public/assets/javascripts/application.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/javascripts/application.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/stylesheets/application.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)