extrawurst
b495425b16
fix changelog
2022-11-19 18:19:21 +01:00
extrawurst
5495e9bec3
fix building asyncgit alone
2022-11-19 17:48:56 +01:00
extrawurst
425e9f091c
bump versions (prepare for release)
2022-11-19 17:44:05 +01:00
extrawurst
7efa225f31
fix lints
2022-11-19 17:39:18 +01:00
extrawurst
5c191b9cf3
upgrade textwrap
2022-11-19 17:39:18 +01:00
dependabot[bot]
b693d33c32
Bump clap from 4.0.25 to 4.0.26
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.0.25 to 4.0.26.
- [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/compare/v4.0.25...v4.0.26 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 17:11:30 +01:00
extrawurst
9cfad7b1d0
fix win ci
2022-11-19 17:11:05 +01:00
dependabot[bot]
c6e7a55fbf
Bump clap from 4.0.23 to 4.0.25
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.0.23 to 4.0.25.
- [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/compare/v4.0.23...v4.0.25 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 07:19:06 +01:00
extrawurst
c67c2cf622
cargo sort
2022-11-14 16:08:42 +01:00
extrawurst
c03a220990
nightly clippy fix
2022-11-14 15:04:48 +01:00
extrawurst
6b9a91f17d
Edit file from file tree ( #1430 )
...
* allow edit file from any StatusTreeComponent
2022-11-14 15:01:34 +01:00
extrawurst
b6ed33037e
upgrade clap
2022-11-14 14:57:30 +01:00
extrawurst
fbab49b858
changelog updates
2022-11-14 14:12:16 +01:00
Alexandru Macovei
0f9389c284
display commit description in addition to hash in file view ( #1380 )
2022-11-14 14:09:15 +01:00
extrawurst
45d850e8ca
fix new clippy warnings
2022-11-14 14:06:43 +01:00
dependabot[bot]
5430a4d21d
Bump chrono from 0.4.22 to 0.4.23
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.22 to 0.4.23.
- [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.22...v0.4.23 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 13:52:23 +01:00
dependabot[bot]
5876d617ff
Bump pprof from 0.10.1 to 0.11.0
...
Bumps [pprof](https://github.com/tikv/pprof-rs ) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/tikv/pprof-rs/releases )
- [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tikv/pprof-rs/commits )
---
updated-dependencies:
- dependency-name: pprof
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 09:43:58 +01:00
dependabot[bot]
dbe5a37372
Bump env_logger from 0.9.1 to 0.9.3
...
Bumps [env_logger](https://github.com/env-logger-rs/env_logger ) from 0.9.1 to 0.9.3.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases )
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.9.1...v0.9.3 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 09:43:31 +01:00
dependabot[bot]
2579d6bd6a
Bump once_cell from 1.15.0 to 1.16.0
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 08:29:17 +01:00
Alexandru Macovei
e371153034
Report failure to copy to clipboard ( #1410 )
...
* (refactor) move copy_commit_hash from revlog into commitlist, and make fewer functions public in commitlist
* (refactor) reduce duplication in commit copying code; use already-stored commits instead of looking up items
* (clipboard) actually check subprocess exit status, and report failure instead of ignoring it
* (commitlist) display popup with copy failure instead of exiting the application on error
2022-11-05 16:51:03 +01:00
Artur
a172b18428
Add Linux targets for ARM, ARMv7 and AARCH64 ( #1419 )
2022-11-05 16:46:11 +01:00
extrawurst
a4943224bd
fix nightly clippy
2022-11-05 16:33:48 +01:00
Sergio Alejandro Ribera Costa
282e578ac3
Add notification when correctly copying hash commit ( #1376 )
2022-10-26 14:35:31 +02:00
extrawurst
c705712a05
fix rust clippy
2022-10-26 14:34:33 +02:00
Sergio Alejandro Ribera Costa
e5acee1a0c
Generate rust toolchain file ( #1401 )
...
* Generate rust toolchain file
* Make track "stable" channel
* CD workflow override rust toolchain file
2022-10-25 09:17:37 +02:00
extrawurst
fa2ad81bec
feature gif
2022-10-24 16:33:58 +02:00
extrawurst
98f6bd4e77
Cargo updates
2022-10-24 11:50:29 +02:00
extrawurst
d92d43afef
Revert "Generate rust toolchain file - to develop (and build) ( #1397 )"
...
This reverts commit c7e54fa17d
.
2022-10-20 16:51:36 +02:00
Tim Abell
5b69f7713f
Add link from themes.md to referenced code block
...
Just for convenience
2022-10-20 16:30:15 +02:00
Alexandru Macovei
9c2d8c0e0d
Display current repository path in the top-right corner ( #1387 )
2022-10-20 16:23:58 +02:00
Sergio Alejandro Ribera Costa
c7e54fa17d
Generate rust toolchain file - to develop (and build) ( #1397 )
...
* Generate rust toolchain file
* Make track "stable" channel
2022-10-20 16:22:19 +02:00
extrawurst
ac67e53b12
dup current branch name in revlog
2022-10-19 14:03:04 +02:00
extrawurst
6dfe5ea62a
make more easy to revisit
2022-10-19 13:50:11 +02:00
Alexandru Macovei
6b5745f6c2
Fix Clippy Lints ( #1390 )
...
* apply latest nigtly clippy lints
* temporarily disable const fn lints due to nigh false positive count on nightly
2022-10-19 13:45:12 +02:00
Ivan Zvonimir Horvat
e2a0f3800f
make: add clean cmd
2022-10-18 13:57:02 +02:00
dependabot[bot]
5b7686bf92
Bump easy-cast from 0.5.0 to 0.5.1
...
Bumps [easy-cast](https://github.com/kas-gui/easy-cast ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/kas-gui/easy-cast/releases )
- [Changelog](https://github.com/kas-gui/easy-cast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kas-gui/easy-cast/compare/0.5.0...0.5.1 )
---
updated-dependencies:
- dependency-name: easy-cast
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 13:48:36 +02:00
extrawurst
f04af21382
align branch name parenth usage
...
and added changelog github user name
2022-10-18 13:44:27 +02:00
Alexandru Macovei
216fad3140
Display tags and branches in the revlog ( #1371 )
...
* give tags a more distinctive appearance in the revlog
* store branches on commitlist, and display branch labels on head commits
2022-10-18 13:37:20 +02:00
extrawurst
8604b331ae
selected items should have dedicated fg color ( #1366 )
...
* selected items should have dedicated fg color
2022-09-30 20:19:37 +02:00
dependabot[bot]
eeb502d0ff
Bump thiserror from 1.0.35 to 1.0.37
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.35 to 1.0.37.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.35...1.0.37 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-29 16:48:07 +02:00
extrawurst
049272ea2b
fix ci
2022-09-27 14:05:35 +02:00
dependabot[bot]
11adcce84e
Bump itertools from 0.10.4 to 0.10.5
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/rust-itertools/itertools/releases )
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/commits )
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 08:20:41 +02:00
dependabot[bot]
5cc4c63066
Bump once_cell from 1.14.0 to 1.15.0
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.14.0...v1.15.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 08:19:14 +02:00
extrawurst
df43118e55
clarify further
2022-09-20 10:07:30 +02:00
extrawurst
aeb64e1175
Commit msg history ( #1346 )
2022-09-20 10:07:05 +02:00
extrawurst
ff0c123293
cleanup
2022-09-20 10:01:53 +02:00
extrawurst
16a537c102
Persist all options ( #1342 )
...
closes #1340
2022-09-20 08:23:04 +02:00
Emil Jaszczuk
e0fa63c6c9
Allow copying multiple commits ( #1288 )
2022-09-19 10:54:29 +02:00
extrawurst
9534e4c2f9
persist current tab as options ( #1339 )
2022-09-18 18:05:29 +02:00
extrawurst
cb01fda516
some logfile cleanup
2022-09-18 15:24:45 +02:00