Commit graph

746 commits

Author SHA1 Message Date
dependabot-preview[bot]
6e1fc58406 Bump crossterm from 0.17.6 to 0.17.7
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.17.6 to 0.17.7.
- [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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-14 11:01:51 +02:00
Stephan Dilly
18f3bd981d min rect size for commit popup (fixes #179) 2020-07-14 09:42:55 +02:00
Stephan Dilly
dc5911de20 dont send noop GitNotification into app 2020-07-12 14:45:12 +02:00
Stephan Dilly
1afa91b144 show tags in commit details popup (closes #193) 2020-07-12 14:38:38 +02:00
Stephan Dilly
f4e2b7c6c0 update changes title right away 2020-07-12 14:38:18 +02:00
Stephan Dilly
315cf615e0
Async tag fetching (#195) 2020-07-12 13:21:34 +02:00
Stephan Dilly
a84ae0950c add_to_ignore failed on files without a newline at EOF (closes #191) 2020-07-10 11:25:00 +02:00
ImgBotApp
658bb72d59 [ImgBot] Optimize images
*Total -- 6,791.98kb -> 3,275.88kb (51.77%)

/assets/newlines.gif -- 100.34kb -> 6.63kb (93.39%)
/assets/vi_support.gif -- 685.20kb -> 134.60kb (80.36%)
/assets/spinner.gif -- 267.20kb -> 60.63kb (77.31%)
/assets/cmdbar.gif -- 278.36kb -> 121.63kb (56.31%)
/assets/screenshots/s02-revert.png -- 944.00kb -> 420.81kb (55.42%)
/assets/binary_diff.png -- 63.88kb -> 31.17kb (51.2%)
/assets/screenshots/s03-commit.png -- 1,001.72kb -> 491.67kb (50.92%)
/assets/screenshots/s00-diff.png -- 1,034.90kb -> 510.97kb (50.63%)
/assets/light-theme.png -- 756.01kb -> 417.72kb (44.75%)
/assets/screenshots/s01-log.png -- 1,571.65kb -> 999.73kb (36.39%)
/assets/logo.png -- 25.07kb -> 18.21kb (27.36%)
/assets/perf_compare.jpg -- 63.63kb -> 62.10kb (2.4%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-07-10 09:18:24 +02:00
Stephan Dilly
cbd75110b7 add error handling on potential error in ignore (#191) 2020-07-10 09:08:36 +02:00
Stephan Dilly
fc142b4604 fix crashes in revlog with utf8 commit messages (closes #188) 2020-07-10 08:55:43 +02:00
Stephan Dilly
4f731f6acc fix opening relative paths in external edtiro (closes #184) 2020-07-09 17:47:38 +02:00
Stephan Dilly
49d99c502c pprof update (fixes #172) 2020-07-09 09:25:04 +02:00
Stephan Dilly
0f13ecc54e inline 2020-07-09 09:20:59 +02:00
Stephan Dilly
cb3b968e3a fix cutting commit msg in between utf8 clusters (#188) 2020-07-09 08:51:31 +02:00
Stephan Dilly
7995519383 cargo update 2020-07-08 20:25:29 +02:00
dependabot-preview[bot]
d559a531b9 Bump backtrace from 0.3.49 to 0.3.50
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.49 to 0.3.50.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.49...0.3.50)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-08 20:17:37 +02:00
Stephan Dilly
0d09071c0a cleanup 2020-07-08 20:05:28 +02:00
Stephan Dilly
540997c177 error if file to be opened in external editor will not be found (#184) 2020-07-08 19:47:25 +02:00
Stephan Dilly
abe3b48d47 add twitter badge 2020-07-08 18:52:12 +02:00
Stephan Dilly
535b0cd103 little more documentation 2020-07-08 00:00:17 +02:00
Stephan Dilly
083e06c57c fix: in revlog dont allow arrow-right when commit-details not open 2020-07-07 13:26:08 +02:00
Stephan Dilly
23fc0d9e59 pre release 2020-07-07 13:05:09 +02:00
Stephan Dilly
a11713ee18 docs 2020-07-07 13:02:41 +02:00
Stephan Dilly
1cd74ad02e fix messing up users terminal after opening file in vi (related to #173) 2020-07-07 12:53:17 +02:00
Stephan Dilly
0fd8a0e7e0 update changes 2020-07-07 12:50:00 +02:00
Jon Grythe Stødle
52f31adb98 Add command to edit selected file in editor
Pressing `e` while looking at a file in the _Status_ view will launch an external editor with the current file opened. The editor chosen is determined by the default logic introduced in #114.

An improvement to this in the future could be launching at the specific line at which the _Diff_ view is focused, but that seems to require a change in `FileDiff` which is a change bigger than this PR.

Fixes #166
2020-07-07 12:42:01 +02:00
Stephan Dilly
b9ec27d89c fix newline visualization in commit msg editor (closes #169) 2020-07-07 12:33:32 +02:00
Stephan Dilly
26f734c57d fixed bin file size diff on untracked files (closes #171) 2020-07-07 09:42:34 +02:00
Stephan Dilly
02bd22d3b3 fix crash diffing stash created on cmd line (closes #178) 2020-07-07 09:10:10 +02:00
Stephan Dilly
59d93d7c23 cargo update 2020-07-06 21:18:37 +02:00
Stephan Dilly
8c5b2b3774 switch deprecated transitive dependency net2->socket2 - crossterm update (closes #66) 2020-07-06 21:18:14 +02:00
Stephan Dilly
e4e61d87f6 fix symbolic link 2020-07-06 20:01:15 +02:00
Stephan Dilly
dd31496da9 new version of invalidstring containing the LICENSE 2020-07-06 19:55:15 +02:00
Stephan Dilly
5c33e97a69 add missing license file 2020-07-06 19:46:08 +02:00
Stephan Dilly
0856a0914b cargo update 2020-07-06 09:16:13 +02:00
dependabot-preview[bot]
2719694b8e Bump chrono from 0.4.11 to 0.4.12
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.11 to 0.4.12.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.11...v0.4.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 08:51:44 +02:00
Stephan Dilly
2c53c09487 make release 2020-07-06 08:35:05 +02:00
Stephan Dilly
4351b891a9 missing changelog entry 2020-07-04 23:07:39 +02:00
Stephan Dilly
05c2e2ab49 prepare for release 2020-07-04 20:35:55 +02:00
Stephan Dilly
de7f48f88e show placeholder popup when waiting for external editor #157 2020-07-04 20:22:55 +02:00
Stephan Dilly
7016f17a34 typo 2020-07-04 18:18:38 +02:00
Stephan Dilly
a33db8d3de cache branchname lookup (closes #159) 2020-07-04 18:12:54 +02:00
Stephan Dilly
715c1794d6 fix clippy for when pprof is off 2020-07-04 16:54:30 +02:00
Stephan Dilly
8f1a1a008a fix windows pprof build 2020-07-04 16:24:51 +02:00
Stephan Dilly
972f071fe4 visuals in changelog 2020-07-04 16:07:32 +02:00
Stephan Dilly
e63ae022f6 dont use pprof on windows 2020-07-04 15:59:32 +02:00
Stephan Dilly
23d61b4ab2 fix link for CI 2020-07-04 15:47:06 +02:00
Stephan Dilly
bfda870933 fix panic when cursor is OOB after closing editor with shorter msg 2020-07-04 15:44:24 +02:00
Stephan Dilly
756c124b68 hide cursor again after external editor closes (fixes #168) 2020-07-04 15:40:52 +02:00
Stephan Dilly
313f5586b0 todo 2020-07-04 15:38:46 +02:00