Skip to content

Commit 8af3c4a

Browse files
release: Publish version v1.1.0
1 parent c8f7068 commit 8af3c4a

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog of Flus Browser
22

3+
## 2025-11-26 - v1.1.0
4+
5+
### Features
6+
7+
- Add Web feeds support to the extension
8+
- Allow to follow the feeds of the current page ([ec7912b](https://github.com/flusio/flus-browser/commit/ec7912b))
9+
- Allow to search for feeds by URL ([4789aab](https://github.com/flusio/flus-browser/commit/4789aab))
10+
- Allow to test common feeds URLs patterns ([d6db32e](https://github.com/flusio/flus-browser/commit/d6db32e))
11+
- Allow to refresh extension if the tab URL changed ([1df5413](https://github.com/flusio/flus-browser/commit/1df5413))
12+
- Allow to create collections ([435252a](https://github.com/flusio/flus-browser/commit/435252a))
13+
- Allow to open shortcuts edition page ([da69d0f](https://github.com/flusio/flus-browser/commit/da69d0f))
14+
15+
### Bug fixes
16+
17+
- Fix opening registration url on Chrome ([9cf8c97](https://github.com/flusio/flus-browser/commit/9cf8c97))
18+
- Disable note textarea during submission ([e47e139](https://github.com/flusio/flus-browser/commit/e47e139))
19+
20+
### Maintenance
21+
22+
- Delete session on logout ([22de5a1](https://github.com/flusio/flus-browser/commit/22de5a1))
23+
- Update the Manifest description ([f16e6f7](https://github.com/flusio/flus-browser/commit/f16e6f7))
24+
- Update the dependencies ([9732245](https://github.com/flusio/flus-browser/commit/9732245), [a631328](https://github.com/flusio/flus-browser/commit/a631328), [bb8f636](https://github.com/flusio/flus-browser/commit/bb8f636), [c8f7068](https://github.com/flusio/flus-browser/commit/c8f7068))
25+
26+
### Developers
27+
28+
- Execute "make run" with a profile ([bea1686](https://github.com/flusio/flus-browser/commit/bea1686))
29+
- Fix "make run" for Android ([00437fc](https://github.com/flusio/flus-browser/commit/00437fc))
30+
- Improve code to disable forms elements ([44501e4](https://github.com/flusio/flus-browser/commit/44501e4))
31+
- Refactor the link model ([3bb55b9](https://github.com/flusio/flus-browser/commit/3bb55b9))
32+
- Rename CollectionsSelector component into Collections ([2f3e5a0](https://github.com/flusio/flus-browser/commit/2f3e5a0))
33+
334
## 2025-09-01 - v1.0.0
435

536
### New

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Flus",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Collect, organise, annotate on and share links from around the Web.",
66
"homepage_url": "https://flus.fr",
77

0 commit comments

Comments
 (0)