Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to hide session name in tab-bar (deriving from #2172) #2301

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

marcel-baur
Copy link
Contributor

Summary

This patch adds a config.ui.pane_frames.hide_session_name parameter to hide session name from the the Zellij (<session_name>) prefix, as requested in issue #2172

As discussed in #2300, I have adjusted the issue scope to only give the option hide the session name while keeping the tools name in the tab-bar prefix.

I'm open to add tests for this functionality, I would however appreciate guidance on where and how to add those specific tests. Thanks!

@marcel-baur marcel-baur temporarily deployed to cachix March 20, 2023 06:59 — with GitHub Actions Inactive
@marcel-baur marcel-baur temporarily deployed to cachix March 20, 2023 11:14 — with GitHub Actions Inactive
@jaeheonji jaeheonji self-requested a review March 21, 2023 15:30
@jaeheonji
Copy link
Member

Hi, @marcel-baur !
LGTM. and If you want to add test case for this feature, you can add e2e test case in src/tests/e2e/cases.rs.
After adding the test cases and running the e2e tests locally, you can create a snapshot file.

FYI:

  • Instructions for running e2e tests are in the CONTRIBUTING.md file.
  • You can use cargo-insta to create snapshot files.

@marcel-baur marcel-baur temporarily deployed to cachix March 29, 2023 12:47 — with GitHub Actions Inactive
@marcel-baur
Copy link
Contributor Author

I've had a quick look through the e2e tests. It doesn't seem like the rounded-corners property has a e2e test case either, so I'd leave it be for the moment to be consistent.
Merging will be done by you I guess? Since it requires write permissions on the repo

@jaeheonji jaeheonji merged commit 6ea5c36 into zellij-org:main Mar 30, 2023
@Bhanukamax
Copy link

I tried this on the main branch locally, doesn't seem to work for me, rounded-corners does work but not the hide-session-name, not sure if I'm doing something wrong though, this is what I have in config:

ui {
    pane_frames {
        rounded_corners true
        hide_session_name true
    }
}

@jaeheonji
Copy link
Member

When I tested both this branch and the main branch locally for double checking, it worked fine.
If you think something is wrong, could you please create an issue with the current situation(logs, full config, system info and so on)?

scottames pushed a commit to scottames/dots that referenced this pull request Apr 15, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [MordechaiHadad/bob](https://github.com/MordechaiHadad/bob) | minor
| `v2.2.0` -> `v2.3.2` |
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry)
| minor | `v3.150.0` -> `v3.155.0` |
| [denisidoro/navi](https://github.com/denisidoro/navi) | minor |
`v2.20.1` -> `v2.22.1` |
| [starship/starship](https://github.com/starship/starship) | minor |
`v1.13.1` -> `v1.14.2` |
| [weaveworks/eksctl](https://github.com/weaveworks/eksctl) | minor |
`v0.136.0` -> `v0.137.0` |
| [zellij-org/zellij](https://github.com/zellij-org/zellij) | minor |
`v0.35.2` -> `v0.36.0` |

---

### Release Notes

<details>
<summary>MordechaiHadad/bob</summary>

###
[`v2.3.2`](https://github.com/MordechaiHadad/bob/releases/tag/v2.3.2):
Bob v2.3.2 HOTFIX

[Compare
Source](https://github.com/MordechaiHadad/bob/compare/v2.3.1...v2.3.2)

#### What's Changed

- Config: Update all leftover references to sync_version_file_path by
[@&#8203;Avishayy](https://github.com/Avishayy) in
[MordechaiHadad/bob#128
- Fix osx64 content from pasting in parent directory by
[@&#8203;MordechaiHadad](https://github.com/MordechaiHadad) in
[MordechaiHadad/bob#131
-   Fix missing field target_commitish when updating nightly

**Full Changelog**:
MordechaiHadad/bob@v2.3.1...v2.3.2

###
[`v2.3.1`](https://github.com/MordechaiHadad/bob/releases/tag/v2.3.1):
Bob v2.3.1 HOTFIX

[Compare
Source](https://github.com/MordechaiHadad/bob/compare/v2.3.0...v2.3.1)

#### What's Changed

- More reliable way to find stable release tag name by
[@&#8203;lamsyl](https://github.com/lamsyl) in
[MordechaiHadad/bob#126

#### New Contributors

- [@&#8203;lamsyl](https://github.com/lamsyl) made their first
contribution in
[MordechaiHadad/bob#126

**Full Changelog**:
MordechaiHadad/bob@v2.3.0...v2.3.1

###
[`v2.3.0`](https://github.com/MordechaiHadad/bob/releases/tag/v2.3.0):
Bob v2.3.0

[Compare
Source](https://github.com/MordechaiHadad/bob/compare/v2.2.0...v2.3.0)

#### What's Changed

- Windows: Don't create a cmd window for nvim-qt by
[@&#8203;MordechaiHadad](https://github.com/MordechaiHadad) in
[MordechaiHadad/bob#119
- Fix installing via stable chooses the wrong json entry by
[@&#8203;MordechaiHadad](https://github.com/MordechaiHadad) in
[MordechaiHadad/bob#124
- fallback to $HOME if $SUDO_USER and $USER don't work by
[@&#8203;MordechaiHadad](https://github.com/MordechaiHadad) in
[MordechaiHadad/bob#123
- feat(cli): add `complete [shell]` subcommand for tab-completion gen by
[@&#8203;utilyre](https://github.com/utilyre) in
[MordechaiHadad/bob#125
- Feature: Add $BOB_CONFIG env variable to configure the location of
bob's config file

**Full Changelog**:
MordechaiHadad/bob@v2.2.0...v2.3.0

</details>

<details>
<summary>aquaproj/aqua-registry</summary>

###
[`v3.155.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v3.155.0)

[Compare
Source](https://github.com/aquaproj/aqua-registry/compare/v3.154.0...v3.155.0)


[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.155.0)
| [Pull
Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.155.0)
| aquaproj/aqua-registry@v3.154.0...v3.155.0

#### 🎉 New Packages


[#&#8203;11532](https://github.com/aquaproj/aqua-registry/issues/11532)
[mailru/easyjson](https://github.com/mailru/easyjson): Fast JSON
serializer for golang

[#&#8203;11531](https://github.com/aquaproj/aqua-registry/issues/11531)
golang/tools/goyacc: Goyacc is a version of yacc for Go. It is written
in Go and generates parsers written in Go

###
[`v3.154.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v3.154.0)

[Compare
Source](https://github.com/aquaproj/aqua-registry/compare/v3.153.0...v3.154.0)


[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.154.0)
| [Pull
Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.154.0)
| aquaproj/aqua-registry@v3.153.0...v3.154.0

#### 🎉 New Packages


[#&#8203;11530](https://github.com/aquaproj/aqua-registry/issues/11530)
[suzuki-shunsuke/pinact](https://github.com/suzuki-shunsuke/pinact):
Pin GitHub Actions versions

###
[`v3.153.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v3.153.0)

[Compare
Source](https://github.com/aquaproj/aqua-registry/compare/v3.152.0...v3.153.0)


[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.153.0)
| [Pull
Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.153.0)
| aquaproj/aqua-registry@v3.152.0...v3.153.0

#### 🎉 New Packages


[#&#8203;11364](https://github.com/aquaproj/aqua-registry/issues/11364)
[mvisonneau/vac](https://github.com/mvisonneau/vac): AWS credentials
management leveraging Vault
[@&#8203;ponkio-o](https://github.com/ponkio-o)

#### Bug Fixes


[#&#8203;11370](https://github.com/aquaproj/aqua-registry/issues/11370)
dnote/dnote/cli: Set `files` to support aqua v2


https://aquaproj.github.io/docs/reference/upgrade-guide/v2/fix-default-files-name

#### Fixes


[#&#8203;11368](https://github.com/aquaproj/aqua-registry/issues/11368)
mathew-fleisch/bashbot: Follow up changes of bashbot v2

[#&#8203;11369](https://github.com/aquaproj/aqua-registry/issues/11369)
mergestat/mergestate-lite: Rename mergestat/mergestate to
mergestat/mergestat-lite

###
[`v3.152.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v3.152.0)

[Compare
Source](https://github.com/aquaproj/aqua-registry/compare/v3.151.0...v3.152.0)


[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.152.0)
| [Pull
Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.152.0)
| aquaproj/aqua-registry@v3.151.0...v3.152.0

#### 🎉 New Packages


[#&#8203;11362](https://github.com/aquaproj/aqua-registry/issues/11362)
[go-acme/lego](https://github.com/go-acme/lego): Let's Encrypt/ACME
client and library written in Go
[@&#8203;kyontan](https://github.com/kyontan)

###
[`v3.151.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v3.151.0)

[Compare
Source](https://github.com/aquaproj/aqua-registry/compare/v3.150.0...v3.151.0)


[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av3.151.0)
| [Pull
Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av3.151.0)
| aquaproj/aqua-registry@v3.150.0...v3.151.0

#### 🎉 New Packages


[#&#8203;11360](https://github.com/aquaproj/aqua-registry/issues/11360)
[Code-Hex/gqldoc](https://github.com/Code-Hex/gqldoc): The easiest way
to make API documents for GraphQL
[@&#8203;ponkio-o](https://github.com/ponkio-o)

</details>

<details>
<summary>denisidoro/navi</summary>

###
[`v2.22.1`](https://github.com/denisidoro/navi/releases/tag/v2.22.1):
2.22.1

[Compare
Source](https://github.com/denisidoro/navi/compare/v2.20.1...v2.22.1)

##### ✨ New features

- [`e3920`](https://github.com/denisidoro/navi/commit/e3920) Add
--prevent-interpolation flag
([#&#8203;824](https://github.com/denisidoro/navi/issues/824))
- [`4b07d`](https://github.com/denisidoro/navi/commit/4b07d) Add
support for code blocks using markdown syntax
([#&#8203;807](https://github.com/denisidoro/navi/issues/807))

##### 🐛 Fixes

- [`f8192`](https://github.com/denisidoro/navi/commit/f8192) Fix
publish script
([#&#8203;825](https://github.com/denisidoro/navi/issues/825))
- [`f6414`](https://github.com/denisidoro/navi/commit/f6414) Prevent
variable selection content from being limited to 3 columns
([#&#8203;821](https://github.com/denisidoro/navi/issues/821))
- [`89637`](https://github.com/denisidoro/navi/commit/89637) Correctly
calculate character widths
([#&#8203;820](https://github.com/denisidoro/navi/issues/820))
- [`dee8f`](https://github.com/denisidoro/navi/commit/dee8f) Fix typos
- [`41aa4`](https://github.com/denisidoro/navi/commit/41aa4) Fix
preview map "leaking" with multiple variables
- [`8b78d`](https://github.com/denisidoro/navi/commit/8b78d) Improve
error handling for cheatsh and tldr
([#&#8203;766](https://github.com/denisidoro/navi/issues/766))
- [`d68c4`](https://github.com/denisidoro/navi/commit/d68c4) Support
multi-word arguments in FZF overrides
([#&#8203;765](https://github.com/denisidoro/navi/issues/765))
- [`81cd7`](https://github.com/denisidoro/navi/commit/81cd7) Fallback
to nano if EDITOR isn't set
([#&#8203;764](https://github.com/denisidoro/navi/issues/764))

##### 💻 Code quality

- [`2b03c`](https://github.com/denisidoro/navi/commit/2b03c) Remove
link to Katacoda
([#&#8203;819](https://github.com/denisidoro/navi/issues/819))
- [`b56d7`](https://github.com/denisidoro/navi/commit/b56d7) Use
dns_common library
([#&#8203;818](https://github.com/denisidoro/navi/issues/818))
- [`8cf9c`](https://github.com/denisidoro/navi/commit/8cf9c) Update
dependencies
([#&#8203;817](https://github.com/denisidoro/navi/issues/817))
- [`317d1`](https://github.com/denisidoro/navi/commit/317d1) Add xonsh
support instructions to Installation.md
- [`cb999`](https://github.com/denisidoro/navi/commit/cb999) Refresh
README
- [`63681`](https://github.com/denisidoro/navi/commit/63681) Add link
to TiddlyWiki plugin
- [`d05fc`](https://github.com/denisidoro/navi/commit/d05fc) Add
documentation about Tmux-widget
- [`1823e`](https://github.com/denisidoro/navi/commit/1823e) Fix
install script
- [`69075`](https://github.com/denisidoro/navi/commit/69075) Delete
dependabot.yml
- [`5c6da`](https://github.com/denisidoro/navi/commit/5c6da) Prettify
md/yaml files
- [`9d862`](https://github.com/denisidoro/navi/commit/9d862) Minor
code base improvements
([#&#8203;767](https://github.com/denisidoro/navi/issues/767))
- [`ebb02`](https://github.com/denisidoro/navi/commit/ebb02) Refactor
code base
([#&#8203;760](https://github.com/denisidoro/navi/issues/760))
- [`80f4a`](https://github.com/denisidoro/navi/commit/80f4a) Fix typo
in installation docs
- [`9c903`](https://github.com/denisidoro/navi/commit/9c903) feat: add
install docu for windows powershell

##### ‼️ Breaking changes

- [`bd2fe`](https://github.com/denisidoro/navi/commit/bd2fe) Replace
target: aarch64-apple-ios by aarch64-apple-darwin
([#&#8203;827](https://github.com/denisidoro/navi/issues/827))

Note: the release before this one is
[v2.20.1](https://github.com/denisidoro/navi/releases/tag/v2.20.1)

</details>

<details>
<summary>starship/starship</summary>

###
[`v1.14.2`](https://github.com/starship/starship/releases/tag/v1.14.2)

[Compare
Source](https://github.com/starship/starship/compare/v1.14.1...v1.14.2)

##### Bug Fixes

- **git_commit:** resolve panic on 32-bit targets
([#&#8203;5095](https://github.com/starship/starship/issues/5095))
([5ef90a6](https://github.com/starship/starship/commit/5ef90a615f73a9f240a3c63ab601db1302adb01d))

###
[`v1.14.1`](https://github.com/starship/starship/releases/tag/v1.14.1)

[Compare
Source](https://github.com/starship/starship/compare/v1.14.0...v1.14.1)

##### Bug Fixes

- Re-trigger release pipeline
([#&#8203;5087](https://github.com/starship/starship/issues/5087))
([e392d14](https://github.com/starship/starship/commit/e392d14f4eb65d8761ea8bafb498d2a0d966dcef))

###
[`v1.14.0`](https://github.com/starship/starship/releases/tag/v1.14.0)

[Compare
Source](https://github.com/starship/starship/compare/v1.13.1...v1.14.0)

##### Features

- **aws:** add support for source_profile
([#&#8203;3834](https://github.com/starship/starship/issues/3834))
([d2801ac](https://github.com/starship/starship/commit/d2801ac44301dcef1f87ab5fd26abee36997f71d))
- **aws:** add support for source_profile
([#&#8203;4859](https://github.com/starship/starship/issues/4859))
([d2801ac](https://github.com/starship/starship/commit/d2801ac44301dcef1f87ab5fd26abee36997f71d))
- **aws:** Adds support for AWS_CREDENTIAL_EXPIRATION environment
variable
([#&#8203;5002](https://github.com/starship/starship/issues/5002))
([74ce7fd](https://github.com/starship/starship/commit/74ce7fdbee071c28c77fd148d4ba02515f272d10))
- **custom:** add option to check if pwd is in a repo
([#&#8203;4822](https://github.com/starship/starship/issues/4822))
([d29ce7c](https://github.com/starship/starship/commit/d29ce7c45d4ea21a6e14ad308bd50cb0e61d1ef8))
- **fossil:** detection of Fossil check-outs in subdirectories
([#&#8203;4910](https://github.com/starship/starship/issues/4910))
([4bca74e](https://github.com/starship/starship/commit/4bca74eca29e159f0d6f27db432927012848408c))
- **release:** handle chocolatey starship.portable and starship.install
pkg publishing
([#&#8203;4723](https://github.com/starship/starship/issues/4723))
([b55774d](https://github.com/starship/starship/commit/b55774d3a68b32c0ed17983adeb6355e75c65f6b))

##### Bug Fixes

- **fossil_branch:** fossil checkout database file name on windows
([#&#8203;4978](https://github.com/starship/starship/issues/4978))
([c07a21d](https://github.com/starship/starship/commit/c07a21d48abe4e01a96a2d1b641876207e8d02fb))
- **fossil_branch:** use proper fossil checkout database file name on
windows
([c07a21d](https://github.com/starship/starship/commit/c07a21d48abe4e01a96a2d1b641876207e8d02fb))
- **gradle:** add support for unstable Gradle versions
([#&#8203;5021](https://github.com/starship/starship/issues/5021))
([f7fe41f](https://github.com/starship/starship/commit/f7fe41f9c6c455e8ced284ad2d55d2a51a5da748))
- **init:** avoid cygpath for starship binary path
([#&#8203;4970](https://github.com/starship/starship/issues/4970))
([0ad0465](https://github.com/starship/starship/commit/0ad0465a7a3296b3223693c655f370b7aae0d441))
- **java:** wrong version number when using Android Studio JDK
([#&#8203;4966](https://github.com/starship/starship/issues/4966))
([de7e948](https://github.com/starship/starship/commit/de7e94884bc309814f6af79d68d664efb513e093))
- **preset:** add output-flag to avoid encoding issues
([#&#8203;4926](https://github.com/starship/starship/issues/4926))
([5e78226](https://github.com/starship/starship/commit/5e78226a3fbe722331f6f0a1d352bbc48d38247f))
- **pulumi:** Fix formatting on pulumi module when using version
([#&#8203;5038](https://github.com/starship/starship/issues/5038))
([aef799b](https://github.com/starship/starship/commit/aef799bfb089c5d259354208a6bcd5a0b639888f))

</details>

<details>
<summary>weaveworks/eksctl</summary>

###
[`v0.137.0`](https://github.com/weaveworks/eksctl/releases/tag/v0.137.0):
eksctl 0.137.0 (permalink)

[Compare
Source](https://github.com/weaveworks/eksctl/compare/0.136.0...0.137.0)

### Release v0.137.0

#### 🚀 Features

- Add wait flag to \`scale nodegroup\`
([#&#8203;6406](https://github.com/weaveworks/eksctl/issues/6406))
- Add support for Spot Interruption Queue within Karpenter
([#&#8203;6460](https://github.com/weaveworks/eksctl/issues/6460))

#### 🧰 Maintenance

- Update build image manifest, tag file and workflows, dependencies
([#&#8203;6488](https://github.com/weaveworks/eksctl/issues/6488))

#### 📝 Documentation

- Update Karpenter doc with note for logging out of ECR repository
([#&#8203;6465](https://github.com/weaveworks/eksctl/issues/6465))

#### Acknowledgments

Weaveworks would like to sincerely thank:
[@&#8203;danielloader](https://github.com/danielloader) and
[@&#8203;yuxiang-zhang](https://github.com/yuxiang-zhang)

</details>

<details>
<summary>zellij-org/zellij</summary>

###
[`v0.36.0`](https://github.com/zellij-org/zellij/releases/tag/v0.36.0)

[Compare
Source](https://github.com/zellij-org/zellij/compare/v0.35.2...v0.36.0)

This release includes some nice quality-of-life features, as well as
some bug fixes.

#### Highlights

- It's now possible to hide the session name in the UI (check out:
https://zellij.dev/documentation/options.html#hide_session_name)
- A new bindable key action was added to clear the scrollbuffer of the
focused pane (check out `ClearScreen` here:
https://zellij.dev/documentation/keybindings-possible-actions.html)
-   Plugins are now loaded asynchronously

#### All changes

- add my tweaked theme by
[@&#8203;alekspickle](https://github.com/alekspickle) in
[zellij-org/zellij#2257
- fix(screen): focus pane on screen edge when moving pane focus offtab
by [@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2293
- Correct summary by [@&#8203;Silejonu](https://github.com/Silejonu)
in
[zellij-org/zellij#2235
- Updated layout examples to .kdl from .yaml by
[@&#8203;caleflat](https://github.com/caleflat) in
[zellij-org/zellij#2250
- fix(panes): adding panes to lone stack by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2298
- fix(panes): closing a stacked pane should relayout by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2312
- Fixed issue
[#&#8203;1948](https://github.com/zellij-org/zellij/issues/1948) by
[@&#8203;gbrigandi](https://github.com/gbrigandi) in
[zellij-org/zellij#2322
- feat(plugins): async plugin loading by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2327
- docs(readme): update roadmap image by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2333
- Add action to clear all buffers for a specific pane by
[@&#8203;alekspickle](https://github.com/alekspickle) in
[zellij-org/zellij#2239
- Added launch in xonsh by
[@&#8203;anki-code](https://github.com/anki-code) in
[zellij-org/zellij#2323
- Add option to hide session name in tab-bar (deriving from
[#&#8203;2172](https://github.com/zellij-org/zellij/issues/2172)) by
[@&#8203;marcel-baur](https://github.com/marcel-baur) in
[zellij-org/zellij#2301
- fix(layouts): don't default to default swap layouts on new-tab action
by [@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2336
- fix(layouts): nested attribute truncating by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2337
- fix(scrollback-editor): properly invoke editor when command includes
spaces by [@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2339
- fix(layouts): focus tab race by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2340
- feat(panes): allow defining an expanded stacked pane by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2343
- fix(layout): pane focus in stack by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2344
- fix(plugins): prevent Strider from opening double-panes when editing
files by [@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2346
- fix: set sticky bit on socket by
[@&#8203;tlinford](https://github.com/tlinford) in
[zellij-org/zellij#2141
- chore(assets): adjust logo by
[@&#8203;imsnif](https://github.com/imsnif) in
[zellij-org/zellij#2358
- fix: do not hold on to router thread handle until server exit by
[@&#8203;tlinford](https://github.com/tlinford) in
[zellij-org/zellij#2328

#### New Contributors

- [@&#8203;alekspickle](https://github.com/alekspickle) made their
first contribution in
[zellij-org/zellij#2257
- [@&#8203;Silejonu](https://github.com/Silejonu) made their first
contribution in
[zellij-org/zellij#2235
- [@&#8203;caleflat](https://github.com/caleflat) made their first
contribution in
[zellij-org/zellij#2250
- [@&#8203;gbrigandi](https://github.com/gbrigandi) made their first
contribution in
[zellij-org/zellij#2322
- [@&#8203;anki-code](https://github.com/anki-code) made their first
contribution in
[zellij-org/zellij#2323
- [@&#8203;marcel-baur](https://github.com/marcel-baur) made their
first contribution in
[zellij-org/zellij#2301

**Full Changelog**:
zellij-org/zellij@v0.35.2...v0.36.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@pedromfedricci
Copy link
Contributor

My best guess here is that @Bhanukamax is using the compact-bar plugin instead, could you please confirm?
If that is the case, there is now a PR to fix that: #2368.
Ty!

@Bhanukamax
Copy link

My best guess here is that @Bhanukamax is using the compact-bar plugin instead, could you please confirm? If that is the case, there is now a PR to fix that: #2368. Ty!

Yes, I'm using the compact-bar

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.

4 participants