Skip to content

Releases: alejoar/factorialsucks

v2.1

29 Apr 19:07
Compare
Choose a tag to compare

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

25 Aug 09:39
Compare
Choose a tag to compare

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.1

24 May 16:24
Compare
Choose a tag to compare

Changelog

347209a Fix issue when retrieving period ID
8961ce6 Merge branch 'master' of https://github.com/alejoar/factorialsucks into master
fb4e203 add homebrew install to readme

v2.0

13 Apr 16:34
Compare
Choose a tag to compare
  • Full rewrite in Golang
  • Feature parity with v1
  • Faster, no selenium dependency

v1.0.6

21 Nov 13:25
Compare
Choose a tag to compare
  • Parity with latest Factorial HR changes.

v1.0.5

20 Aug 11:17
Compare
Choose a tag to compare
  • --clock-in or -ci optional argument
  • --clock-out or -co optional argument

v1.0.4

24 Jul 17:09
Compare
Choose a tag to compare
  • Fix login error selector
  • Fix leave selector

v1.0.3

26 May 15:02
Compare
Choose a tag to compare
  • Fix connection getting stuck sometimes after log in

v1.0.2

05 Jan 13:34
Compare
Choose a tag to compare
  • Fix hours css selector
  • Run in headful mode (headless stopped working for some reason)

v1.0.1

06 Dec 13:34
Compare
Choose a tag to compare
  • 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