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

Commit d0dcca6

Browse files
committed
Merge remote-tracking branch 'origin/master' into quasar-2-second-try
2 parents 56ff00b + 8858c71 commit d0dcca6

File tree

5 files changed

+357
-351
lines changed

5 files changed

+357
-351
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Please document your changes in this format:
2222

2323
## [Unreleased]
2424

25+
## [9.8.1] - 2022-03-25
26+
### Fixed
27+
- fix username pattern matching @nicksellen [#2520]
28+
2529
## [9.8.0] - 2022-03-23
2630
### Added
2731
- add @-mentions @nicksellen [#2407] [#2479] [#2516]
@@ -785,8 +789,10 @@ After months of planning and programming, the first version of ~the foodsaving t
785789
[#2483]: https://github.com/karrot-dev/karrot-frontend/issues/2483
786790
[#2486]: https://github.com/karrot-dev/karrot-frontend/issues/2486
787791
[#2516]: https://github.com/karrot-dev/karrot-frontend/issues/2516
792+
[#2520]: https://github.com/karrot-dev/karrot-frontend/issues/2520
788793

789-
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v9.8.0...HEAD
794+
[Unreleased]: https://github.com/karrot-dev/karrot-frontend/compare/v9.8.1...HEAD
795+
[9.8.1]: https://github.com/karrot-dev/karrot-frontend/compare/v9.8.0...v9.8.1
790796
[9.8.0]: https://github.com/karrot-dev/karrot-frontend/compare/v9.7.0...v9.8.0
791797
[9.7.0]: https://github.com/karrot-dev/karrot-frontend/compare/v9.6.1...v9.7.0
792798
[9.6.1]: https://github.com/karrot-dev/karrot-frontend/compare/v9.6.0...v9.6.1

src-cordova/config/dev/config.xml

+1-1
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.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">
2+
<widget id="world.karrot.dev" version="9.8.1" 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

+1-1
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.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">
2+
<widget id="world.karrot" version="9.8.1" 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)