Releases: alejoar/factorialsucks
Releases · alejoar/factorialsucks
v2.1
Release Notes
Clock in/out multiple times in the same day(s) (as long as there is no overlap)
factorialsucks --ci 9:00 --co 14:00
factorialsucks --ci 15:00 --co 18:00
Delete all submitted shifts (for the current/selected month)
factorialsucks --reset-month
Changelog
7c51b3d Allow to clock in/out multiple times in the same day
f9c7b6c Fix reset month feedback message
d0d077a Merge tag 'v2.1'
6b3590d Reset month flag
03ee80f Update readme
414363d add update instructions to README.md
79779fb version bump
v2.0.2
Changelog
6e3a2cc Merge pull request #1 from ocarreterom/readme-update
f10fa48 Update README.md
3b966a0 Update README.md
9db5db1 add logic for until-today and today parameters
14db377 add until-today and today parameters
82ef7ad fix typo in shift struct
b31df77 update README.md
10cb938 version bump
v2.0
- Full rewrite in Golang
- Feature parity with v1
- Faster, no selenium dependency
v1.0.6
- Parity with latest Factorial HR changes.
v1.0.5
--clock-in
or -ci
optional argument
--clock-out
or -co
optional argument
v1.0.4
- Fix login error selector
- Fix leave selector
v1.0.3
- Fix connection getting stuck sometimes after log in
v1.0.2
- Fix hours css selector
- Run in headful mode (headless stopped working for some reason)
v1.0.1
- Added support for all languages available in Factorial 🌎
- Added more verbosity + a spinner so that it doesn't look like the app is standing by