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
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,33 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## v0.11.0 - 2022-12-05
6
+
7
+
### Changes
8
+
9
+
### 🚀 Features
10
+
11
+
#### Hacker News integration
12
+
13
+
The Hacker News integration will detect any post that mentions your community in the *Top* or *Best* of Hacker News. It works for any post published after the 1st of December 2022. The post will become a community activity, and so will any comment on those posts.
14
+
15
+
- Eagle Eye optimization and Hacker News integration @joanreyero (#267)
16
+
17
+
<imgwidth="1195"alt="Screenshot 2022-12-05 at 18 28 56"src="https://user-images.githubusercontent.com/37874460/205703080-12358262-f798-49d3-9940-1757e6e2dfe4.png">
18
+
### ✨ Improvements
19
+
20
+
- Better accuracy in Eagle Eye for Hacker News suggestions @joanreyero (#267)
21
+
22
+
### 🐞 Bug Fixes
23
+
24
+
- Fix the pagination parameter when getting members from Twitter @joanreyero (#312)
25
+
- Removed the `# activities >= 1000` filter from the Organizations' *New and Active* view @joanreyero (#308)
26
+
- Sanitize the name attribute when enriching an organization with GitHub @epipav (#296)
27
+
- Fix several UX issues in the reports module @joanagmaia (#301 and #303)
28
+
- Fix rate limit handling in the Twitter integration @themarolt (#292 and #293)
29
+
- When moving a widget in a report, save its new position when it is dropped instead of moved to avoid a *too many requests error*@joanreyero (#295)
30
+
- Disable range filters in the frontend if one value is empty @joanagmaia (#290)
31
+
5
32
## v0.10.1 - 2022-11-30
6
33
7
34
### Changes
@@ -40,7 +67,6 @@ We completely overhauled our design and user experience (you may not even recogn
40
67
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.
41
68
:man-man-boy-boy: Information on represented organizations
42
69
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.
43
-
44
70
:dart: Powerful filters, sorts, and views
45
71
Our new powerful filters, sorts and views instantly help you to segment, research, and understand your community more effectively. We have included default views, for example, “slipping away” to identify valuable members that may need some extra attention or “influential” to find individuals with high reach.
46
72
@@ -90,11 +116,13 @@ This version introduces breaking API changes. While the API has vastly improved
90
116
-
91
117
-
92
118
-
119
+
-
93
120
-- When a new activity is created
94
121
-
95
122
-
96
123
-
97
124
-
125
+
-
98
126
- With some additional optional filters.
99
127
-
100
128
@@ -115,7 +143,6 @@ This version introduces breaking API changes. While the API has vastly improved
115
143
- Conversations title is now being set to first activity title when it exists. Otherwise it uses first activity body. Before it was always getting body. @joanreyero (#44)
116
144
- Twitter follow activities were generating different `sourceIds` when `onboarding:true/false`. This was causing duplicate activities on some edge cases. Now twitter follow activities generate the same `sourceIds` with fixed timestamps, independent of `onboarding:true/false`@epipav (#38)
117
145
- The dynamic endpoints were not passed to consecutive lambda runs when 15 minute time limit was reached. Endpoints are now passed to new lambdas successfully @epipav (#50)
118
-
119
146
## v0.6.0 - 2022-08-31
120
147
121
148
### Changes
@@ -130,12 +157,14 @@ This version introduces breaking API changes. While the API has vastly improved
130
157
-
131
158
-
132
159
-
160
+
-
133
161
-- comments as activities on all articles published by a DEV.to user
134
162
-
135
163
-
136
164
-
137
165
-
138
166
-
167
+
-
139
168
- This includes replies to comments.
140
169
-
141
170
@@ -149,7 +178,6 @@ This version introduces breaking API changes. While the API has vastly improved
149
178
- Fixed an error in engagement score when there are no members in the workspace. @CallmeMehdi (#7)
150
179
- Weekly summary email is now sent to all the workspace users, not just one. @epipav (#10)
0 commit comments