Releases: S1mpleWind/activity-tracker
Releases · S1mpleWind/activity-tracker
Release list
version 3.2
更新 / UPDATE
增加后台运行/托盘化/启动自动运行
- 关闭窗口后可以在系统托盘看到
- 点击运行文件夹里的
auto_setup.bat,可以选择并添加到启动应用
Increased the function of running in the system tray / auto starting
- When turning off the window this time , the exe will still run in the tray mode
- by running the
auto_setup.batin the directory , u can select and add auto-start apps
version 3.1
更新 UPDATE
- 更新了ML Classifier的实现
- 修复了由于整除导致的数据量偏差问题
- Updated the realization of ML classifier, using new data to train it.
- Fixed one known bug of time count missing, which is caused by the accumulating effect of exact division operation (//)
Full Changelog: 2.0...3.1
version 3.0
version 3.0
新增特性: classifier :
- 基于规则的预筛选
- 基于
fasttext训练的classifier
A NEW CHARACER : classifier
- Pre-classify based on paticular rules
- A ML classifier based on
fasttextto handle other data
version 2.0
提升了一些逻辑
其他事项同之前的release
提升部分:
- 添加了内置时钟用来终止电脑熄屏时对应用的计时
- 退出exe时能自动停止追踪,防止额外计时
- Improved the logic by adding a inner 'clock' to handle the poweroff event.
- Automatically stop tracking when leaving .exe
version1.1
version 1.1
修复了一些已知的bug:
- 绘制饼状图时由于分母(总时间)小于1min而导致的除法错误,已增强鲁棒性
Fixed some known bug:
- enhance the robusty of drawing pie chart when meeting '0' denominator.
使用指南:
- 下载TimeScope.exe
- 为他创建一个目录
- 运行exe,目录里会自动生成一个数据库文件
version1.0
Release1.0
直接下载并解压,点击gui.exe即可运行。
有关gui的使用请见README
当前版本不支持后台运行,仅可最小化程序;但你完全不用担心它会占用你电脑的性能:识别后台的操作每秒进行一次,每次只持续毫秒时间,且可能只占你的cpu的不到1%,同时运行内存维持在100MB以内。