Releases: budlabs/typiskt
DO NOT BREAK LINKS
Fixed an issue where if scorefile (~/.cache/typiskt/scorefile) was symlinked. the link was replaced by a regular file.
TWO YEARS OF TYPING!
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
new build process
EVERYTHING IS A FILE
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
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
fixed bug with --list
not actually listing anything.
CAT CANT COUNT
Updated dependency list, and added checkdependencies() function to address issue: #5 (thanks @kattjevfel)
TOUCH PRIDE
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
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
thanks @Foxboron on #archlinux@freenode for the pointers on how to make makefiles without looking like a complete fool.