forked from Countly/countly-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
76 lines (53 loc) · 3.01 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
12.09
* Added localization support. All the pages have translations in the
following languages: Chinese, Dutch, French, German, Italian, Japanese,
Spanish and Turkish (https://www.transifex.com/projects/p/countly/).
* Added city level location information to countries view. City level
location information is available only for the country selected in
timezone configuration of an application.
* Added ghost graphs for all the 6 time graphs on the dashboard view. A
light gray graph will represent the previous period. For instance if "30
days" is selected, ghost graph will show the stats for the previous 30
days.
* Added current month to the available time buckets.
* Optimized total user calculation for date ranges other than current
year, month and day which already show the absolute number.
12.08
* Added custom event support. Each event has a key as well as a count and
an optional sum property. There can be unlimited number of segmentation
keys for an event.
* Added help mode. After activated from the sidebar under Management >
Help, certain items in the interface show a small descriptive text when
hovered on.
* Added option to re-order applications listed in the sidebar.
* Added option to select a single day from the date picker. When a single
day is selected hourly data for that day is displayed.
* Optimized dashboard refresh process. While refreshing the dashboard, only
the data for the current day is requested from the read API. Current day
data is merged into the existing data which is fetched the first time
user logs in to the dashboard.
* Fixed active application and selected date reset problem after a hard
page reload. Active application and selected date are stored in
localStorage until user logs out.
12.07
* Added platforms view under analytics section.
* Added app versions view under analytics section and API is modified
accordingly to handle _app_version metric.
* Added summary bars to device view to show top platform, top platform
version and top resolution.
* Added reset data option to manage apps screen. Global admin can reset
the data stored for any application.
* Added timestamp (UTC UNIX timestamp) parameter to the write API. If
provided, the event is recorded with the given time instead of current
time.
* Fixed application delete bug that prevented app_users collection to be
cleared. app_id field is added to app_users collection.
* Fixed JSON escape issue for the read API when device name, carrier name
etc. contained a single quote.
12.06
* Added user management support. A user can be created as a global admin to
manage & view all apps or can be assigned to any application as an
admin or user. An admin of an application can edit application settings.
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.