Skip to content

Commit 7400a89

Browse files
committed
Update app package CHANGELOG.md
1 parent f8712cf commit 7400a89

1 file changed

Lines changed: 28 additions & 58 deletions

File tree

app/CHANGELOG.md

Lines changed: 28 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,52 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See
4-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66
## <small>1.0.1-alpha.5 (2026-03-06)</small>
77

8-
- Disconnect on errors and restart auth connection
9-
([c311552](https://github.com/TryQuiet/quiet-storage-service/commit/c311552))
10-
- Update app package CHANGELOG.md
11-
([294df06](https://github.com/TryQuiet/quiet-storage-service/commit/294df06))
8+
- Disconnect on errors and restart auth connection ([c311552](https://github.com/TryQuiet/quiet-storage-service/commit/c311552))
9+
- Update app package CHANGELOG.md ([294df06](https://github.com/TryQuiet/quiet-storage-service/commit/294df06))
1210

1311
## <small>1.0.1-alpha.4 (2026-03-06)</small>
1412

15-
- Update app package CHANGELOG.md
16-
([dc832aa](https://github.com/TryQuiet/quiet-storage-service/commit/dc832aa))
17-
- Update auth
18-
([efec742](https://github.com/TryQuiet/quiet-storage-service/commit/efec742))
13+
- Update app package CHANGELOG.md ([dc832aa](https://github.com/TryQuiet/quiet-storage-service/commit/dc832aa))
14+
- Update auth ([efec742](https://github.com/TryQuiet/quiet-storage-service/commit/efec742))
1915

2016
## <small>1.0.1-alpha.3 (2026-03-05)</small>
2117

22-
- Update app package CHANGELOG.md
23-
([36b198b](https://github.com/TryQuiet/quiet-storage-service/commit/36b198b))
24-
- Update auth
25-
([349a940](https://github.com/TryQuiet/quiet-storage-service/commit/349a940))
18+
- Update app package CHANGELOG.md ([36b198b](https://github.com/TryQuiet/quiet-storage-service/commit/36b198b))
19+
- Update auth ([349a940](https://github.com/TryQuiet/quiet-storage-service/commit/349a940))
2620

2721
## <small>1.0.1-alpha.2 (2026-03-05)</small>
2822

29-
- Update app package CHANGELOG.md
30-
([cdbb281](https://github.com/TryQuiet/quiet-storage-service/commit/cdbb281))
31-
- Update auth.connection.ts
32-
([1fd26a9](https://github.com/TryQuiet/quiet-storage-service/commit/1fd26a9))
23+
- Update app package CHANGELOG.md ([cdbb281](https://github.com/TryQuiet/quiet-storage-service/commit/cdbb281))
24+
- Update auth.connection.ts ([1fd26a9](https://github.com/TryQuiet/quiet-storage-service/commit/1fd26a9))
3325

3426
## <small>1.0.1-alpha.1 (2026-03-05)</small>
3527

36-
- Update app package CHANGELOG.md
37-
([0c7b1fb](https://github.com/TryQuiet/quiet-storage-service/commit/0c7b1fb))
38-
- Update auth.connection.ts
39-
([9a1885a](https://github.com/TryQuiet/quiet-storage-service/commit/9a1885a))
28+
- Update app package CHANGELOG.md ([0c7b1fb](https://github.com/TryQuiet/quiet-storage-service/commit/0c7b1fb))
29+
- Update auth.connection.ts ([9a1885a](https://github.com/TryQuiet/quiet-storage-service/commit/9a1885a))
4030

4131
## <small>1.0.1-alpha.0 (2026-03-05)</small>
4232

43-
- Update app package CHANGELOG.md
44-
([2e43e19](https://github.com/TryQuiet/quiet-storage-service/commit/2e43e19))
45-
- Update auth module
46-
([79ff912](https://github.com/TryQuiet/quiet-storage-service/commit/79ff912))
33+
- Update app package CHANGELOG.md ([2e43e19](https://github.com/TryQuiet/quiet-storage-service/commit/2e43e19))
34+
- Update auth module ([79ff912](https://github.com/TryQuiet/quiet-storage-service/commit/79ff912))
4735

4836
## 1.0.0 (2026-02-26)
4937

50-
- Feat/2806 log sync catchup (#19)
51-
([0d6dd9d](https://github.com/TryQuiet/quiet-storage-service/commit/0d6dd9d)),
52-
closes [#19](https://github.com/TryQuiet/quiet-storage-service/issues/19)
53-
- Push notifications via Firebase API (#21)
54-
([f37766c](https://github.com/TryQuiet/quiet-storage-service/commit/f37766c)),
55-
closes [#21](https://github.com/TryQuiet/quiet-storage-service/issues/21)
56-
- Update app package CHANGELOG.md
57-
([6bd683d](https://github.com/TryQuiet/quiet-storage-service/commit/6bd683d))
58-
- feat(3058): Update auth module to use lockbox/self-assign changes (#22)
59-
([2aaf17e](https://github.com/TryQuiet/quiet-storage-service/commit/2aaf17e)),
60-
closes [#22](https://github.com/TryQuiet/quiet-storage-service/issues/22)
38+
- Feat/2806 log sync catchup (#19) ([0d6dd9d](https://github.com/TryQuiet/quiet-storage-service/commit/0d6dd9d)), closes [#19](https://github.com/TryQuiet/quiet-storage-service/issues/19)
39+
- Push notifications via Firebase API (#21) ([f37766c](https://github.com/TryQuiet/quiet-storage-service/commit/f37766c)), closes [#21](https://github.com/TryQuiet/quiet-storage-service/issues/21)
40+
- Update app package CHANGELOG.md ([6bd683d](https://github.com/TryQuiet/quiet-storage-service/commit/6bd683d))
41+
- feat(3058): Update auth module to use lockbox/self-assign changes (#22) ([2aaf17e](https://github.com/TryQuiet/quiet-storage-service/commit/2aaf17e)), closes [#22](https://github.com/TryQuiet/quiet-storage-service/issues/22)
6142

6243
## 1.0.0-alpha.42 (2025-12-22)
6344

64-
- chore(deploys): Improve deploy/versioning automation (#18)
65-
([166998c](https://github.com/TryQuiet/quiet-storage-service/commit/166998c)),
66-
closes [#18](https://github.com/TryQuiet/quiet-storage-service/issues/18)
45+
- chore(deploys): Improve deploy/versioning automation (#18) ([166998c](https://github.com/TryQuiet/quiet-storage-service/commit/166998c)), closes [#18](https://github.com/TryQuiet/quiet-storage-service/issues/18)
6746

6847
## 1.0.0-alpha.41 (2025-12-12)
6948

70-
- Update handling of changelogs and publishing/deploys
71-
([cc2ea16](https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16))
49+
- Update handling of changelogs and publishing/deploys ([cc2ea16](https://github.com/TryQuiet/quiet-storage-service/commit/cc2ea16))
7250

7351
# quiet-storage-service
7452

@@ -77,20 +55,12 @@ All notable changes to this project will be documented in this file. See
7755
### Features
7856

7957
- Initial QSS setup ([#2757](https://github.com/TryQuiet/quiet/issues/2757))
80-
- Setup sigchain/community storage
81-
([#2758](https://github.com/TryQuiet/quiet/issues/2758))
82-
- Add sigchain syncing via websocket
83-
([#2759](https://github.com/TryQuiet/quiet/issues/2759))
84-
- Setup OrbitDB log entry storage (e.g. messages)
85-
([#2800](https://github.com/TryQuiet/quiet/issues/2800))
86-
- Add OrbitDB log entry syncing from client to QSS
87-
([#2804](https://github.com/TryQuiet/quiet/issues/2804))
88-
- Reject adding a community with more than one user ("non-fresh" sigchains)
89-
([#2906](https://github.com/TryQuiet/quiet/issues/2906))
90-
- Add hcaptcha handler and require captcha verification for community creation
91-
on QSS ([#2908](https://github.com/TryQuiet/quiet/issues/2908))
92-
- Limit usage of hcaptcha verification token to one community creation event
93-
([#2908](https://github.com/TryQuiet/quiet/issues/2908))
94-
- Fanout orbitdb log entries to connected clients on a given community
95-
([#2805](https://github.com/TryQuiet/quiet/issues/2805))
58+
- Setup sigchain/community storage ([#2758](https://github.com/TryQuiet/quiet/issues/2758))
59+
- Add sigchain syncing via websocket ([#2759](https://github.com/TryQuiet/quiet/issues/2759))
60+
- Setup OrbitDB log entry storage (e.g. messages) ([#2800](https://github.com/TryQuiet/quiet/issues/2800))
61+
- Add OrbitDB log entry syncing from client to QSS ([#2804](https://github.com/TryQuiet/quiet/issues/2804))
62+
- Reject adding a community with more than one user ("non-fresh" sigchains) ([#2906](https://github.com/TryQuiet/quiet/issues/2906))
63+
- Add hcaptcha handler and require captcha verification for community creation on QSS ([#2908](https://github.com/TryQuiet/quiet/issues/2908))
64+
- Limit usage of hcaptcha verification token to one community creation event ([#2908](https://github.com/TryQuiet/quiet/issues/2908))
65+
- Fanout orbitdb log entries to connected clients on a given community ([#2805](https://github.com/TryQuiet/quiet/issues/2805))
9666
- Restart service on deploy

0 commit comments

Comments
 (0)