Skip to content

Commit

Permalink
release: Publish version v0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Sep 8, 2023
1 parent 2eb2374 commit 1663cc6
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 9 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# Changelog of flusio

## unreleased
## 2023-09-08 - v0.57

Browscap is now used to identify the sessions of the user.
It is recommended to enable it (and update the browsercap.ini file, see [browscap.org](https://browscap.org/)).

IP and user agent are now processed to help to detect attacks.
The last bit of the IP is anonymized and only the browser and the platform are used from the user agent.
You may want to adapt your GDPR files according to these changes.

### New

- Allow to list and manage sessions ([2eb23747](https://github.com/flusio/flusio/commit/2eb23747))
- (beta) Allow to share to Mastodon ([ad529d4c](https://github.com/flusio/flusio/commit/ad529d4c))

### Improvements

- Reorganize the "Account & data" page ([c93afb83](https://github.com/flusio/flusio/commit/c93afb83))
- Autosave content of textareas ([facd1be9](https://github.com/flusio/flusio/commit/facd1be9))

### Bug fixes

- Don't render the "new link" page in a modal after a change ([19b63332](https://github.com/flusio/flusio/commit/19b63332))
- Edit the profile in the modale ([ee452d47](https://github.com/flusio/flusio/commit/ee452d47))
- Fix the French locale file ([63ba73a9](https://github.com/flusio/flusio/commit/63ba73a9))

## 2023-08-07 - v0.56

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.56
0.57
1 change: 1 addition & 0 deletions public/assets/connect.64f3f7c4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions 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.

1 change: 1 addition & 0 deletions public/assets/mastodon.093a36a5.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/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 1663cc6

Please sign in to comment.