@young1lin/dsh-ui-gitworkbench 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  本文件记录面向使用者的变更。格式参考 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/),版本号遵循语义化版本。
4
4
 
5
+ ## [0.1.7] - 2026-08-20
6
+
7
+ ### 新增
8
+
9
+ - **History 页签保留两种排布,由你决定用哪种**,默认是并排三栏。0.1.6 把这个页签改成了上下分,理由是实测的:三栏时提交列表只有约 420px,每条标题都带省略号。但它是拿另一个轴换来的——列表从十三行高变成「差异区上面剩多少」。两边各有代价,所以它该是个选项,不是一个修复。开关在 `Branch` 那一行的右端,两个图标按钮;选择记在浏览器里,重开还在。两种排布**各记各的尺寸**:三栏拖的是宽度,上下分拖的是高度,来回切不会互相冲掉。提交行也跟着变形——并排时是两行(作者与时间在标题上方,因为 340px 一栏塞不下 hash、作者、时间和标题四样),上下分时是一行,按 `git log --oneline` 的顺序。
10
+
11
+ ### 修复
12
+
13
+ - **提交列表标题栏挤不下时改为换行,不再把搜索框裁在面板边缘**。把那一栏拖窄,标题 + `Filter by` + 搜索框放不下,此前是把搜索框在面板边界处切断——一个露出一半、且没有任何迹象表明还有另一半的控件。
14
+
5
15
  ## [0.1.6] - 2026-08-20
6
16
 
7
17
  ### 新增
package/CHANGELOG_EN.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  User-facing changes, newest first. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versioning follows SemVer.
4
4
 
5
+ ## [0.1.7] - 2026-08-20
6
+
7
+ ### Added
8
+
9
+ - **The History tab keeps both arrangements and you pick**, defaulting to the three columns. 0.1.6 stacked the tab for a measured reason — in three columns the commit list had about 420px and every subject was ellipsised — but it paid for that in the other axis: the list went from thirteen rows tall to whatever is left above the diff. Both cost something, which makes this a choice rather than a fix. The switch is at the end of the `Branch` row, two icon buttons; the choice is remembered per browser. Each arrangement **keeps its own size**: side by side you drag a width, stacked you drag a height, and switching back finds the pane where you left it. The commit row changes shape with it — two lines beside the diff, where a 340px column cannot hold a hash, an author, a date and a subject; one line when it spans the drawer, in `git log --oneline`'s order.
10
+
11
+ ### Fixed
12
+
13
+ - **The commit list's head wraps instead of clipping its search box at the pane's edge.** Dragged narrow, the pane cannot hold a title, a `Filter by` button and a search box on one line, and what it used to do was cut the search box off at the pane boundary — a control showing half of itself, with nothing to say the other half existed.
14
+
5
15
  ## [0.1.6] - 2026-08-20
6
16
 
7
17
  ### Added