Commit Graph

239 Commits

Author SHA1 Message Date
sqshq 60603a07b7 Update formatting 2019-09-19 20:06:47 -04:00
Alexander Lukyanchikov 4e35a050d6
Update README.md 2019-09-14 11:06:58 -04:00
Alexander Lukyanchikov c9d15c68a8
Merge pull request #63 from Ivan-Marquez/feature/console-tests
feature/console-tests
2019-09-10 13:20:33 -04:00
Ivan Marquez 63a1a94fe7 DOC: removes comments from constants
Removed comments from constants due that their names are already self descriptive.
2019-09-10 11:19:41 -04:00
Ivan Marquez 7f47791c7b DOC: adds doc comments to exported functions
Adds comments to console.go exported functions.
2019-09-09 20:46:30 -04:00
Ivan Marquez 9ac1601463 DOC: adds descriptive comments to exported types and functions
Comments for palette.go exported types and functions.
2019-09-09 20:11:22 -04:00
Ivan Marquez cb55f19565 WIP: console package tests (palette)
53% code coverage.
2019-09-09 11:59:37 -04:00
Ivan Marquez 44f9ba7441 WIP: console package tests (palette)
20% code coverage.
2019-09-07 20:46:58 -04:00
Alexander Lukyanchikov bafa0963ec
Merge pull request #59 from sqshq/fix_percentage_calculation_for_arbitrary_min_value
Fix gauge percentage calculation for the case when min value is not zero
2019-08-25 00:13:35 -04:00
sqshq b45b3882b0 fix gauge percentage calculation for the case when min value is not zero 2019-08-25 00:05:10 -04:00
Alexander Lukyanchikov cec214dc0d
Merge pull request #58 from sqshq/fix_segfalt_for_newlines_in_asciibox
Support newlines in asciibox
2019-08-24 09:23:24 -04:00
sqshq ec6694ad17 support newlines in asciibox 2019-08-24 09:15:07 -04:00
Alexander Lukyanchikov 423e50e3f2
Merge pull request #56 from sqshq/cleanup_escape_codes
Cleanup escape codes for regular and interactive shell sampling
2019-08-23 23:00:22 -04:00
sqshq 9c00af5e50 cleanup escape codes for regular and interactive shell sampling 2019-08-23 22:33:34 -04:00
Alexander Lukyanchikov 5b0b2291d2
Update download links to 1.0.3 2019-08-18 13:40:19 -04:00
sqshq a086d99bf2 1.0.3 2019-08-18 13:11:30 -04:00
Alexander Lukyanchikov 3ccf0333ac
Merge pull request #42 from sqshq/fix_triggers_for_textboxes_and_asciiboxes
Fix triggers functionality for textboxes and asciiboxes
2019-08-18 12:26:01 -04:00
sqshq 63bc5a0a3c Fix triggers functionality for textboxes and asciiboxes 2019-08-18 12:18:30 -04:00
Alexander Lukyanchikov 5eb260b432
Update README.md 2019-08-11 22:14:37 -04:00
Alexander Lukyanchikov c6f6e7c719
Update README.md 2019-08-11 22:11:40 -04:00
Alexander Lukyanchikov 461319718a
Update README.md 2019-08-11 21:54:59 -04:00
Alexander Lukyanchikov 3cf59d82ed
Update README.md 2019-08-11 00:29:26 -04:00
Alexander Lukyanchikov ee14b34d9f
Update README.md 2019-08-11 00:28:00 -04:00
sqshq d83502ac49 support and assistance text added 2019-08-07 08:18:33 -04:00
sqshq 64ca638350 added sudo 2019-08-07 01:08:47 -04:00
sqshq 7ba7a3075b README and status bar text update for 1.0.2 2019-08-07 00:37:58 -04:00
sqshq f9eb4db3fc replace intro and status bar text 2019-08-06 22:34:12 -04:00
sqshq c816f9c817 switch to GPLv3 2019-08-06 22:33:48 -04:00
Alexander Lukyanchikov a78d1540fb
Merge pull request #26 from sqshq/first_run_license_validation
Issue with first run license validation
2019-08-05 21:48:56 -04:00
sqshq dc76d2314b fixed an issue with first run license validation, tests added 2019-08-05 21:39:52 -04:00
Alexander Lukyanchikov 890f7461ab
Merge pull request #25 from 0xflotus/patch-1
did you mean 'interactive'?
2019-08-05 17:46:39 -04:00
0xflotus d5eed6f206
did you mean 'interactive'? 2019-08-05 23:17:57 +02:00
Alexander Lukyanchikov 7b6315a07a minor documentation improvement 2019-08-04 22:49:27 -04:00
Alexander Lukyanchikov e1e6eb0538
Minor documentation update 2019-08-04 20:38:12 -04:00
Alexander Lukyanchikov 93e05d6b74
Update README with libasound2 details, get rid of sudo in install commands 2019-08-04 17:36:04 -04:00
Alexander Lukyanchikov 11650b96d7
Added a note regarding missing libasound library for Linux 2019-08-04 17:13:06 -04:00
sqshq 1cb988ba24 update install commands to 1.0.1 2019-08-04 01:24:55 -04:00
sqshq 8cd54658eb 1.0.1 2019-08-04 00:57:25 -04:00
Alexander Lukyanchikov 195b9dfb45
Merge pull request #13 from sqshq/linux_user_home_fix
Fix user home directory for linux to work on both ubuntu and centos, without loosing cross-compilation support
2019-08-04 00:56:17 -04:00
sqshq edc4ab7ba4 use same ways to get homedir for both linux and macOS 2019-08-04 00:48:46 -04:00
sqshq 551e3f029a fix user home directory for linux to work on both ubuntu and centos, without loosing cross-compilation support 2019-08-04 00:24:05 -04:00
Alexander Lukyanchikov 5c5281683f
Merge pull request #12 from sqshq/allow-no-sound-mode
Allow no-sound mode in case of audio player creation error
2019-08-03 18:11:27 -04:00
Alexander Lukyanchikov dd6077d6a6
Merge pull request #11 from sqshq/config_validation_for_absent_sample_script
Address crash reports: added validation to return user-friendly error if sampling script is not specified
2019-08-03 17:55:33 -04:00
sqshq 36f684133c allow no-sound mode in case of audio player creation error 2019-08-03 17:54:41 -04:00
sqshq eca0536680 address crash reports: added validation to return user-friendly error if sampling script is not specified 2019-08-03 17:38:56 -04:00
Alexander Lukyanchikov 929dbdc848
Merge pull request #10 from sqshq/float_parse_for_decimal_comma
Fixed the issue with decimal comma parsing
2019-08-03 17:24:01 -04:00
sqshq 04f50ea149 fix tests on CI 2019-08-03 17:14:49 -04:00
sqshq 5b1c615740 debug tests on CI 2019-08-03 17:03:46 -04:00
sqshq 5e9668c2e4 fixed the issue with decimal comma parsing, tests added 2019-08-03 16:50:41 -04:00
Alexander Lukyanchikov 0a88bd3727
Add homebrew install instruction for macOS 2019-08-03 08:28:58 -04:00