Commit Graph

63 Commits

Author SHA1 Message Date
EdJoPaTo
cf496f0a24 ci: update actions 2022-04-28 01:00:09 +02:00
EdJoPaTo
2588662ff8 docs(readme): add screenshot 2022-03-08 15:37:42 +01:00
EdJoPaTo
d228f439f1 refactor(lint): specify must_use more often 2022-02-26 13:57:22 +01:00
EdJoPaTo
07a5e90158 build: v0.8.1 2022-02-06 21:17:35 +01:00
Nicholas Roller
7ff37c6227 feat: Adding toggle (#8)
* feat: Adding toggle

* Update src/lib.rs

Return unneded

Co-authored-by: EdJoPaTo <github@edjopato.de>

Co-authored-by: EdJoPaTo <github@edjopato.de>
2022-02-06 21:13:29 +01:00
EdJoPaTo
c50c0329d9 build: v0.8.0 2022-01-30 14:42:45 +01:00
EdJoPaTo
fc45460038 ci(rust): improve workflow 2022-01-30 14:40:44 +01:00
EdJoPaTo
6793cb7628 build: update tui to v0.17 2022-01-30 14:39:01 +01:00
EdJoPaTo
4a94f6ec5e build(cargo): improve metadata 2022-01-19 14:28:14 +01:00
EdJoPaTo
2421ba4a89 ci(rust): improve workflow 2022-01-19 14:27:03 +01:00
EdJoPaTo
6b91f900e2 ci: run weekly checks on saturday 2022-01-19 14:23:34 +01:00
EdJoPaTo
1722aa02b7 fix(lint): prevent linter hint 2022-01-19 13:48:14 +01:00
EdJoPaTo
f0bbd09603 refactor: export as flat hierarchy
BREAKING CHANGE: no more exported modules.
Everything is on the main export now.
2021-10-24 03:38:00 +02:00
EdJoPaTo
8e5a57bd8e ci(rust): improve workflow 2021-10-24 03:21:43 +02:00
EdJoPaTo
9f463b70d1 ci(coverage): create code coverage 2021-10-24 03:21:43 +02:00
EdJoPaTo
0659a5ae6f refactor(lint): adapt to future lints 2021-10-24 03:21:43 +02:00
EdJoPaTo
b201b73345 build: v0.7.0 2021-08-09 08:18:05 +02:00
EdJoPaTo
8dc7d0d40b ci(rust): improve workflow 2021-08-09 08:09:14 +02:00
EdJoPaTo
00bde7473d ci(dependabot): improve config 2021-08-09 07:57:33 +02:00
EdJoPaTo
b1c87ee597 build(cargo): improve metadata 2021-08-09 07:56:59 +02:00
EdJoPaTo
c886ee542e build(cargo): update tui to 0.16 2021-08-09 07:54:44 +02:00
EdJoPaTo
de79f19b82 refactor: simpify string repeat 2021-06-13 09:29:23 +02:00
EdJoPaTo
127c3c2345 ci(rust): improve clippy arguments 2021-06-13 09:26:51 +02:00
EdJoPaTo
5f62e19f54 chore(cargo): reorder Cargo.toml 2021-06-13 09:25:10 +02:00
EdJoPaTo
f8408d666d ci(actions): check weekly for still working dependencies 2021-05-25 19:32:12 +02:00
EdJoPaTo
7b0a1ca240 ci(actions): also allow non-clippy unknown-lints 2021-05-13 11:23:14 +02:00
EdJoPaTo
8e1f0438e5 ci(actions): use matrix specific clippy args 2021-05-13 11:20:33 +02:00
EdJoPaTo
cc12c96c36 ci(actions): only warn on not yet specified lints 2021-05-13 10:30:38 +02:00
EdJoPaTo
0cafdbb6e4 ci(actions): improve rust workflow 2021-05-13 10:17:02 +02:00
EdJoPaTo
b268c7c3eb ci(dependabot): improve config 2021-05-13 10:11:36 +02:00
EdJoPaTo
15fbc26617 refactor(clippy): adapt to new lints 2021-05-13 09:24:54 +02:00
EdJoPaTo
45083fc332 refactor: prefer turbofish 2021-05-13 09:18:42 +02:00
EdJoPaTo
3aa5060d31 chore: v0.6.0 2021-05-03 10:58:08 +02:00
EdJoPaTo
be51a568d0 chore(cargo): update to tui v0.15 2021-05-03 10:57:15 +02:00
EdJoPaTo
d64e262db6 chore: v0.5.0 2021-05-01 14:22:07 +02:00
Joey Ezechiëls
8c43147be8 Improve API (#3)
* Introduce TreeItem::{child, child_mut}() accessors
* Add docstrings for TreeState::{open, close}()
2021-05-01 14:18:37 +02:00
EdJoPaTo
fef66b4b5b ci(actions): do release build 2021-04-30 11:20:13 +02:00
EdJoPaTo
1bdca46b4b ci(actions): improve rust workflow 2021-04-30 11:09:48 +02:00
EdJoPaTo
8344fe213a chore(license): also specify license as a file 2021-04-08 21:55:58 +02:00
EdJoPaTo
cf31797e86 refactor: impl method returns Self 2021-04-01 09:05:05 +02:00
EdJoPaTo
d5798982d1 ci(actions): libraries dont have lock files 2021-03-03 18:23:38 +01:00
EdJoPaTo
156da663f3 ci(actions): dont try to check windows
tests are done with terminion which is -nix only
2021-03-03 18:14:38 +01:00
EdJoPaTo
c627c8a07a ci(actions): improve rust workflow
- use cargo action over run

- run clippy and test on all OS

- remove caches
  caches dont improve speed that much (about a minute better?)
  and might lead to side effects (happened)
2021-03-03 18:08:43 +01:00
EdJoPaTo
39b76af827 ci(dependabot): improve commit message prefix 2021-03-03 18:06:14 +01:00
EdJoPaTo
9069bd7486 chore: v0.4.0 2021-02-13 09:53:37 +01:00
EdJoPaTo
075eb052a3 feat: add TreeState get_offset() 2021-02-13 09:49:35 +01:00
EdJoPaTo
5e5ef7972a chore(dependabot): improve config 2021-02-13 09:49:00 +01:00
EdJoPaTo
2237106124 chore(actions): update 2021-02-13 09:48:13 +01:00
EdJoPaTo
3f5e936337 chore: v0.3.0 2021-01-04 11:57:05 +01:00
EdJoPaTo
c0fc1be040 chore(cargo): update tui to 0.14
BREAKING CHANGE: requires tui 0.14
2021-01-04 11:56:48 +01:00