Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
osoner committed Jun 17, 2013
2 parents 9f9fd8c + 2b7d27a commit c2154b5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
13.06

* Added session durations view that shows users categorized into predefined
session duration buckets.
session duration buckets. User is categorized into one of 0-10 seconds,
11-30 seconds, 31-60 seconds, 1-3 minutes, 3-10 minutes, 10-30 minutes,
30-60 minutes or > 1 hour according to this session duration (accessible
from Engagement > Session durations)

* Added resolutions view that shows detailed device resolution data for
new and all users.
* Added resolutions view that shows detailed device resolution data
(width and height) for new and all users using two pie charts (accessible
from Analytics > Resolutions).

* Added cluster mechanism to api.js to fork itself according to number of
cores in the server in order to increase utilisation. This can also be
Expand All @@ -16,11 +20,22 @@

* Added individual event key deletion to event configuration modal.

* Improved and optimized update mechanism during dashboard navigation.
* Improved and optimized update mechanism during dashboard navigation.
Navigation is now much more smoother.

* Added a script (bin/geoip-updater.sh) to fetch and update geoip data.
* Added a script (bin/geoip-updater.sh) to fetch and update geoip data.
Running this script will update country and city database from Maxmind
database.

* Various performance and visual improvements to Events view.

* Added switch to turn off or change session_duration limit of 120 seconds
in api/config.js (session_duration_limit).

* Added host configuration to both app.js and api.js configuration files
(/frontend/express/config.js and /api/config.js) to make it possible to
run dashboard and application on different servers (defaults to localhost)


12.12

Expand Down Expand Up @@ -124,4 +139,4 @@
A user of an application can only view analytics for that application
and cannot edit its settings.

* Added csfr protection to all methods provided through app.js.
* Added csfr protection to all methods provided through app.js.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,17 @@ Contains seperate helper js files for each data visualization. For example `cou
####3. api/api.js

Countly write and read API. Waits for write requests from the mobile SDKs and read requests from the
Countly js helpers. Refer to [Countly Server API Reference](http://support.count.ly/kb/reference/countly-server-api-reference) for details.

##Which mobile operating systems are supported?
Countly offers integration with world's leading mobile operating systems: Android, iOS, Windows Phone and Blackberry.
Countly js helpers. Refer to [Countly Server API Reference](http://count.ly/resources/reference/server-api) for details.

##How can I help you with your efforts?
Glad you asked. We need ideas, feedbacks and constructive comments. All your suggestions will be taken care with upmost importance.

We are on [Twitter](http://twitter.com/gocountly) and [Facebook](http://www.facebook.com/Countly) if you would like to keep up with our fast progress!

##Home

[http://count.ly](http://count.ly "Countly")
##Links

##Community & support
* [Countly web page](http://count.ly)
* [Countly support](http://support.count.ly)
* [Resources and documentation](http://count.ly/resources)
* [Packages on Sourceforge for direct download](http://sf.net/projects/countly)

[http://support.count.ly](http://support.count.ly "Countly Support")

0 comments on commit c2154b5

Please sign in to comment.