Skip to content

chore(desktop): bump version to 1.4.7#3128

Merged
Kitenite merged 2 commits into
mainfrom
fork-tendency
Apr 3, 2026
Merged

chore(desktop): bump version to 1.4.7#3128
Kitenite merged 2 commits into
mainfrom
fork-tendency

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented Apr 3, 2026

Bumps desktop app version to 1.4.7.

This PR was automatically created by the release script.


Summary by cubic

Bump @superset/desktop to 1.4.7 and apply lint-only formatting in apps/desktop/src/renderer/stores/tabs/store.ts; no behavior changes.

Written for commit 1e04070. Summary will update on new commits.

Summary by CodeRabbit

  • Refactor
    • Improved internal code structure.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 798a62ee-2a9c-467d-b193-1430a30645a2

📥 Commits

Reviewing files that changed from the base of the PR and between c48450e and 1e04070.

📒 Files selected for processing (2)
  • apps/desktop/package.json
  • apps/desktop/src/renderer/stores/tabs/store.ts

📝 Walkthrough

Walkthrough

This pull request bumps the desktop application version from 1.4.6 to 1.4.7 in the package manifest. Additionally, the tab store module undergoes control flow refactoring with reindentation and multi-line conditional expression formatting, preserving all existing logic.

Changes

Cohort / File(s) Summary
Version Bump
apps/desktop/package.json
Desktop application version incremented from 1.4.6 to 1.4.7.
Control Flow Refactoring
apps/desktop/src/renderer/stores/tabs/store.ts
Reindents findReusableFileViewerPane() call and reformats fileViewerPanes conditional into multi-line expression; no logic or behavior changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • #3042: Both PRs bump the @superset/desktop version field in apps/desktop/package.json (1.4.5→1.4.6 vs. 1.4.6→1.4.7), with this PR immediately following.
  • #2924: Both PRs increment the version field in apps/desktop/package.json for a patch release.
  • #2905: Both PRs apply the same version bump pattern to apps/desktop/package.json.

Poem

🐰 A version hops forward with ease,
From 1.4.6 to 1.4.7, if you please!
The code finds its rhythm anew,
With formatting clean and conditions true—
Desktop apps bouncing through the trees! 🌿

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is largely incomplete. While it mentions the version bump, it lacks required template sections like Related Issues, Type of Change, Testing, and Additional Notes. Complete the pull request description by filling in the required template sections, particularly Type of Change (mark 'Chore' or 'Other'), and any relevant testing or verification steps.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: bumping the desktop app version to 1.4.7, which matches the primary alteration in package.json.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fork-tendency

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 3, 2026

Greptile Summary

This PR bumps the desktop app version from 1.4.6 to 1.4.7 as part of an automated release script. It also includes minor code reformatting in store.ts (no behavioral changes).

  • apps/desktop/package.json: version field incremented to 1.4.7.
  • apps/desktop/src/renderer/stores/tabs/store.ts: Ternary expression for existingFileViewerPane and an if-statement condition reformatted for line-length compliance — zero logic change.

Confidence Score: 5/5

  • Safe to merge — changes are a trivial version bump and formatting-only refactor with no logic modifications.
  • Both changed files carry no risk: the package.json change is a single-field version increment, and the store.ts change is purely cosmetic reformatting that preserves identical runtime behavior.
  • No files require special attention.

Important Files Changed

Filename Overview
apps/desktop/package.json Version bumped from 1.4.6 to 1.4.7 — single-line change, no dependency or configuration modifications.
apps/desktop/src/renderer/stores/tabs/store.ts Pure formatting/style reformatting of a ternary expression and an if-condition for readability; no logic changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release script triggered] --> B[Bump version in package.json\n1.4.6 → 1.4.7]
    B --> C[Reformat store.ts ternary/if\nformatting only, no logic change]
    C --> D[PR opened for review]
    D --> E[Merge & tag release v1.4.7]
Loading

Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.4.7" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@Kitenite Kitenite merged commit fffa8db into main Apr 3, 2026
11 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ✅ Neon database branch
  • ⚠️ Electric Fly.io app

Thank you for your contribution! 🎉

MocA-Love pushed a commit to MocA-Love/superset that referenced this pull request Apr 5, 2026
* Lint

* chore(desktop): bump version to 1.4.7
MocA-Love added a commit to MocA-Love/superset that referenced this pull request Apr 5, 2026
cherry-pick方式で内容を取り込み済みの14コミットをgit履歴上もマージ済みにする。

取り込み済み (cherry-pick / 手動移植):
- be22b46 superset-sh#3125 — スキップ (下記参照)
- 88bc7fb superset-sh#3127 — Revert DA1 ✓
- 92d0ff9 superset-sh#3054 — DA1 fix ✓
- c48450e superset-sh#3093 — file viewer pane fix ✓
- fffa8db superset-sh#3128 — version 1.4.7 ✓
- 589a7c7 superset-sh#3136 — fuzzy scorer (ハイブリッド方式) ✓
- ceb8c81 superset-sh#3150 — Electron 40.8.5 ✓
- 8922b94 superset-sh#3137 — terminalId分離 ✓
- c7508e5 superset-sh#3152 — GitHub無料化 ✓
- 2b91f11 superset-sh#3155 — v2 terminal theme ✓
- b8b11af superset-sh#3154 — TUI dimension fix ✓
- 7599ace superset-sh#3149 — v2 sidebar file tree (手動統合) ✓
- 4d7c612 superset-sh#3174 — DnD重複削除 ✓
- 864977d superset-sh#3157 — Host Service分離 ✓

意図的にスキップ:
- be22b46 superset-sh#3125 (GitHub polling簡素化)
  フォーク独自のGitHubSyncService (バックエンド集中ポーリング) と
  設計が異なるため不採用。upstreamはフロントエンドhover駆動、フォークは
  バックエンドキャッシュウォーマー方式。詳細は githubQueryPolicy.ts と
  github-sync-service.ts のFORK NOTEを参照。

ゴースト・マージ復元 (revert 134cfd5 で消失した内容):
- 538f306 superset-sh#3120 — Patch vuln ✓
- 1588d20 superset-sh#3108 — terminal lifecycle分離 ✓
- 59426f6 superset-sh#3122 — file tree + FilePane + Alert refactor (手動統合) ✓
- 10d9a5d superset-sh#3097 — tiptap line-height ✓
- 337a9ae superset-sh#3121 — Codex hooks削除 ✓
@Kitenite Kitenite deleted the fork-tendency branch May 6, 2026 04:54
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.

1 participant