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

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Jan 25, 2024
1 parent c4d8796 commit 97d6081
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ Please document your changes in this format:
- description of change [#PR] @username
```

## [13.0.0]
## [Unreleased]

## [13.0.0] - 2024-01-25
### Added
- Video calls (behind "meet" group feature flag) @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2699 https://github.com/karrot-dev/karrot-backend/pull/1283 https://github.com/karrot-dev/karrot-backend/pull/1284
- Video calls @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2699 https://github.com/karrot-dev/karrot-backend/pull/1283 https://github.com/karrot-dev/karrot-backend/pull/1284
- Custom place statuses @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2688
- Export/import group migration commands @nicksellen https://github.com/karrot-dev/karrot-backend/pull/1281 https://github.com/karrot-dev/karrot-backend/pull/1287
- Public activity series @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2701
Expand All @@ -35,9 +37,9 @@ Please document your changes in this format:
- Allow to leave in-progress activities @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2698
- Fix activity history when joining after start time @nicksellen https://github.com/karrot-dev/karrot-backend/pull/1280

## [12.1.0]
## [12.1.0] - 2023-11-22
### Added
- Allow to record no shows when giving feedback @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2680 https://github.com/karrot-dev/karrot-backend/pull/1272
- Allow to record no shows when giving feedback @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2680 https://github.com/karrot-dev/karrot-backend/pull/1272

### Changed
- Switch from FCM to WebPush @nicksellen https://github.com/karrot-dev/karrot-frontend/pull/2679 https://github.com/karrot-dev/karrot-backend/pull/1271
Expand Down Expand Up @@ -944,7 +946,9 @@ After months of planning and programming, the first version of ~the foodsaving t
[#2663]: https://github.com/karrot-dev/karrot-frontend/issues/2663
[#2677]: https://github.com/karrot-dev/karrot-frontend/issues/2677

[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v12.0.1...HEAD
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v13.0.0...HEAD
[13.0.0]: https://github.com/karrot-dev/karrot-frontend/compare/v12.1.0...v13.0.0
[12.1.0]: https://github.com/karrot-dev/karrot-frontend/compare/v12.0.1...v12.1.0
[12.0.1]: https://github.com/karrot-dev/karrot-frontend/compare/v12.0.0...v12.0.1
[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
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": "12.0.1",
"version": "13.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 97d6081

Please sign in to comment.