Commit Graph

106 Commits

Author SHA1 Message Date
Johannes Wünsche 475d46eac7
(cargo-release) version 0.6.0 2022-01-15 18:33:38 +01:00
Johannes Wünsche 2dc208d8c5
Upgrade dependencies 2022-01-15 18:23:33 +01:00
Johannes Wünsche 72f84f4438
Merge pull request #10 from gyscos/master
- Update to cursive 0.3.0
2022-01-14 11:04:12 +01:00
Alexandre Bury e3505e120e Update for cursive-core 0.3.0 2022-01-12 14:13:52 -05:00
Johannes Wünsche 94a1bf79d2
Remove badges from Cargo.toml 2021-06-16 15:35:56 +02:00
Johannes Wünsche 0ec86a94fb
Remove travis & Update README 2021-06-16 13:03:12 +02:00
Johannes Wünsche 8c2360e963
(cargo-release) start next development iteration 0.5.1-alpha.0 2021-03-03 13:46:37 +01:00
Johannes Wünsche 1b080c3c5f
(cargo-release) version 0.5.0 2021-03-03 13:46:08 +01:00
Johannes Wünsche c92384b480
Update dependencies 2021-01-21 16:25:08 +01:00
Johannes Wünsche a4db99bd71
Merge pull request #8 from gyscos/master
Update to cursive-core 0.2
2021-01-21 14:03:56 +01:00
Johannes Wünsche dc423018dd
Clippy lints & fmt 2021-01-21 14:01:43 +01:00
Johannes Wünsche 1ac280e73a
Update crossbeam to 0.8 2021-01-21 13:58:13 +01:00
Alexandre Bury 1f21fc064d Update to cursive-core 0.2 2021-01-18 20:47:37 -08:00
Johannes Wünsche 3e10f3f4ae
(cargo-release) start next development iteration 0.4.1-alpha.0 2020-07-02 18:05:41 +02:00
Johannes Wünsche de967ad344
(cargo-release) version 0.4.0 2020-07-02 18:05:11 +02:00
Johannes Wünsche c77c31c3b3
Update examples and tests 2020-07-02 17:56:59 +02:00
Johannes Wünsche b19afc237b
Update to cursive_core 2020-07-02 17:18:09 +02:00
Johannes Wünsche 7a7528ea28
(cargo-release) start next development iteration 0.3.5-alpha.0 2020-06-13 21:16:53 +02:00
Johannes Wünsche 5e5744ca9a
(cargo-release) version 0.3.4 2020-06-13 21:16:19 +02:00
Johannes Wünsche 4060fe651d
Remove Send constrained in AsyncProgressView
This constraint was part of an earlier restriction which required the views to be sendable. We worked around this by now. So it's just a leftove; can
be removed.
2020-06-12 13:49:25 +02:00
Johannes Wünsche 18d1de60e5
(cargo-release) start next development iteration 0.3.4-alpha.0 2020-03-25 14:40:21 +01:00
Johannes Wünsche 9f09927682
(cargo-release) version 0.3.3 2020-03-25 14:39:28 +01:00
Johannes Wünsche b3e6e72cb3
Fix possible panic in AsyncProgressView 2020-03-25 14:36:15 +01:00
Johannes Wünsche f40dc4347b
Change refreshing of error animations
They will now be terminated as soon as the View get's dropped
2020-03-25 14:11:18 +01:00
Johannes Wünsche 4eb2e65abd
(cargo-release) start next development iteration 0.3.3-alpha.0 2020-03-24 17:25:57 +01:00
Johannes Wünsche 21028acf09
(cargo-release) version 0.3.2 2020-03-24 17:24:45 +01:00
Johannes Wünsche 6ac0a79069
Fix panic when view or cursive recv gets dropped
The user will receive a warning informing that the data could not be send, as we can't handle a dead receiver on the other side.

Includes clippy lints
2020-03-24 17:13:06 +01:00
Fin Christensen 70299f2a71
(cargo-release) start next development iteration 0.3.2-alpha.0 2020-03-20 10:03:50 +01:00
Fin Christensen d016ef3aa7
(cargo-release) version 0.3.1 2020-03-20 10:03:20 +01:00
Fin Christensen cd44e3c4eb
Update dependencies 2020-03-20 10:03:10 +01:00
Fin Christensen c3a76ba21f
Update README.md 2020-01-30 17:55:21 +01:00
Fin Christensen 2f89dd1c39
(cargo-release) start next development iteration 0.3.1-alpha.0 2020-01-19 13:59:26 +01:00
Fin Christensen aa24506e66
(cargo-release) version 0.3.0 2020-01-19 13:58:33 +01:00
Fin Christensen cc11efbe48
Merge pull request #2 from gyscos/master
Update cursive to 0.14.0
2020-01-19 13:57:25 +01:00
Fin Christensen cc3e3239b8
Merge branch 'master' into master 2020-01-19 13:57:13 +01:00
Johannes Wünsche e501c0a0d2
(cargo-release) start next development iteration 0.2.2-alpha.0 2020-01-18 19:09:05 +01:00
Johannes Wünsche 4d5d80c4ff
(cargo-release) version 0.2.1 2020-01-18 19:03:53 +01:00
Johannes Wünsche eac01b11b1
Bump cursive to 0.14 2020-01-18 18:48:28 +01:00
Alexandre Bury 4ddeea6221 Update cursive to 0.14.0 2020-01-17 17:07:11 -08:00
Fin Christensen 1a9216aa44
Add Spacemacs badge 2019-11-06 18:16:01 +01:00
Fin Christensen 44454b9dd6
(cargo-release) start next development iteration 0.2.1-alpha.0 2019-10-05 17:25:20 +02:00
Fin Christensen 4c2e3cd066
(cargo-release) version 0.2.0 2019-10-05 17:24:42 +02:00
Fin Christensen ca0cd1a8d8
Merge pull request #1 from deinstapel/feature/no-more-threads-for-you
Merge branch `feature/no more threads for you` into `origin/master`
2019-10-05 17:16:49 +02:00
Johannes Wünsche 31d4bd5dc2
Remove duplicate Changelog 2019-10-04 20:20:17 +02:00
Johannes Wünsche bb7d34c07c
Add Migration AsyncProgressView 2019-10-04 17:10:45 +02:00
Fin Christensen 63ce1dcd9b
Add changelog notice to readme 2019-10-04 16:06:21 +02:00
Fin Christensen 5f7db63cd2
Extend changelog a bit 2019-10-04 14:32:10 +02:00
Johannes Wünsche d428273f9a
Add Changelog 2019-10-04 13:59:26 +02:00
Fin Christensen 1bd1b9c061
Adjust gif size to better fit readme 2019-10-04 12:07:54 +02:00
Fin Christensen 0aa741919b
Rerender examples to gifs for readme 2019-10-04 12:06:58 +02:00