Skip to content

Conversation

lvignoli
Copy link
Contributor

No description provided.

Copy link
Owner

@idursun idursun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome thanks!

@idursun idursun merged commit 0eda9e7 into idursun:main May 13, 2025
2 checks passed
@idursun idursun mentioned this pull request May 13, 2025
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jun 13, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [idursun/jjui](https://github.com/idursun/jjui) | patch | `v0.8.8` -> `v0.8.10` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>idursun/jjui (idursun/jjui)</summary>

### [`v0.8.10`](https://github.com/idursun/jjui/releases/tag/v0.8.10)

[Compare Source](idursun/jjui@v0.8.9...v0.8.10)

#### What's Changed

-   docs: add Homebrew as an installation method by [@&#8203;lvignoli](https://github.com/lvignoli) in idursun/jjui#84
-   Update instruction on installation for archlinux-based linux distros by [@&#8203;TeddyHuang-00](https://github.com/TeddyHuang-00) in idursun/jjui#85
-   feat: support `~/.config` and `$XDG_CONFIG_HOME` on macOS by [@&#8203;PrayagS](https://github.com/PrayagS) in idursun/jjui#86
-   Automatically add `--allow-new` argument to new local bookmarks by [@&#8203;idursun](https://github.com/idursun) in idursun/jjui#88
-   fix(revisions): set selected item on refresh by [@&#8203;idursun](https://github.com/idursun) in idursun/jjui#103
-   fix: snapshot working copy less often by [@&#8203;Jollywatt](https://github.com/Jollywatt) in idursun/jjui#96
-   fix: highlight background colour seq calculation by [@&#8203;idursun](https://github.com/idursun) in idursun/jjui#106
-   fix: add `--remote` argument to bookmarks with multiple remotes by [@&#8203;idursun](https://github.com/idursun) in idursun/jjui#107
-   perf: make the preview pane more responsive when switching commit by [@&#8203;glehmann](https://github.com/glehmann) in idursun/jjui#108
-   Add compilation instructions and add `/jjui` to `.gitignore` by [@&#8203;ilyagr](https://github.com/ilyagr) in idursun/jjui#112
-   Abandon command passes `--retain-bookmarks` by default
-   New key binding: `@` jumps to working copy revision [#&#8203;111](idursun/jjui#111)
-   New key binding: `J` jump to parent of the currently selected revision
-   New key binding: `ctrl+z` suspends `jjui` and returns to terminal. Typing `fg` should resume it.
-   `jjui` won't start and print an error message if the configuration file is malformed [#&#8203;114](idursun/jjui#114)
-   When typing a bookmark name, spaces will be automatically replaced with `-` and the input box will expand if it exceeds the initial size.
-   Git: git push commands will be repeated per remote and `--remote` argument is always displayed.

#### New Contributors

-   [@&#8203;TeddyHuang-00](https://github.com/TeddyHuang-00) made their first contribution in idursun/jjui#85
-   [@&#8203;PrayagS](https://github.com/PrayagS) made their first contribution in idursun/jjui#86
-   [@&#8203;Jollywatt](https://github.com/Jollywatt) made their first contribution in idursun/jjui#96
-   [@&#8203;glehmann](https://github.com/glehmann) made their first contribution in idursun/jjui#108
-   [@&#8203;ilyagr](https://github.com/ilyagr) made their first contribution in idursun/jjui#112

**Full Changelog**: idursun/jjui@v0.8.8...v0.8.10

### [`v0.8.9`](https://github.com/idursun/jjui/releases/tag/v0.8.9)

[Compare Source](idursun/jjui@v0.8.8...v0.8.9)

#### What's Changed

-   docs: add Homebrew as an installation method by [@&#8203;lvignoli](https://github.com/lvignoli) in idursun/jjui#84
-   Update instruction on installation for archlinux-based linux distros by [@&#8203;TeddyHuang-00](https://github.com/TeddyHuang-00) in idursun/jjui#85
-   feat: support `~/.config` and `$XDG_CONFIG_HOME` on macOS by [@&#8203;PrayagS](https://github.com/PrayagS) in idursun/jjui#86
-   Automatically add `--allow-new` argument to new local bookmarks by [@&#8203;idursun](https://github.com/idursun) in idursun/jjui#88
-   fix(revisions): set selected item on refresh by [@&#8203;idursun](https://github.com/idursun) in idursun/jjui#103
-   fix: snapshot working copy less often by [@&#8203;Jollywatt](https://github.com/Jollywatt) in idursun/jjui#96
-   fix: highlight background colour seq calculation by [@&#8203;idursun](https://github.com/idursun) in idursun/jjui#106
-   fix: add `--remote` argument to bookmarks with multiple remotes by [@&#8203;idursun](https://github.com/idursun) in idursun/jjui#107
-   perf: make the preview pane more responsive when switching commit by [@&#8203;glehmann](https://github.com/glehmann) in idursun/jjui#108
-   Add compilation instructions and add `/jjui` to `.gitignore` by [@&#8203;ilyagr](https://github.com/ilyagr) in idursun/jjui#112
-   Abandon command passes `--retain-bookmarks` by default
-   New key binding: `@` jumps to working copy revision [#&#8203;111](idursun/jjui#111)
-   New key binding: `J` jump to parent of the currently selected revision
-   New key binding: `ctrl+z` suspends `jjui` and returns to terminal. Typing `fg` should resume it.
-   `jjui` won't start and print an error message if the configuration file is malformed [#&#8203;114](idursun/jjui#114)
-   When typing a bookmark name, spaces will be automatically replaced with `-` and the input box will expand if it exceeds the initial size.
-   Git: git push commands will be repeated per remote and `--remote` argument is always displayed.

#### New Contributors

-   [@&#8203;TeddyHuang-00](https://github.com/TeddyHuang-00) made their first contribution in idursun/jjui#85
-   [@&#8203;PrayagS](https://github.com/PrayagS) made their first contribution in idursun/jjui#86
-   [@&#8203;Jollywatt](https://github.com/Jollywatt) made their first contribution in idursun/jjui#96
-   [@&#8203;glehmann](https://github.com/glehmann) made their first contribution in idursun/jjui#108
-   [@&#8203;ilyagr](https://github.com/ilyagr) made their first contribution in idursun/jjui#112

**Full Changelog**: idursun/jjui@v0.8.8...v0.8.9

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants