Skip to content

Releases: electerious/Ackee

v2.1.0

24 Oct 10:26
Compare
Choose a tag to compare

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 /dist by running yarn build
  • Start the server without rebuilding static files using yarn server

Changed

  • Improved scrollbars on Windows (#153, thanks @Go-Merk)

Fixed

  • Reduce high memory usage by building files in a different step (#170)
  • Show only active records in visitor counter (#161)
  • Labels in modals sometimes not clickable because of invalid ids

v2.0.3

20 Sep 14:01
Compare
Choose a tag to compare

Fixed

  • Invalid value error (#165)

v2.0.2

20 Sep 11:37
Compare
Choose a tag to compare

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

16 Aug 14:07
Compare
Choose a tag to compare

This updates improves the look of the README and adds some missing pieces of documentation.

Added

v2.0.0

15 Aug 13:48
Compare
Choose a tag to compare

UI of Ackee

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 +srv connection 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

15 May 18:33
5e4159d
Compare
Choose a tag to compare

Added

  • Instructions for using Helm (#109, thanks @suda)
  • Instructions for using systemd (#112, thanks @LickABrick)
  • Instructions on how to update when hosting on Heroku (#107, thanks @ckipp01)

v1.7.0

19 Apr 12:44
3f92c59
Compare
Choose a tag to compare

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

v1.6.1

25 Mar 08:56
27509fc
Compare
Choose a tag to compare

Fixed

  • Origin header check for multiple hosts (#84, thanks @jaryl)

v1.6.0

06 Mar 13:01
6393198
Compare
Choose a tag to compare

Added

  • Switch between daily, monthly and yearly views
  • ACKEE_ALLOW_ORIGIN now supports multiple domains (#79 #82, thanks @jaryl)

Improved

  • JS error handling with React error boundary

Fixed

  • Loading indicator when the sizes-view is loading
  • Catch errors when the sizes-view throws an error

v1.5.0

16 Feb 14:12
a852cd7
Compare
Choose a tag to compare

Added

  • Ackee can track detailed data (optional) and now shows more of them in the "Detailed"-menu