You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-3Lines changed: 30 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,32 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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.
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).
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
+
5
31
## v0.9.0 - 2022-10-31
6
32
7
33
### Changes
@@ -12,7 +38,6 @@ We completely overhauled our design and user experience (you may not even recogn
12
38
<imgwidth="1103"alt="Screenshot 2022-10-28 at 15 51 31"src="https://user-images.githubusercontent.com/37874460/198659098-cf43074c-1607-41a5-adf7-47635e247639.png">
13
39
:bust_in_silhouette: Richer member profiles
14
40
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
-
16
41
:man-man-boy-boy: Information on represented organizations
17
42
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.
18
43
@@ -64,10 +89,12 @@ This version introduces breaking API changes. While the API has vastly improved
64
89
-- When a new member is detected
65
90
-
66
91
-
92
+
-
67
93
-- When a new activity is created
68
94
-
69
95
-
70
96
-
97
+
-
71
98
- With some additional optional filters.
72
99
-
73
100
@@ -77,7 +104,6 @@ This version introduces breaking API changes. While the API has vastly improved
77
104
### ✨ Enhancements
78
105
- Upgrade Vue from v2 to v3 @mariobalca (#15)
79
106
### 🐞 Bug Fixes
80
-
81
107
- Fix report create/edit issues introduced on (#15) @mariobalca (#58 and #59)
82
108
- Fix bug that caused automations coming from GitHub not firing @themarolt (#55)
83
109
- 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
103
129
-
104
130
-
105
131
-
132
+
-
106
133
-- comments as activities on all articles published by a DEV.to user
107
134
-
108
135
-
109
136
-
110
137
-
138
+
-
111
139
- This includes replies to comments.
112
140
-
113
141
@@ -120,7 +148,6 @@ This version introduces breaking API changes. While the API has vastly improved
120
148
- Fixed EagleEye content filters: when filtering by more than one keyword, we are now using an *or* operation instead of an *and*. @joanreyero#9
121
149
- Fixed an error in engagement score when there are no members in the workspace. @CallmeMehdi (#7)
122
150
- Weekly summary email is now sent to all the workspace users, not just one. @epipav (#10)
0 commit comments