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

Commit 73ba037

Browse files
committed
v9.8.0
1 parent fd30468 commit 73ba037

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Please document your changes in this format:
2121
```
2222

2323
## [Unreleased]
24+
25+
## [9.8.0] - 2022-03-23
26+
### Added
27+
- add @-mentions @nicksellen [#2407] [#2479] [#2516]
28+
2429
### Fixed
2530
- fix infinite redirect for some discussions @amengsk [#2501](https://github.com/karrot-dev/karrot-frontend/pull/2501)
2631
- fix round translation percentages @Chinchuluun1029 @nicksellen [#2514](https://github.com/karrot-dev/karrot-frontend/pull/2514)
@@ -763,6 +768,7 @@ After months of planning and programming, the first version of ~the foodsaving t
763768
[#2396]: https://github.com/karrot-dev/karrot-frontend/issues/2396
764769
[#2405]: https://github.com/karrot-dev/karrot-frontend/issues/2405
765770
[#2406]: https://github.com/karrot-dev/karrot-frontend/issues/2406
771+
[#2407]: https://github.com/karrot-dev/karrot-frontend/issues/2407
766772
[#2417]: https://github.com/karrot-dev/karrot-frontend/issues/2417
767773
[#2428]: https://github.com/karrot-dev/karrot-frontend/issues/2428
768774
[#2444]: https://github.com/karrot-dev/karrot-frontend/issues/2444
@@ -774,11 +780,14 @@ After months of planning and programming, the first version of ~the foodsaving t
774780
[#2470]: https://github.com/karrot-dev/karrot-frontend/issues/2470
775781
[#2473]: https://github.com/karrot-dev/karrot-frontend/issues/2473
776782
[#2475]: https://github.com/karrot-dev/karrot-frontend/issues/2475
783+
[#2479]: https://github.com/karrot-dev/karrot-frontend/issues/2479
777784
[#2482]: https://github.com/karrot-dev/karrot-frontend/issues/2482
778785
[#2483]: https://github.com/karrot-dev/karrot-frontend/issues/2483
779786
[#2486]: https://github.com/karrot-dev/karrot-frontend/issues/2486
787+
[#2516]: https://github.com/karrot-dev/karrot-frontend/issues/2516
780788

781-
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v9.7.0...HEAD
789+
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v9.8.0...HEAD
790+
[9.8.0]: https://github.com/karrot-dev/karrot-frontend/compare/v9.7.0...v9.8.0
782791
[9.7.0]: https://github.com/karrot-dev/karrot-frontend/compare/v9.6.1...v9.7.0
783792
[9.6.1]: https://github.com/karrot-dev/karrot-frontend/compare/v9.6.0...v9.6.1
784793
[9.6.0]: https://github.com/karrot-dev/karrot-frontend/compare/v9.5.1...v9.6.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "karrot-frontend",
44
"productName": "Karrot",
5-
"version": "9.7.0",
5+
"version": "9.8.0",
66
"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.",
77
"author": "Karrot Team <[email protected]>",
88
"homepage": "https://karrot.world/",

src-cordova/config/dev/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="world.karrot.dev" version="9.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="world.karrot.dev" version="9.8.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Karrot Dev</name>
44
<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.</description>
55
<author email="[email protected]" href="https://karrot.world">

src-cordova/config/prod/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="world.karrot" version="9.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="world.karrot" version="9.8.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Karrot</name>
44
<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.</description>
55
<author email="[email protected]" href="https://karrot.world">

0 commit comments

Comments
 (0)