Skip to content

Releases: budlabs/typiskt

DO NOT BREAK LINKS

04 Feb 10:20
cf5fa2c
Compare
Choose a tag to compare

Fixed an issue where if scorefile (~/.cache/typiskt/scorefile) was symlinked. the link was replaced by a regular file.

TWO YEARS OF TYPING!

30 Jun 17:29
Compare
Choose a tag to compare

Fixed issue where program needed a restart to account
for new size of window.

Support for --lines LINES which will set the maximium
number of preview lines. This setting can also be set
in the config file (lines=2) or environment variable
TYPISKT_LINES.

Added --details option, which will write detailed
information about the last test to a file in
~/.cache/typiskt/details.

Fixed issue with certain locales not printing the
correct value due to different decimal separator.

Added support for XDG_CACHE_HOME.

Fixed an issue where escape codes of arrow keys
could appear in the prompt in excercise mode.

NEW BUILD

24 May 18:54
d4db6bf
Compare
Choose a tag to compare

new build process

EVERYTHING IS A FILE

10 Jul 08:36
8995b4a
Compare
Choose a tag to compare

Fixed bug not allowing temporary file descriptors being used in --source and --book mode. Now this works: typiskt --book <(echo budlabs made me do it).

THIS IS A DIRECT ORDER C

05 Jul 11:27
efd9d2c
Compare
Choose a tag to compare

fixed bug ( #11 ) where words didn't get marked as wrong if space was pressed before the word was completed.

improved add-gtypist-exercises.sh so it orders the exercises from C correct, also annotated the script with some more comments. ( #10 )

NO MORE EMPTY LISTS

04 Jul 17:54
fa59fbb
Compare
Choose a tag to compare

fixed bug with --list not actually listing anything.

CAT CANT COUNT

03 Jul 10:18
3589bea
Compare
Choose a tag to compare

Updated dependency list, and added checkdependencies() function to address issue: #5 (thanks @kattjevfel)

TOUCH PRIDE

03 Jul 16:49
4f92983
Compare
Choose a tag to compare

A bug in go-md2man caused the whole manpage looking like a overthrown table, i forked go-md2man and is using my version to render this manpage. Also added options to set colors in the config. (if you installed typiskt prior to this release you may have to manually add these to the configfile)

# color of active word depending on status
# value should be an integer 0-15
# in the background tput setaf $status-color-error
# is used to generate the escape code
status-color-error = 1
status-color-correct = 2
status-color-active = 3

thanks @BachoSeven from issue #7

MORE IS ALWAYS MORE

02 Jul 21:49
bdbe436
Compare
Choose a tag to compare

systemwide configuration files are now installed to /etc/typiskt instead of /usr/share/typiskt . Reorganized the repo by moving previously embedded config files to the config/ dir, together with wordlists and wordmask.

WE ALL MAKE MISTAKES MAKING MAKE FILES

02 Jul 13:11
c81d027
Compare
Choose a tag to compare

thanks @Foxboron on #archlinux@freenode for the pointers on how to make makefiles without looking like a complete fool.