Skip to content

Commit cfb3d3c

Browse files
joanreyerogithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent d94bfdc commit cfb3d3c

1 file changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.10.1 - 2022-11-30
6+
7+
### Changes
8+
9+
This release introduces three new features: organizations, tasks, and notes. Furthermore, we added a bunch of bug fixes and improvements based on your feedback.
10+
11+
### :rocket: Features
12+
13+
#### Organizations
14+
15+
You can now track how organizations are adopting your community. With the organizations' list, you can have an overview of all organizations. You can also have several views and perform filtering. For each organization, there is an organization page with all its background information, a list of all the members that belong to the organization, and their activities.
16+
<img width="700" alt="Organizations" src="https://user-images.githubusercontent.com/37874460/204589538-65a46d85-ec91-488a-9b32-45f48fe53a94.png">
17+
18+
#### Tasks
19+
20+
With the new tasks feature you can create tasks related to your community members. Do you want to ask newcomers for feedback? Or influential members for some recognition? Or an unhappy member how can you make their life easier? You can orchestrate all this with your team using tasks. We support all standard to-do features, like assigning them to colleagues and setting due dates. You can read more in our [tasks docs](https://docs.crowd.dev/docs/tasks).
21+
<img width="700" alt="Tasks" src="https://user-images.githubusercontent.com/37874460/204589346-6172b211-76fc-427c-9be2-9f5859756088.png">
22+
23+
#### Notes
24+
25+
The notes module allows you to add notes to your community members. You can annotate your chats with the member and leave comments for your colleagues. Oh, and we support markdown!
26+
27+
### Bug fixes and improvements
28+
29+
The feedback has been tremendous after our open-source launch! We have spent this month working on many bug fixes and improvements to make the app better every single day.
30+
531
## v0.9.0 - 2022-10-31
632

733
### Changes
@@ -12,7 +38,6 @@ We completely overhauled our design and user experience (you may not even recogn
1238
<img width="1103" alt="Screenshot 2022-10-28 at 15 51 31" src="https://user-images.githubusercontent.com/37874460/198659098-cf43074c-1607-41a5-adf7-47635e247639.png">
1339
:bust_in_silhouette: Richer member profiles
1440
Member profiles now show you everything you need to know about an individual in one place, with even richer information on their activity history, tags, engagement level, and much more.
15-
1641
:man-man-boy-boy: Information on represented organizations
1742
We now show you the total organizations that have been identified in your community, we also update you on any new organizations that are popping up in your community, as well as show you all the active organizations (organizations where members have been active in a given time period). Expect standalone pages for organizations very soon.
1843

@@ -64,10 +89,12 @@ This version introduces breaking API changes. While the API has vastly improved
6489
- - When a new member is detected
6590
-
6691
-
92+
-
6793
- - When a new activity is created
6894
-
6995
-
7096
-
97+
-
7198
- With some additional optional filters.
7299
-
73100

@@ -77,7 +104,6 @@ This version introduces breaking API changes. While the API has vastly improved
77104
### ✨ Enhancements
78105
- Upgrade Vue from v2 to v3 @mariobalca (#15)
79106
### 🐞 Bug Fixes
80-
81107
- Fix report create/edit issues introduced on (#15) @mariobalca (#58 and #59)
82108
- Fix bug that caused automations coming from GitHub not firing @themarolt (#55)
83109
- Engagement score fix: added a check for tenants that have 0 members with activities less than a year ago. Therefore the engagement score KMeans bug is now fixed @CallmeMehdi (#46)
@@ -103,11 +129,13 @@ This version introduces breaking API changes. While the API has vastly improved
103129
-
104130
-
105131
-
132+
-
106133
- - comments as activities on all articles published by a DEV.to user
107134
-
108135
-
109136
-
110137
-
138+
-
111139
- This includes replies to comments.
112140
-
113141

@@ -120,7 +148,6 @@ This version introduces breaking API changes. While the API has vastly improved
120148
- Fixed EagleEye content filters: when filtering by more than one keyword, we are now using an *or* operation instead of an *and*. @joanreyero #9
121149
- Fixed an error in engagement score when there are no members in the workspace. @CallmeMehdi (#7)
122150
- Weekly summary email is now sent to all the workspace users, not just one. @epipav (#10)
123-
124151
## v0.5.0 - 2022-08-25
125152

126153
### Changes

0 commit comments

Comments
 (0)