Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Sep 8, 2023
1 parent 58b3d11 commit 9673a1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@ Please document your changes in this format:
- description of change [#PR] @username
```

## [Unreleased]

## [12.0.0] - 2023-09-08
### Added
- consolidated feedback view [hwojcik](https://community.karrot.world/u/hwojcik) and @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2668 https://github.com/karrot-dev/karrot-backend/pull/1267 [forum](https://community.karrot.world/t/feedback-feature-possibility-to-combine-comments-for-selected-activity-type/1044)

### Fixed
- don't create participant when notification settings aren't provided @tiltec https://github.com/karrot-dev/karrot-backend/pull/1270
- improved slow activity statistics query @nicksellen https://github.com/karrot-dev/karrot-backend/pull/1269
- fix storybook @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2669

### Changed
- enable agreements and participant types features for all groups @nicksellen https://github.com/karrot-dev/karrot-backend/pull/1265
- use orjson for faster json rendering @nicksellen [1c41650](https://github.com/karrot-dev/karrot-backend/commit/1c41650c88eb9a576544a7c5c6736c7057d2ccf0)
Expand All @@ -38,6 +35,11 @@ Please document your changes in this format:
- upgrade to psycopg 3 @nicksellen https://github.com/karrot-dev/karrot-backend/pull/1268
- turn off on demand image creation @nicksellen https://github.com/karrot-dev/karrot-backend/pull/1266

### Fixed
- don't create participant when notification settings aren't provided @tiltec https://github.com/karrot-dev/karrot-backend/pull/1270
- improved slow activity statistics query @nicksellen https://github.com/karrot-dev/karrot-backend/pull/1269
- fix storybook @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2669

### Security
- remove from all conversations when leaving group @nicksellen https://github.com/karrot-dev/karrot-backend/pull/1264

Expand Down Expand Up @@ -912,7 +914,8 @@ After months of planning and programming, the first version of ~the foodsaving t
[#2662]: https://github.com/karrot-dev/karrot-frontend/issues/2662
[#2663]: https://github.com/karrot-dev/karrot-frontend/issues/2663

[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v11.0.1...HEAD
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v12.0.0...HEAD
[12.0.0]: https://github.com/karrot-dev/karrot-frontend/compare/v11.0.1...v12.0.0
[11.0.1]: https://github.com/karrot-dev/karrot-frontend/compare/v11.0.0...v11.0.1
[11.0.0]: https://github.com/karrot-dev/karrot-frontend/compare/v10.0.4...v11.0.0
[10.0.4]: https://github.com/karrot-dev/karrot-frontend/compare/v10.0.3...v10.0.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "karrot-frontend",
"productName": "Karrot",
"version": "11.0.1",
"version": "12.0.0",
"description": "Karrot is a free and open-source tool for grassroots initiatives and groups of people that want to coordinate face-to-face activities on a local, autonomous and voluntary basis.",
"author": "Karrot Team <info@karrot.world>",
"homepage": "https://karrot.world/",
Expand Down

0 comments on commit 9673a1e

Please sign in to comment.