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/onetcli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: feigeCode/onetcli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 12 commits
  • 34 files changed
  • 1 contributor

Commits on Jul 7, 2026

  1. Configuration menu
    Copy the full SHA
    0131b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44069f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea3f133 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a921a5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d797f95 View commit details
    Browse the repository at this point in the history
  6. Revert "fix: load PostgreSQL table comments (#93)"

    This reverts commit d797f95.
    feigeCode committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    610d891 View commit details
    Browse the repository at this point in the history
  7. feat(window): 实现窗口置顶状态切换及通知功能

    - 添加 AlwaysOnTopNotification 用于窗口置顶状态变更的通知管理
    - 优化窗口置顶切换逻辑,支持 macOS 平台窗口级别的正确设置
    - 显示成功与错误通知,提示用户当前置顶状态及对应快捷键操作
    - 提取快捷键标签渲染,支持动态获取和格式化快捷键显示
    - 增加多平台兼容性处理,macOS 使用 Obj-C Runtime 控制窗口层级
    - 编写多项单元测试,验证置顶状态计算和通知消息生成正确性
    - 改善错误处理并日志告警,实现失败时的用户反馈和重试提示
    feigeCode committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    4f5553b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04d20c8 View commit details
    Browse the repository at this point in the history
  9. feat(terminal_view): 优化SSH连接错误显示和控件滚动功能

    - 添加 format_connection_error 函数,格式化连接错误信息,保留上下文链
    - 修改连接测试错误处理,使用格式化错误信息替代简单字符串
    - 在错误信息展示区增加滚动条和样式,支持多行错误详情显示
    - 视图组件中错误消息区支持滚动显示,提升用户体验
    - 增加单元测试,确保错误上下文信息完整输出
    - 引入 ScrollableElement 以支持滚动相关功能
    feigeCode committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    bdf2597 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b2962f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26fbd55 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6f1fa6 View commit details
    Browse the repository at this point in the history
Loading