0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/CHANGELOG.md

26 lines
1.0 KiB
Markdown
Raw Normal View History

2020-02-25 05:40:56 +01:00
# Changelog
### 1.0.7 - Wednesday 10 March 2020
2020-02-25 05:40:56 +01:00
- Added changelog and reminder to update to app.
- Filtering action trends graphs
2020-03-11 06:17:43 +01:00
![filtering action trends gif](https://posthog.com/wp-content/uploads/2020/03/Action-trend-filter-gif.gif)
- Exact/contains matching for URLs in actions
2020-03-11 06:17:43 +01:00
![exact/contains matching gif](https://posthog.com/wp-content/uploads/2020/03/image-2.png)
- Filtering paths by date
2020-03-11 06:17:43 +01:00
![Filtering paths by date](https://posthog.com/wp-content/uploads/2020/03/Path-by-date-gif.gif)
- Graphs show numbers
2020-03-11 06:17:43 +01:00
![graph show numbers](https://posthog.com/wp-content/uploads/2020/03/image-1.png)
- Allow multiple URLS when creating actions
2020-03-11 06:17:43 +01:00
![multiple urls when creating actions](https://user-images.githubusercontent.com/53387/76166375-54751200-615e-11ea-889f-d0ec93356cf2.gif)
- Better property filters
2020-03-11 06:17:43 +01:00
![image](https://user-images.githubusercontent.com/1727427/76364411-5831a180-62e2-11ea-81f1-f0c1832b7927.png)
2020-03-11 23:58:25 +01:00
- **API change** If you're using the trends api, filtering by action ID is deprecated in favour of `api/action/trends?action=[{"id":1}]`