diff options
author | 2023-03-22 16:12:18 +0600 | |
---|---|---|
committer | 2023-03-22 16:12:18 +0600 | |
commit | 695623e4f60f7937e53cd3be0c921ff40edaca82 (patch) | |
tree | 1a9797ac66da7851a9e71c2e9d2f810358c4ab06 /debian/changelog | |
parent | 42b578cd0cd4335d26e20bb1905680eee94f8dda (diff) | |
download | shopno-os-log-sync-695623e4f60f7937e53cd3be0c921ff40edaca82.tar.gz shopno-os-log-sync-695623e4f60f7937e53cd3be0c921ff40edaca82.zip |
Debianize watcher
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..92daa17 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,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 |