You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
### Added
10
-
- weather.sh segment: auto detection of location by GeoIP [#464](https://github.com/erikw/tmux-powerline/pull/464)
10
+
-`weather.sh`: auto detection of location by GeoIP [#464](https://github.com/erikw/tmux-powerline/pull/464)
11
11
### Removed
12
-
- now_playing: removed Spotify though wine. Not likely this is used anymore. If someone still uses, shout at me and I'll add it back :-). [#473](https://github.com/erikw/tmux-powerline/pull/473)
12
+
-`now_playing.sh`: removed Spotify though wine. Not likely this is used anymore. If someone still uses, shout at me and I'll add it back :-). [#473](https://github.com/erikw/tmux-powerline/pull/473)
13
+
-`weather.sh`: Removed GNU Grep dependency [#468](https://github.com/erikw/tmux-powerline/pull/468)
14
+
-`cpu.sh`: Removed GNU Grep dependency [#472](https://github.com/erikw/tmux-powerline/pull/472)
13
15
14
16
15
17
## [3.1.0] - 2025-03-03
16
18
### Added
17
19
- Dual status bar support [#379](https://github.com/erikw/tmux-powerline/issues/379)
18
-
- New segment date_week [#375](https://github.com/erikw/tmux-powerline/issues/375)
19
-
- New segment kubernetes_context [#377](https://github.com/erikw/tmux-powerline/issues/377)
20
-
- New segment vcs_rootpath [#373](https://github.com/erikw/tmux-powerline/issues/374)
21
-
- New segment vpn [#383](https://github.com/erikw/tmux-powerline/issues/383)
20
+
- New segment `date_week.sh`[#375](https://github.com/erikw/tmux-powerline/issues/375)
21
+
- New segment `kubernetes_context.sh`[#377](https://github.com/erikw/tmux-powerline/issues/377)
22
+
- New segment `vcs_rootpath.sh`[#373](https://github.com/erikw/tmux-powerline/issues/374)
23
+
- New segment `vpn.sh`[#383](https://github.com/erikw/tmux-powerline/issues/383)
- GitHub Codespaces devcontainer config setting up all dependencies and installs tmux-powerline in the container. See [devcontainer.json](.devcontainer/devcontainer.json) and [devcontainer_postCreateCommand.sh](scripts/devcontainer_postCreateCommand.sh).
24
26
- Add `semver` to devcontainer to help bumping versions.
0 commit comments