Commit Graph

98 Commits

Author SHA1 Message Date
Stephan Dilly
1f674ac2c3 actually cache target folder 2020-11-07 23:21:30 +01:00
dependabot-preview[bot]
34fc28b49f Bump anyhow from 1.0.33 to 1.0.34
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.33 to 1.0.34.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.33...1.0.34)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-03 07:56:43 +01:00
Denis Maximov
cad40d17ee
feat: xclip fallback for linux with xsel #352 (#390)
closes #352
2020-11-01 01:22:03 +01:00
Florian Wilkens
21b7513f48
Remove ui::style::ColorDef in favor up tui::style::Color (#391)
Closes #149.
2020-10-31 12:26:30 +01:00
Stephan Dilly
42d4609c41 update to dirs-next and remove migration code 2020-10-25 18:28:52 +01:00
dependabot-preview[bot]
acccbfa08a Bump rayon-core from 1.8.1 to 1.9.0
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.8.1 to 1.9.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.8.1...rayon-core-v1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-25 02:01:01 +02:00
dependabot-preview[bot]
5fb144a354 Bump crossbeam-channel from 0.4.4 to 0.5.0
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.4.4...crossbeam-channel-0.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12 09:00:53 +02:00
Christoph Rüßler
04bd45e641 Use helper binary for clipboard access (#262)
Use `clip` on Windows, `pbcopy` on MacOX, `xclip` on Linux.

- Remove dependency on `clipboard`
- Remove feature `clipboard`
2020-10-10 23:31:40 +02:00
dependabot-preview[bot]
26ce124ed9 Bump crossterm from 0.17.7 to 0.18.0
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.17.7 to 0.18.0.
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/compare/0.17.7...0.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-08 12:51:31 +02:00
Richard Menzies
93168639fe
Bump tui: 0.9 -> 0.12 (#289) 2020-10-08 09:56:36 +02:00
dependabot-preview[bot]
e34e783bb2 Bump anyhow from 1.0.32 to 1.0.33
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.32 to 1.0.33.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.32...1.0.33)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-07 09:39:36 +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
ca49bbd627
release 0.10 (#252) 2020-08-29 14:20:19 +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
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
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
Stephan Dilly
fd6776cee7 try fixing CD 2020-07-30 00:41:06 +02:00
Stephan Dilly
ddd11156c6 prep release 2020-07-29 22:37:50 +02:00
Jon Grythe Stødle
b89ec94066 Bump dirs to version 3.0 2020-07-29 21:10:45 +02:00
dependabot-preview[bot]
079f0457e9 Bump anyhow from 1.0.31 to 1.0.32
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.31 to 1.0.32.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.31...1.0.32)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 10:25:10 +02:00
Stephan Dilly
23fc0d9e59 pre release 2020-07-07 13:05:09 +02:00
Stephan Dilly
05c2e2ab49 prepare for release 2020-07-04 20:35:55 +02:00
Stephan Dilly
8f1a1a008a fix windows pprof build 2020-07-04 16:24:51 +02:00
Stephan Dilly
e63ae022f6 dont use pprof on windows 2020-07-04 15:59:32 +02:00
Stephan Dilly
0a24c2c9b0 add profiling feature 2020-07-04 14:59:30 +02:00
Stephan Dilly
6b52b60280 added badges 2020-06-23 12:24:57 +02:00
Stephan Dilly
76e52cc7a2 show file size diff for binary files (#141) 2020-06-22 20:01:04 +02:00
Stephan Dilly
9c2a31846c version bump 2020-06-15 12:18:45 +02:00
Stephan Dilly
97dc800f2c version bump 2020-06-09 18:06:56 +02:00
Stephan Dilly
b7a104df56 version bump 2020-06-01 23:33:35 +02:00
Stephan Dilly
4de0e52418
Support more commands (#101)
closes #83
2020-06-01 22:02:40 +02:00
Stephan Dilly
c396b84658 make clap dep a little less heavy 2020-05-31 01:44:26 +02:00
Stepan Henek
f143f09ad8 replaces GITUI_LOGGING env variable by -l or --gitui-logging cmdline arguments using clap 2020-05-28 09:20:58 +02:00
Stephan Dilly
a2e17e0982 release prep 2020-05-25 16:21:53 +02:00
Mehran Kordi
4c17660956
anyhow integration (closes #77) 2020-05-23 17:12:38 +02:00
Stephan Dilly
37aa67f8a4 some dep updates 2020-05-22 12:44:17 +02:00
dependabot-preview[bot]
e1e8f5744d
Bump ron from 0.5.1 to 0.6.0
Bumps [ron](https://github.com/ron-rs/ron) from 0.5.1 to 0.6.0.
- [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/compare/v0.5.1...v0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-22 07:58:16 +00:00
Stephan Dilly
cdbed764ed version bump 2020-05-20 12:01:46 +02:00
Mehran Kordi
4ec1a4e94b
Implement color themes #65 (closes #28) 2020-05-19 20:19:30 +02:00
Stephan Dilly
d43a7ad255 prep new release 2020-05-18 22:44:09 +02:00
dependabot-preview[bot]
7ced688c12 Bump simplelog from 0.7.6 to 0.8.0
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.6 to 0.8.0.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.7.6...v0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 14:30:44 +02:00
Stephan Dilly
6723789189 bump version once more, have to yank 0.2.4 of asyncgit 2020-05-16 20:21:08 +02:00
Stephan Dilly
86c7e649f2 prep release 2020-05-16 20:18:33 +02:00
Stephan Dilly
3611a43b3e bumop version 2020-05-12 14:12:01 +02:00
Stephan Dilly
5f08bd61e6 next version 2020-05-10 14:25:44 +02:00
Stephan Dilly
0e8d0e7f01 version bump 2020-05-05 13:55:41 +02:00
Stephan Dilly
1db1f00302
Log view (#41) 2020-05-05 13:47:21 +02:00
Stephan Dilly
c72678d367 remove unused dep 2020-04-30 16:16:22 +02:00
Stephan Dilly
adede8db5c untabbify 2020-04-30 16:08:43 +02:00