Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feigeCode/navop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: feigeCode/navop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Sep 19, 2026

  1. Merge pull request #240 from feigeCode/dev

    chore(release): 发布 v0.18.4(macOS 托盘恢复崩溃 + Windows 重复启动)
    feigeCode authored Sep 19, 2026
    Configuration menu
    Copy the full SHA
    e16f479 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2026

  1. chore(deps): 依赖地址改为 gpui-kit 仓库

    上游 longbridge/gpui-component 已改名为 longbridge/gpui-kit,fork 同步改名,
    所有 gpui-* 依赖、patch、文档与同步脚本里的仓库地址一并更新。
    
    同步脚本同时修掉了三处与旧仓库名绑定的匹配逻辑:守卫条件改为按 gpui-kit
    仓库名匹配、Cargo.lock 校验的 rev 正则允许缺少 ".git"、依赖行允许只锁定
    rev 而没有 version 字段。
    feigeCode committed Sep 20, 2026
    Configuration menu
    Copy the full SHA
    1142f2f View commit details
    Browse the repository at this point in the history
  2. feat(home): screenshot-safe 下随机化连接与分组的展示名

    screenshot-safe 之前对所有连接使用同一套固定占位符,截图里每张卡片都长一样。
    现在改为按连接 ID 生成稳定的假数据:同一个连接每次渲染结果一致,不同连接之间
    互不重名,地址只使用 example.com 与文档专用网段(192.0.2.x / 198.51.100.x /
    203.0.113.x),不会指向真实主机。
    
    新增 main/src/screenshot_safe.rs 统一提供脱敏数据,首页卡片、连接信息行以及
    左侧连接树里的最近连接名、分组名都改为经过它。只替换展示字符串,
    HomePage.connections / workspaces 保持原样,因此加密存储、云同步与实际连接
    仍然使用真实数据。
    feigeCode committed Sep 20, 2026
    Configuration menu
    Copy the full SHA
    a3e3b77 View commit details
    Browse the repository at this point in the history
  3. docs: 更新应用截图

    feigeCode committed Sep 20, 2026
    Configuration menu
    Copy the full SHA
    bc36868 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #241 from feigeCode/chore/gpui-kit-rename-and-scre…

    …enshot-safe
    
    Point gpui dependencies at gpui-kit and randomize screenshot-safe display data
    feigeCode authored Sep 20, 2026
    Configuration menu
    Copy the full SHA
    e8ce41d View commit details
    Browse the repository at this point in the history
Loading