Skip to content

Commit f658734

Browse files
joanreyerogithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 68287d6 commit f658734

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

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

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

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+
<img width="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+
532
## v0.10.1 - 2022-11-30
633

734
### Changes
@@ -40,7 +67,6 @@ We completely overhauled our design and user experience (you may not even recogn
4067
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.
4168
:man-man-boy-boy: Information on represented organizations
4269
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-
4470
:dart: Powerful filters, sorts, and views
4571
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.
4672

@@ -90,11 +116,13 @@ This version introduces breaking API changes. While the API has vastly improved
90116
-
91117
-
92118
-
119+
-
93120
- - When a new activity is created
94121
-
95122
-
96123
-
97124
-
125+
-
98126
- With some additional optional filters.
99127
-
100128

@@ -115,7 +143,6 @@ This version introduces breaking API changes. While the API has vastly improved
115143
- 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)
116144
- 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)
117145
- 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-
119146
## v0.6.0 - 2022-08-31
120147

121148
### Changes
@@ -130,12 +157,14 @@ This version introduces breaking API changes. While the API has vastly improved
130157
-
131158
-
132159
-
160+
-
133161
- - comments as activities on all articles published by a DEV.to user
134162
-
135163
-
136164
-
137165
-
138166
-
167+
-
139168
- This includes replies to comments.
140169
-
141170

@@ -149,7 +178,6 @@ This version introduces breaking API changes. While the API has vastly improved
149178
- Fixed an error in engagement score when there are no members in the workspace. @CallmeMehdi (#7)
150179
- Weekly summary email is now sent to all the workspace users, not just one. @epipav (#10)
151180
## v0.5.0 - 2022-08-25
152-
153181
### Changes
154182

155183
- Bumped up version to match pre-OSS version.

0 commit comments

Comments
 (0)