0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/CHANGELOG.md

99 lines
2.9 KiB
Markdown
Raw Normal View History

2020-02-25 05:40:56 +01:00
# Changelog
2020-04-01 13:35:36 +02:00
### 1.0.10 - Wednesday 1 April 2020
- Users can now be identified directly from Trend Graphs
![users in trend graph](https://posthog.com/wp-content/uploads/2020/03/usersintrends.gif)
- Added demo data to new instances of /demo
2020-04-01 16:40:48 +02:00
![demo data copy](https://posthog.com/wp-content/uploads/2020/03/HogFlix.png)
2020-04-01 13:35:36 +02:00
- Built a Helm Chart for PostHog
2020-04-01 16:40:48 +02:00
- Ordering is now by timestamp instead of id
2020-04-01 13:35:36 +02:00
2020-04-01 16:40:48 +02:00
- Fixed typing errors
- Fixed funnels not working if order was set incorrectly
- Avoided team leakage of person properties
- Fixed live actions error that resulted in opening multiple events
2020-04-01 13:35:36 +02:00
2020-03-25 11:35:31 +01:00
### 1.0.9 - Wednesday 25 March 2020
- Stickiness now shown on Trend Graph
![stickiness](https://posthog.com/wp-content/uploads/2020/03/stickiness-gif.gif)
- Funnel builder changes
![funnel builder](https://posthog.com/wp-content/uploads/2020/03/newfunnel.gif)
- Changed 'Add event property filter' to 'Filter events by property'.
- Added drop down to all filters for event properties
![filters](https://posthog.com/wp-content/uploads/2020/03/Posthog-23.png)
- Added '_isnot' and 'does not contain' to properties filters
![doesnotcontain](https://posthog.com/wp-content/uploads/2020/03/isnotdoesnotcontain.gif)
- Moved API key to it's own box
- Various performance updates
- Bug fixes
2020-03-18 19:16:12 +01:00
### 1.0.8.2 - Wednesday 18 March 2020
- Fixes bug where events wouldn't be filtered under /person or /action.
2020-03-18 13:08:36 +01:00
### 1.0.8 - Wednesday 18 March 2020
- Moved actions into /event submenu
![moved action](https://posthog.com/wp-content/uploads/2020/03/Posthog-3.png)
2020-03-18 13:08:48 +01:00
2020-03-18 13:08:36 +01:00
- Improved Actions Creation
2020-03-18 13:11:25 +01:00
2020-03-18 13:08:36 +01:00
![improved actions creation](https://posthog.com/wp-content/uploads/2020/03/newtoolbar.gif)
- Delete user data
2020-03-18 13:11:25 +01:00
2020-03-18 13:08:36 +01:00
![delete user data](https://posthog.com/wp-content/uploads/2020/03/Posthog-4.png)
- Various performance improvements
2020-03-18 13:17:06 +01:00
- Bug fixes
- Turbolinks: Support for navigating between pages with the toolbar open
### 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}]`