Stephan Dilly
de80601bf4
Push progress
...
closes #267
2020-09-06 17:48:14 +02:00
Stephan Dilly
17de5a900c
Test push progress ( #272 )
2020-09-04 09:08:29 +02:00
Stephan Dilly
56959e6596
do not highlight selection in diff when not focused ( closes #270 )
2020-09-02 11:11:17 +02:00
Stephan Dilly
d179b6bb8b
changelog
2020-09-02 02:16:27 +02:00
Stephan Dilly
7d1e3643b1
support push to origin ( #266 )
...
* use vendored ssl
2020-09-02 02:08:41 +02:00
Stephan Dilly
08f6735d99
remove unneded linux build deps
2020-09-01 01:49:19 +02:00
Stephan Dilly
e5c38e8d4a
revert clipboard feature on linux to fix static linux binary build ( #261 )
2020-09-01 01:36:38 +02:00
Stephan Dilly
9be119a2f0
reorder
2020-08-30 12:09:06 +02:00
Stephan Dilly
8f44c12b64
fix pre-release flag
2020-08-29 19:05:07 +02:00
Stephan Dilly
d0ac0a3063
fix missing changes to CD pipeline for clipboard stuff
2020-08-29 18:55:14 +02:00
Stephan Dilly
a12692a045
support pre-releses
2020-08-29 18:50:19 +02:00
Stephan Dilly
ca49bbd627
release 0.10 ( #252 )
2020-08-29 14:20:19 +02:00
Stephan Dilly
4907e8b727
new 'create branch' popup ( #254 )
...
closes #253
2020-08-29 14:15:06 +02:00
Stephan Dilly
7da34eb3e4
switch more missing places to use new keyconfig
2020-08-29 12:43:32 +02:00
Stephan Dilly
19177ec9bb
simplify key bindings further
2020-08-29 00:24:34 +02:00
Stephan Dilly
5445594018
fix amend due to blind clippy warning refactoring ( closes #250 )
2020-08-28 23:57:06 +02:00
Stephan Dilly
726928b7ba
fix logging
2020-08-28 23:54:45 +02:00
Stephan Dilly
40e9194b5d
fix wrong hunk highlighting after arrow-down
at end of diff ( closes #249 )
2020-08-28 18:53:01 +02:00
Stephan Dilly
aa1bf4fded
fix "add hunk" using "revert hunk" key in command bar
2020-08-28 18:43:13 +02:00
Stephan Dilly
425963ca58
Scrollbar in diff ( #251 )
...
closes #204
2020-08-28 18:19:44 +02:00
Stephan Dilly
2401293b66
Rust1.46 and nightly ci ( #246 )
2020-08-28 10:52:24 +02:00
Stephan Dilly
53f333f4ca
isolate scrolllist widget further
2020-08-27 22:41:09 +02:00
Stephan Dilly
80da95b6f5
cleanup commit message line encodings to fix rendering commit msg ( closes #245 )
2020-08-27 01:10:38 +02:00
Stephan Dilly
0e9fdfcaa2
fix key config of resetting hunk ( closes #244 )
2020-08-27 00:03:57 +02:00
Stephan Dilly
59377c7a91
clippy fix and make perf warnings to errors
2020-08-26 19:18:57 +02:00
Stephan Dilly
1a5a121b33
small cleanups
2020-08-26 18:53:50 +02:00
Stephan Dilly
098873809f
fix config paths ( closes #243 ) and reword some docs
2020-08-26 18:37:13 +02:00
Stephan Dilly
55e83a58b9
update changelog
2020-08-26 18:32:01 +02:00
Antonio Yang
a95ffd7bcc
Customize key binds ( #234 )
...
* customizable key config
* provide example vim key config
* automatically show correct key binding in bottom cmd-bar
2020-08-26 18:23:53 +02:00
dependabot-preview[bot]
d8bd4721ef
Bump rayon-core from 1.7.1 to 1.8.0
...
Bumps [rayon-core](https://github.com/rayon-rs/rayon ) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.1...rayon-core-v1.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26 00:31:45 +02:00
dependabot-preview[bot]
81f8777b1c
Bump ron from 0.6.0 to 0.6.1
...
Bumps [ron](https://github.com/ron-rs/ron ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/ron-rs/ron/releases )
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ron-rs/ron/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26 00:09:41 +02:00
dependabot-preview[bot]
64eebb5aca
Bump git2 from 0.13.8 to 0.13.10
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.13.8 to 0.13.10.
- [Release notes](https://github.com/rust-lang/git2-rs/releases )
- [Commits](https://github.com/rust-lang/git2-rs/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26 00:09:23 +02:00
Stephan Dilly
91d7070f34
casing
2020-08-19 22:44:11 +02:00
Stephan Dilly
d2561d61ca
added changelog
2020-08-19 21:47:34 +02:00
Christoph Rüßler
bc23270951
Add multiple selection in diff view ( #231 )
...
* Add multiple selection in diff view
* Copy selection to clipboard in diff view
* Show error message if copy to clipboard fails
- Draw `msg` after `inspect_commit_popup` to make sure the error message
is visible
- Move `try_or_popup!` to `utils`
2020-08-19 21:02:19 +02:00
Stephan Dilly
c8ae3b8eae
Cleanup cd now that win builds again
2020-08-19 00:06:23 +02:00
Stephan Dilly
b8aba5bd5e
Cleanup ci now that win works again
2020-08-19 00:05:00 +02:00
Stephan Dilly
4f2e20ea1b
changelog update
2020-08-18 21:48:59 +02:00
dr-BEat
ce8d79855d
Fix Command::new behaviour on windows
2020-08-18 21:28:55 +02:00
Stephan Dilly
99dad5c8ef
disable choco wsl installer again
2020-08-17 21:15:10 +02:00
Stephan Dilly
aed102ce8e
disable fail fast
2020-08-17 21:02:11 +02:00
Stephan Dilly
2d3b4a08eb
try with wsl install again
2020-08-17 20:59:57 +02:00
dependabot-preview[bot]
5e12608b65
Bump clap from 2.33.2 to 2.33.3
...
Bumps [clap](https://github.com/clap-rs/clap ) from 2.33.2 to 2.33.3.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 04:46:44 -07:00
dependabot-preview[bot]
16f302aaad
Bump chrono from 0.4.13 to 0.4.15
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.13 to 0.4.15.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.13...v0.4.15 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 04:46:20 -07:00
Stephan Dilly
08581263c2
try without wsl install
2020-08-13 01:47:43 +02:00
Stephan Dilly
3242f5f576
revert
2020-08-11 21:28:08 +02:00
Stephan Dilly
377dfd1a08
try wsl
2020-08-11 21:06:03 +02:00
dependabot-preview[bot]
6dd80f73ac
Bump serde from 1.0.114 to 1.0.115
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.114 to 1.0.115.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-11 19:22:35 +02:00
Stephan Dilly
613e697407
update changelog for #208
2020-08-09 09:14:10 +02:00
Christoph Rüßler
1a90fd365f
Add scrolling to commit message in details
...
- Manually wrap commit message using `textwrap`
Closes #181
2020-08-08 19:42:02 +02:00