blob: 92daa17b2ceca995c1227b10f52142f9de3f20b9 (
plain) (
blame)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
shopno-os-log-sync (1.0.1) shopno; urgency=medium
[ Waishnav Deore ]
* Initial commit
[ Waishnav ]
* initializing project with bare minimal features
* log_files(implementing new approach) | so some changes in report_creation
* updating executable file and added function in time_operation module
* sorting app usage on the basis of screen-time
* completed week overview feature
[ Waishnav Deore ]
* Update README.md
* Update install.bash
[ Waishnav ]
* fixing issues in install-systemd.bash
[ Waishnav Deore ]
* Update README.md
[ Parth ]
* Updated watcher
[ Waishnav ]
* exception handling in watcher executable file
[ Waishnav Deore ]
* Update README.md
[ Waishnav ]
* (xprofile) | changing aproach to install/run watch_log script | adding install uninstall script
* fixing issue in install file
* fixing issue in watch_log | occurs is file doesn't exist
* sourcing .xprofile in install script
[ Waishnav Deore ]
* Update install
[ Waishnav ]
* resolving conflict in install file for those who still using systemd service
* issue resolved : watch_log stoped working after 24:00
* issue resolved : watch_log stoped working after 24:00
* changing approach to problem occured at 24:00 clock | added prompt in install script
* changing approach to problem occured at 24:00 clock
* error fixed in time_differnece
* sourcing .xprofile from .xinitrc at beginining of file
* removing conflict with previous version of watcher about sourcing xprofile from xinitrc
* improvised append_line function
[ Ethan M. Lee ]
* switch to python3 in shebang
[ Waishnav ]
* #Issue7 resolved time_difference error
* Ubuntu error solved of getting active window;
* updating log file algorithm | added AFK feature | changing dependency xdotool to ewmh
* updating install | updating bin according to new function names
* refactoring some function
* updating installation guide in README.md
* fixing typo | changing some time.sleep() values so that low CPU will consume
* aborting realtime-stats feature due to heavy RAM consumption so log-files get updated at event (when user changes window)
* Removing EWMH module as a dependancy (causing more RAM consumption over the time)
* fixing typo
* adding -s option to start watch_log function | active_window function updated to reduce error to get home-screen
* adding AFK condition if there is any video playback running in background (for pulseaudio) | changing value for more accuracy
* Adding option of custom date and custom week to get users usage
* added two commands -ds -y and -ws -pw
* removing error of 3 min timeout due to AFK | updating acitve_window_title function
* AFK closed_at variable error if date got change
[ augustin64 ]
* Update get_windows.py
[ Waishnav ]
* updated algorithm | update csv at every second
* removed outdated comment
* compensating error value changed
* changed function according to 2.0 analysis function
* export python script for watcher v1.2 version csv files
[ Ujjwal R ]
* shebang line updated, readme updated
[ Om Thakare ]
* Added CONTRIBUTING.md (#23)
[ Waishnav ]
* cleaning documentation stuffs | making it pure dev-branch for v2.0
* updating CONTRIBUTING.md adding website-info
[ Vaishnav Deore ]
* Update Readme for hactoberfest
[ Waishnav ]
* github-linguist update languages
* shifting website branch to its own repo
[ Pawan Patil ]
* fix : v2.0 Issue to avoid replication of data as day changed
* fix: Change directory from 'raw_data' to 'daily_data'
[ Waishnav ]
* making easy to installation link using curl
* changed some variable names
* Error in installtion
* Error in installtion solved
[ Vaishnav Deore ]
* resolving conflict
[ Waishnav ]
* unknown file added bymistaken
[ AnilMandliya ]
* [./install] BugFix. The script was recursively calling itself
-- Mubashshir <ahm@jadupc.com> Wed, 22 Mar 2023 16:06:19 +0600
shopno-os-log-sync (1.0.0) shopno; urgency=medium
* Initial Release
-- Mubashshir <ahm@jadupc.com> Wed, 15 Mar 2023 17:15:35 +0600
|