Commit graph

308 commits

Author SHA1 Message Date
figsoda
c8250bb0e6 update lock file 2020-12-04 17:35:33 -05:00
figsoda
faaad03c1e bump dependencies 2020-11-30 17:56:40 -05:00
figsoda
1dc0b4154a change language tags to sh from shell 2020-11-30 17:54:16 -05:00
figsoda
fb0fcc5a92 bump lock file 2020-11-30 09:25:01 -05:00
figsoda
8b2bd547cf add changelog for v0.2.6 2020-11-28 20:01:45 -05:00
figsoda
fdd0558556 bump version 2020-11-28 20:01:16 -05:00
figsoda
e8ab93b2f9 use Timer::interval to improve readability 2020-11-28 19:05:21 -05:00
figsoda
b387397744 bump dependencies 2020-11-28 16:55:26 -05:00
figsoda
4906f547cf bump lock file 2020-11-27 17:52:24 -05:00
figsoda
f35ce970e5 improve readability with destructuring assignment 2020-11-26 11:23:38 -05:00
figsoda
e902afd34e directly mutate selection with reselect instead 2020-11-26 11:19:38 -05:00
figsoda
39f95d3eb2 rename queue_len function to len 2020-11-25 21:30:50 -05:00
figsoda
925a9f688d bump dependencies 2020-11-25 21:04:59 -05:00
figsoda
702ed2501c create select function to improve readability 2020-11-25 19:01:22 -05:00
figsoda
6cfce94c76 create queue_len function 2020-11-25 17:10:44 -05:00
figsoda
6a8c56deef fix scrolling up logic with cycle option on 2020-11-25 16:53:37 -05:00
figsoda
525abfc3b3 bump lock file 2020-11-24 21:39:31 -05:00
figsoda
1be82b3235 bump lock file 2020-11-23 23:00:18 -05:00
figsoda
0f0c3215db tweak rustfmt config 2020-11-23 15:49:53 -05:00
figsoda
3e0a0c3389 remove rustflags specification in release action 2020-11-23 14:14:04 -05:00
figsoda
ce4b2353bd bump lock file 2020-11-22 15:13:22 -05:00
figsoda
abd8f8bd09 remove OrDie trait 2020-11-22 13:51:39 -05:00
figsoda
db0d8cd110 replace coercion with type annotation 2020-11-22 13:37:48 -05:00
figsoda
bd76b76735 merge feature attributes 2020-11-22 12:26:51 -05:00
figsoda
18af408801 use as_ref to avoid unecessary copies 2020-11-22 11:01:47 -05:00
figsoda
ca8f7c9861 use box syntax to improve readability 2020-11-22 10:13:45 -05:00
figsoda
3cde76ba8a make updates immutable 2020-11-21 15:57:33 -05:00
figsoda
8e351785b0 remove unecessary frame updates when scrolling 2020-11-21 15:46:20 -05:00
figsoda
09d1224403 clean up 2020-11-21 15:42:56 -05:00
figsoda
45bc824dc4 bump lock file 2020-11-21 13:12:23 -05:00
figsoda
5baad18866 return directly from loop instead of break 2020-11-20 21:59:38 -05:00
figsoda
593f48f5bc add move keyword to async blocks 2020-11-20 21:43:49 -05:00
figsoda
3cc8e19666 add changelog for v0.2.5 2020-11-20 16:59:26 -05:00
figsoda
5a080e173f bump version 2020-11-20 16:59:03 -05:00
figsoda
5a7d520ea9 remove unecessary type annotation 2020-11-20 16:58:04 -05:00
figsoda
ad5e8e8889 update lock file 2020-11-20 16:54:33 -05:00
figsoda
7009aa8387 bump lock file 2020-11-20 14:55:47 -05:00
figsoda
238b8994c5 move block_on out of the loop 2020-11-20 12:02:56 -05:00
figsoda
f527294e28 mutate liststate instead of creating a new one 2020-11-20 11:33:42 -05:00
figsoda
bb1b47d646 create reselect function 2020-11-20 11:31:19 -05:00
figsoda
9ba732a632 create quit_search function 2020-11-20 11:24:53 -05:00
figsoda
0a1d805868 unpark main thread on resize 2020-11-20 09:47:50 -05:00
figsoda
843b3967c9 combine updates 2020-11-20 09:36:47 -05:00
figsoda
cd96fd766f add comments 2020-11-20 09:32:05 -05:00
figsoda
b488293bd3 rewrite event loop and replace channel with queue 2020-11-20 09:20:46 -05:00
figsoda
2cb4a22188 remove redundant explicit exit 2020-11-19 18:04:41 -05:00
figsoda
8510aea651 create trait OrDie to replace .unwrap_or_else(die) 2020-11-19 17:58:06 -05:00
figsoda
730b1b5393 bump lock file 2020-11-19 17:12:05 -05:00
figsoda
ae1f1f40c5 clean up 2020-11-19 17:10:03 -05:00
figsoda
ea6815c459 replace while let recv with for loop 2020-11-19 14:24:02 -05:00