Skip to content

Releases: S1mpleWind/activity-tracker

version 3.2

Choose a tag to compare

@S1mpleWind S1mpleWind released this 08 Feb 10:34

更新 / 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.bat in the directory , u can select and add auto-start apps

version 3.1

Choose a tag to compare

@S1mpleWind S1mpleWind released this 01 Feb 15:00

更新 UPDATE

  1. 更新了ML Classifier的实现
  2. 修复了由于整除导致的数据量偏差问题

  1. Updated the realization of ML classifier, using new data to train it.
  2. 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

Choose a tag to compare

@S1mpleWind S1mpleWind released this 01 Feb 09:13

version 3.0

新增特性: classifier :

  1. 基于规则的预筛选
  2. 基于fasttext训练的classifier

A NEW CHARACER : classifier

  1. Pre-classify based on paticular rules
  2. A ML classifier based on fasttext to handle other data

version 2.0

Choose a tag to compare

@S1mpleWind S1mpleWind released this 06 Dec 07:27

提升了一些逻辑

其他事项同之前的release

提升部分:

  1. 添加了内置时钟用来终止电脑熄屏时对应用的计时
  2. 退出exe时能自动停止追踪,防止额外计时

  1. Improved the logic by adding a inner 'clock' to handle the poweroff event.
  2. Automatically stop tracking when leaving .exe

version1.1

Choose a tag to compare

@S1mpleWind S1mpleWind released this 05 Dec 11:55
cb98b0a

version 1.1

修复了一些已知的bug:

  • 绘制饼状图时由于分母(总时间)小于1min而导致的除法错误,已增强鲁棒性

Fixed some known bug:

  • enhance the robusty of drawing pie chart when meeting '0' denominator.

使用指南:

  1. 下载TimeScope.exe
  2. 为他创建一个目录
  3. 运行exe,目录里会自动生成一个数据库文件

version1.0

Choose a tag to compare

@S1mpleWind S1mpleWind released this 02 Dec 09:23
0449bdb

Release1.0

直接下载并解压,点击gui.exe即可运行。

有关gui的使用请见README

当前版本不支持后台运行,仅可最小化程序;但你完全不用担心它会占用你电脑的性能:识别后台的操作每秒进行一次,每次只持续毫秒时间,且可能只占你的cpu的不到1%,同时运行内存维持在100MB以内。