File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- version : v0.11.0
1+ version : v0.12.1
22
33platforms :
44 - name : Windows
55 assets :
66 - title : Installer
77 description : " (recommended)"
8- url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0 /activitywatch-v0.11.0 -windows-x86_64-setup.exe
8+ url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1 /activitywatch-v0.12.1 -windows-x86_64-setup.exe
99 - title : .zip
10- url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0 /activitywatch-v0.11.0 -windows-x86_64.zip
10+ url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1 /activitywatch-v0.12.1 -windows-x86_64.zip
1111 - title : Chocolatey
1212 url : https://chocolatey.org/packages/activitywatch
1313
1414 - name : Linux
1515 assets :
1616 - title : .zip
17- url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0 /activitywatch-v0.11.0 -linux-x86_64.zip
17+ url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1 /activitywatch-v0.12.1 -linux-x86_64.zip
1818 - title : AUR
1919 description : " , for Arch Linux and Manjaro"
2020 url : https://aur.archlinux.org/packages/activitywatch-bin/
@@ -23,10 +23,10 @@ platforms:
2323 assets :
2424 - title : .dmg
2525 description : " (recommended)"
26- url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0 /activitywatch-v0.11.0 -macos-x86_64.dmg
26+ url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1 /activitywatch-v0.12.1 -macos-x86_64.dmg
2727 - type : zip
2828 title : .zip
29- url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.11.0 /activitywatch-v0.11.0 -macos-x86_64.zip
29+ url : https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.1 /activitywatch-v0.12.1 -macos-x86_64.zip
3030 - title : Homebrew
3131 url : https://formulae.brew.sh/cask/activitywatch
3232
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
2+
13from datetime import datetime , timezone , timedelta
24from pathlib import Path
35import re
You can’t perform that action at this time.
0 commit comments