Releases: electerious/Ackee
Releases · electerious/Ackee
v1.4.3
Added
- Simply deploy to Heroku by clicking one button (#72, thanks @aleccool213)
ACKEE_ALLOW_ORIGIN
option for Heroku or other Platforms-As-A-Service (#73, thanks @aleccool213)
v1.4.2
v1.4.1
Added
- Related modules in README
Changed
- Click a Twitter link to see who tweeted the link
v1.4.0
v1.3.0
Added
- Average and detailed durations
Changed
- Links now open in a new tab with
rel="noopener"
Fixed
- Remove username and password before logging MongoDB connection URI (#50)
- Horizontal scroll on pages with vertical scroll (#52)
- Large numbers in chart view overlapping bars
- "Last 7 days" now shows last 7 days instead of 8
- Title for "Unique site views"
- CORS headers in documentation
- Data fetched twice when navigating in UI
- Abort old fetch calls when they're triggered again
v1.2.0
Added
- Top and recent languages
- Comparison bars for "Views per page"
Changed
- Top and recent pages in a dedicated view
- Hover recent referrers to see the date
- Improved URL normalization for cleaner URLs in "Views per page" and "Referrers"
- Improved logging of errors in the server log
- Improved menu on small screens
- Reset state after pressing "Reload Ackee" in the error overlay to recover from bugs caused by a faulty state
v1.1.0
⚠️ All options / environment variables have been renamed. They're now starting withACKEE_
to avoid collisions with other tools. Please update your options accordingly.
Added
- "Views per page" shows you the top 25 pages of a domain with the most views
- More documentation and FAQ
- Comparison bar behind items in the referrer list
- Normalize
siteLocation
before storing it in the database
Changed
- "Total views" => "Total page views"
- "Unique views" => "Unique site views"
/domains/:domainId/views
response contains a new type
Fixed
- Login not working because environment variables already in use (#45)
v1.0.0
Added
- Everything