From bfdf84bc8f417cf04d8ffc2395f0e78705c2c916 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Mon, 6 Jan 2025 17:18:10 +0000 Subject: [PATCH] build(deps): update yorukot/superfile to v1.1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [yorukot/superfile](https://github.com/yorukot/superfile) | patch | `v1.1.6` -> `v1.1.7` | 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
yorukot/superfile (yorukot/superfile) ### [`v1.1.7`](https://github.com/yorukot/superfile/blob/HEAD/changelog.md#v117) [Compare Source](https://github.com/yorukot/superfile/compare/v1.1.6...v1.1.7) > 2024-01-05 ##### Update - OneDark Theme added [`#477`](https://github.com/yorukot/superfile/pull/477) - Add keys PageUp and PageDown for better navigation [`#498`](https://github.com/yorukot/superfile/pull/498) - Add hotkey for copying PWD to clipboard [`#510`](https://github.com/yorukot/superfile/pull/510) - Add desktop entry [`#501`](https://github.com/yorukot/superfile/pull/501) - Enable cd_on_quit when current directory is home directory [`#518`](https://github.com/yorukot/superfile/pull/518) - Edit superfile config [`#509`](https://github.com/yorukot/superfile/pull/509) ##### Bug fix - Fix rendering directory symlinks as directories, not files [`#481`](https://github.com/yorukot/superfile/pull/481) - Fix opening files on Windows [`#496`](https://github.com/yorukot/superfile/pull/496) - Fix lag in dotfile toggle with multiple panels [`#499`](https://github.com/yorukot/superfile/pull/499) - Fix parent directory navigation on Windows [`#502`](https://github.com/yorukot/superfile/pull/502) - Fix panic when deleting last file in directory [`#529`](https://github.com/yorukot/superfile/pull/529) - Fix panic when scrolling through an empty metadata list [`#531`](https://github.com/yorukot/superfile/pull/531) - Fix panic when trying to get folder size without needed permissions [`#532`](https://github.com/yorukot/superfile/pull/532) - Fix lag when navigating directories with large image files [`#525`](https://github.com/yorukot/superfile/pull/525) - Fix typo in welcome message [`#494`](https://github.com/yorukot/superfile/pull/494) ##### Optimization - Optimize file move operation [`#522`](https://github.com/yorukot/superfile/pull/522) - Optimize file extraction [`#524`](https://github.com/yorukot/superfile/pull/524) - Warn overwrite when renaming files [`#526`](https://github.com/yorukot/superfile/pull/526) - Work without trash [`#527`](https://github.com/yorukot/superfile/pull/527)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index be8ba7f6..d742f209 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -190,7 +190,7 @@ packages: - name: kubernetes-sigs/kustomize@kustomize/v5.5.0 description: Customization of kubernetes YAML configurations link: https://github.com/kubernetes-sigs/kustomize -- name: yorukot/superfile@v1.1.6 +- name: yorukot/superfile@v1.1.7 description: Pretty fancy and modern terminal file manager link: https://github.com/yorukot/superfile - name: getsavvyinc/savvy-cli@0.21.1