Releases: electerious/Ackee
v2.3.0
This release adds support for Vercel and updates the included ackee-tracker which now ignores bots.
Added
- Support for Vercel (#180, thanks @elliottsj)
- Contributing guide and issue templates (#184, thanks @BetaHuhn)
Changed
ackee-trackerupdated to version 4.1.0
v2.2.0
New tools like ackee-report, ackee-bitbar and the Ackee iOS widget are build upon the powerful API of Ackee. This release makes it even easier to them by introducing permanent tokens. Permanent tokens never expire and are perfect for tools that run in the background. You can create them in the settings of Ackee and use them for authentication in Ackee-powered apps.
Added
Fixed
- Serverless function CORS headers (#175)
v2.1.1
v2.1.0
This release introduces support for serverless functions. You can now deploy Ackee to Netlify 🚀 It also reduces the memory usage and allows you to build all static files into /dist by running yarn build. Run yarn server to start the server without building those files, again. This reduces the initial startup time. yarn start combines both commands for convenience and is still the recommended way to run Ackee.
Added
- Support for serverless functions and Netlify (#155)
- Added "Deploy to Netlify" to the Get Started guide
- Build all static files into
/distby runningyarn build - Start the server without rebuilding static files using
yarn server
Changed
- Improved scrollbars on Windows (#153, thanks @Go-Merk)
Fixed
v2.0.3
v2.0.2
Added
Changed
- More relevant data on the dashboard: Ackee now shows the top data of the last 24 hours instead of last 7 days
- Heroku installation docs (#154, thanks @Go-Merk and @aleccool213)
v2.0.1
This updates improves the look of the README and adds some missing pieces of documentation.
Added
v2.0.0
The first major back-end and front-end rewrite of Ackee with new API, dashboard, active visitors counter and more. Updating is as easy as ever. Simple grab the newest version, ensure that you're using Node.js v14 or higher and start Ackee. That's it!
Added
- GraphQL API
- Overview with facts and data from all domains
- Facts card with live visitor counter, average visits and durations and the total number of visits today, this month and year
- New navigation that allows you to view stats by domain
- Keyboard shortcuts
- Switch between daily, monthly and yearly durations
- Click on a card headline to view more of this domain or insight
- Support
+srvconnection string modifier for MongoDB urls (#132, thanks @ericsandine)
Changed
- Improved performance for all aggregations
- Show stale data while loading new data
- Removed detailed durations
- Delete records of a domain when deleting a domain
- Updated the required Node.js version and Docker Node.js version to v14
- Removed "All time" and replaced it with "Last 6 months" for performance reasons
Fixed
- Sorting of yearly views
v1.7.1
v1.7.0
Added
- Filter bar to quickly change what you're viewing
- Documention website
- Browsers, devices and operating systems are now visible in the UI (thanks @RomainCscn)
- Browser and screen resolutions allow you to view width and height combined (thanks @RomainCscn)
- View the last 24 hours, 7 days, last 30 days or the top entries of all time (thanks @RomainCscn)
Changed
- API returns more entries (25 -> 30)
- Loading design in header
