[PR #374] [MERGED] Releasing Termdash v0.20.0. #368

Closed
opened 2026-03-03 16:24:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/374
Author: @mum4k
Created: 3/10/2024
Status: Merged
Merged: 3/10/2024
Merged by: @mum4k

Base: masterHead: release-0-20-0


📝 Commits (10+)

  • a3806f2 Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.4
  • 4465700 Allow reverse horizontal area splits
  • 275c62f Restore HSplitCells to original function signature
  • 610a070 Add test for HSplitCellsReversed
  • ca93ed8 Define shared logic for vertical cell splits
  • 992d7f3 Lint fixes
  • 5b66484 Reversed split for percentages
  • 029ce61 Linting adjustments
  • edab304 Function re-ordering
  • ec14443 More documentation updates

📊 Changes

8 files changed (+674 additions, -45 deletions)

View changed files

📝 CHANGELOG.md (+14 -1)
📝 container/container.go (+12 -0)
📝 container/container_test.go (+105 -1)
📝 container/options.go (+57 -10)
📝 go.mod (+3 -3)
📝 go.sum (+6 -6)
📝 private/area/area.go (+142 -24)
📝 private/area/area_test.go (+335 -0)

📄 Description

v0.20.0 - 10-Mar-2024

Added

  • Support for an alternative way of splitting containers where the size or percentage is specified for the right (or bottom) container and the left (or top) is calculated.

Changed

  • Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.4.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/374 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 3/10/2024 **Status:** ✅ Merged **Merged:** 3/10/2024 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `master` ← **Head:** `release-0-20-0` --- ### 📝 Commits (10+) - [`a3806f2`](https://github.com/mum4k/termdash/commit/a3806f2bb585eab01529907b11ab71dda7865778) Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.4 - [`4465700`](https://github.com/mum4k/termdash/commit/4465700c5dbbbe9a0dd2c45ead0e06973fccf42e) Allow reverse horizontal area splits - [`275c62f`](https://github.com/mum4k/termdash/commit/275c62fc47cbe1b997ffc6b3a70ece29998434d7) Restore HSplitCells to original function signature - [`610a070`](https://github.com/mum4k/termdash/commit/610a070aab7ab83ffbce53879be3eb4e58c664d0) Add test for HSplitCellsReversed - [`ca93ed8`](https://github.com/mum4k/termdash/commit/ca93ed8334d533822f6df78f6728b6826d9af161) Define shared logic for vertical cell splits - [`992d7f3`](https://github.com/mum4k/termdash/commit/992d7f3bfcea164bf38d808871462b9e8d509fa9) Lint fixes - [`5b66484`](https://github.com/mum4k/termdash/commit/5b664845a5896d26453cc74ce54b2768ea869a08) Reversed split for percentages - [`029ce61`](https://github.com/mum4k/termdash/commit/029ce611e8e34d0bce11b652b86a30b7e41e1b86) Linting adjustments - [`edab304`](https://github.com/mum4k/termdash/commit/edab304013374a1168c0d4e35d996997b5e49fb4) Function re-ordering - [`ec14443`](https://github.com/mum4k/termdash/commit/ec14443ef984b765491e70ef45c22a0655c7b3fb) More documentation updates ### 📊 Changes **8 files changed** (+674 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+14 -1) 📝 `container/container.go` (+12 -0) 📝 `container/container_test.go` (+105 -1) 📝 `container/options.go` (+57 -10) 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -6) 📝 `private/area/area.go` (+142 -24) 📝 `private/area/area_test.go` (+335 -0) </details> ### 📄 Description ## v0.20.0 - 10-Mar-2024 ### Added - Support for an alternative way of splitting containers where the size or percentage is specified for the right (or bottom) container and the left (or top) is calculated. ### Changed - Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.4. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:24:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#368
No description provided.