Skip to content

Releases: pirsch-analytics/pirsch

Release 1.13.0

22 Feb 23:09
Compare
Choose a tag to compare

You need to update the schema by running the v1.13.0.sql migration script!

  • changed the default session max age from two hours to 15 minutes (you can keep two hours by setting the TrackerConfig.SessionMaxAge option)
  • added page views to statistics (including relative views and growth)
  • added "today" to growth rates, if it's within period (visitors, sessions, bounces, views)
  • added average session duration per day
  • added session duration growth to analyzer
  • added time spent on page statistics
  • updated dependencies
  • updated referrer blacklist
  • updated Safari User-Agent versions

Release 1.12.2

11 Feb 20:31
Compare
Choose a tag to compare
  • added absolute number of bounces to page visitor statistics
  • updated dependencies

Release 1.12.1

06 Feb 13:08
Compare
Choose a tag to compare
  • added total visitor count, relative visitors, and bounce rate to page visitor statistics
  • fixed sorting page visitor statistics

Release 1.12.0

05 Feb 16:36
5b48b2e
Compare
Choose a tag to compare

You need to update the schema by running the v1.12.0.sql migration script!

  • database indices optimization
  • always save language and country codes in lowercase
  • test refactorings
  • updated dependencies

Release 1.11.1

31 Jan 14:15
Compare
Choose a tag to compare
  • added relative visitor count to Analyer.PageVisitors

Release 1.11.0

29 Jan 23:15
db98c51
Compare
Choose a tag to compare
  • updated dependencies
  • updated referrer blacklist
  • map Android referrers to app name and icon from the Google Play Store
  • added bounce rate per referrer

Release 1.10.7

25 Jan 18:45
Compare
Choose a tag to compare
  • fixed RunAtMidnight not firing

Release 1.10.6

19 Jan 21:48
Compare
Choose a tag to compare
  • fixed filtering referrers if the hostname cannot be parsed

Release 1.10.5

17 Jan 15:19
Compare
Choose a tag to compare
  • accept non-url referrers (like for utm_source)

Release 1.10.4

16 Jan 21:42
Compare
Choose a tag to compare
  • added source and utm_source as referrer URL parameters
  • updated referrer spam list
  • updated dependencies