登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
服务器应用
>
分布式服务/框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
4
Star
22
Fork
5
beifengtz
/
etcd-workbench
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
App-1.2.5
# Full Changes 1. Support reading all keys based on user permissions. #137 2. Move the pagination configuration from Settings to the Connection configuration. 3. Add Linux support and attempt to build Linux installation packages, supporting both **x86_64** and **aarch64** architectures. --中文-- 1. 支持按用户权限读取所有key #137 2. 将分页配置项从设置中一道连接配置 3. 适配Linux系统,尝试打Linux安装包,支持 x86_64 和 aarch64 两种架构 # Linux Support I have attempted to build Linux installation packages (**.deb** files) for both **x86_64** and **aarch64** platforms. However, since I do not currently have a Linux system with a GUI available for testing, I cannot confirm whether the packages run correctly or whether there are any UI compatibility issues. If you encounter any problems while using the Linux installation packages, please let me know immediately and I will do my best to resolve them. Of course, if you are able to help fix the issues and submit a PR, that would be even better.
5ebb15d
2026-03-06 15:01
下载
查看发行版
App-1.2.4
# Full Changes 1. Try to fix the update multiple error pop-up issue. #133 --中文-- 1. 尝试修复更新时多次错误弹窗的问题 #133
b1215af
2026-01-09 16:19
下载
查看发行版
App-1.2.3
# Full Changes ⚠️ A bug was introduced in version `1.2.2` by modifying the build script, causing clients with versions lower than `1.2.2` to be unable to upgrade, displaying the error message: `Verify signature error: InvalidSignature`. This issue has been fixed in this version, and older versions can now update normally. 1. Fixed an issue where authentication failed when connecting to etcd servers with versions lower than `3.3.0`. #132 --中文-- ⚠️ 在 1.2.2 版本修改构建脚本引入了一个bug,导致低于 1.2.2 版本的客户端无法升级,提示:`Verify signature error: InvalidSignature`,此问题在这个版本已修复,老版本可以正常更新。 1. 修复连接版本低于 `3.3.0` 的 etcd server时无法通过身份认证的问题 #132
bb31832
2025-12-04 15:36
下载
查看发行版
App-1.2.2
# Full Changes 1. Fixed an issue where CPU usage increased after the ssh tunnel was disconnected. #131 --中文-- 1. 修复ssh tunnel断开之后CPU占用升高的问题 #131
d72547a
2025-11-30 13:21
下载
查看发行版
App-1.2.1
# Full Changes 1. Added batch import and batch key-value pair import features. #129 2. Optimized page display. 3. Fixed the issue where the confirmation dialog shown before saving a key did not display code highlighting. --中文-- 1. 新增批量导入、批量导入键值对的功能 #129 2. 优化页面显示 3. 修复保存Key之前的变更确认框无代码高亮效果的问题
7c269f0
2025-11-25 19:13
下载
查看发行版
App-1.2.0
# Full Changes 1. Added multi-language localization support. Currently available: English, Simplified Chinese, Traditional Chinese (AI-generated), Japanese (AI-generated) #122 2. Added right-click context menu for tree view, supporting quick operations for keys and directories #113 3. Added auto-completion suggestions when entering key paths #114 4. Added the ability to directly select a specific version as the latest during key version comparison #115 5. Added directory renaming functionality #118 6. Added key renaming functionality #117 7. Added confirmation prompt when discarding unsaved changes in the editor #125 8. Added setting: whether tree search matches directories #111 9. Added setting: whether to display changes before saving a key #124 10. Added setting: number of keys to search when providing auto-completion suggestions #114 11. Adjusted app font style and optimized display effects for some interfaces 12. Fixed an issue where update notifications could be pushed repeatedly #123 --中文-- 1. 新增多语言本地化功能,目前支持:英语、简体中文、繁体中文(AI翻译)、日语(AI翻译) #122 2. 新增树形视图右键菜单功能,支持快捷操作key和目录 #113 3. 新增输入Key路径时提示补全功能 #114 4. 新增在key版本对比时直接选择指定版本设置为最新的功能 #115 5. 新增目录改名功能 #118 6. 新增Key改名功能 # 117 7. 新增编辑器抛弃未保存修改之前进行提示确认 #125 8. 新增设置项:树搜索是否匹配目录功能 #111 9. 新增设置项:保存key之前是否展示修改变化 #124 10. 新增设置项:补全提示时搜索Key的数量 #114 11. 调整了App字体样式,优化部分界面的显示效果 12. 修复更新提示会被重复推送的问题 #123 # Special Thanks @M1NGS for numerous suggestions in this release and a generous donation of ¥500 to support the project. @M1NGS 对此版本的诸多建议,以及对项目捐赠支持 ¥500
b97dacc
2025-08-12 11:45
下载
查看发行版
App-1.1.8
# Full Changes 1. Optimized Tree search performance - keyword search now excludes full path matching #103 2. Improved workspace drag interaction 3. Fixed SSH connection drops caused by EOF errors #109 4. Resolved namespace configuration issue preventing diff view #105 --中文-- 1. 尝试优化Tree搜索性能,不对全路径搜索关键字 #103 2. 优化工作区拖拽效果 3. 尝试修复SSH因为EOF断开连接的问题 #109 4. 修复配置namespace后无法查看diff的问题 #105
15fc498
2025-07-03 16:31
下载
查看发行版
App-1.1.7
# Full Changes 1. Optimize system notifications to prompt the key of the triggered event. #100 2. Fix a potential crash issue when disabled pagination query. #102 --中文-- 1. 优化系统通知,提示触发事件的key #100 2. 修复关闭分页查询后可能出现崩溃的问题 #102
43ac3d0
2025-06-06 17:59
下载
查看发行版
App-1.1.6
# Full Changes 1. Improved update user experience #98 2. Fixed inability to read non-UTF8 formatted keys #97 3. Fixed new version display issue --中文-- 1. 优化了更新的用户体验 #98 2. 修复了无法读取非UTF8格式的Key的问题 #97 3. 修复了无法显示新版本的问题
5062d08
2025-04-28 21:57
下载
查看发行版
App-1.1.5
# Full Change 1. Refactored key monitor implementation – Replaced polling with key watch for more real-time notifications. #79 2. Added directory monitoring support for key monitor. #93 3. Enhanced pause functionality – key monitor now supports pausing individual watch items. #94 4. Optimized metrics panel performance – Reduced lag and improved responsiveness. #91 5. Improved user experience – Various minor enhancements. 6. Fixed overlay display issues under weak network conditions. #90 7. Fixed TLS/SSL connection failure when fetching metrics. #95 -- 中文 -- 1. 重构Key Moinitor实现机制,key watch代替轮询,通知更实时 #79 2. 新增Key Monitor监听目录 #93 3. Key Monitor的暂停功能支持细分到每一个监听项 #94 4. 优化Metrics面板卡顿问题 #91 5. 优化一些用户体验 6. 修复弱网情况下出现的弹出层错乱问题 #90 7. 修复TLS/SSL连接获取Metrics失败的问题 #95
63f058f
2025-04-19 13:16
下载
查看发行版
App-1.1.4
# Full Change 1. New: Added configurable update sources – Mainland China users can now select Gitee for updates #84 2. New: Compact functionality for data optimization #88 3. New: Metrics viewer with search capability #89 4. Improved: UI layout and UX refinements for specific devices 5. Optimized: Build size reduced to just 4-5MB 6. Fixed: Key Merge editor theme now syncs with main editor theme changes #83 7. Fixed: Word selection with `Ctrl + Shift + Left/Right` shortcuts in editor #87 --中文-- 1. 新增指定更新源的配置,中国大陆用户可以选择Gitee拉取更新 #84 2. 新增Compact功能 #88 3. 新增查看和搜索Metrics功能 #89 4. 优化了部分设备下的UI布局和用户体验 5. 优化了打包,体积仅4~5MB 6. 修复了修改编辑器主题时,Key Merge编辑器主题未同步的问题 #83 7. 修复了在编辑器中无法使用`Ctrl + Shift + Left/Right`选中单词的问题 #87
76a9916
2025-03-29 20:47
下载
查看发行版
App-1.1.3
# Full Change 1. Added: One-click fold/unfold button #75 2. Added: Online merge conflict resolution when creating or updating Keys if intermediate versions are present #76 3. Fixed: Issue where the save button may become unclickable after multiple modifications to a Key #77 --中文-- 1. 新增:一键折叠/展开按钮 #75 2. 新增:新建和更新Key时,如果出现中间版本可以在线合并解决冲突的功能 #76 3. 修复:Key多次修改保存后可能导致无法点击保存按钮的问题 #77 # License Change The open source license has been changed from `Apache-2.0` to `GPL-3.0` starting from this version. --中文-- 开源协议从此版本开始由 `Apache-2.0` 修改为 `GPL-3.0`
7e1be17
2025-02-20 11:29
下载
查看发行版
App-1.1.2
# Full Change 1. New: kubernetes proto decoder #64 #62 1. v1 - Event, Secret, PersistentVolumeClaim, PersistentVolume 2. apps/v1 - StatefulSet 3. batch/v1 - CronJob, Job 4. networking.k8s.io/v1 - IngressClass, Ingress 5. admissionregistration.k8s.io/v1 - ValidatingWebhookConfiguration 2. New: Key monitor pause function #72 3. Optimized: System notification function, streamline system notification when a large number of events are triggered #65 4. Optimized: Click on the key in the left directory simultaneously selects the key in the key monitor #68 5. Optimized: Enter the edit panel when clicking key monitor #71 6. Optimized: My collections and key monitors add local search function #69 7. Optimized: Close process automatically add global popup #70 8. Optimized: Lease expired handling #73 9. Optimized: Startup automatically update version 10. Fixed: Update monitor interval when error #66 The annual Spring Festival is approaching, and this is the last update before the Chinese Lunar New Year. Wishing everyone an early Happy New Year!🎉 --中文-- 1. 新增: kubernetes proto decoder #64 #62 1. v1 - Event, Secret, PersistentVolumeClaim, PersistentVolume 2. apps/v1 - StatefulSet 3. batch/v1 - CronJob, Job 4. networking.k8s.io/v1 - IngressClass, Ingress 5. admissionregistration.k8s.io/v1 - ValidatingWebhookConfiguration 2. 新增:Key Monitor暂停功能 #72 3. 优化:系统通知功能,大量事件触发时精简系统通知 #65 4. 优化:点击收藏的Key时同时选中左侧目录中的key #68 5. 优化:点击Key Monitor时进入编辑面板 #71 6. 优化:My Collections和Monitors添加本地搜索功能 #69 7. 优化:关闭进程时添加全局弹窗 #70 8. 优化:Lease过期后的处理 #73 9. 优化:启动时自动更新版本 10. 修复:更新Monitor Interval时报错 #66 一年一度的春节即将到来,这是中国农历新年前的最后一次更新,提前祝大家新年快乐!🎉
fbc4aa7
2025-01-21 18:54
下载
查看发行版
App-1.1.1
# Full Change 1. New: Automatically identify and format protobuf - formatted content stored in Kubernetes. #61 #60 #41 #32 2. New: Added server prefix search function. #61 3. Optimization: SSH Tunnel supports more kex algorithms. #58 4. Fixed: The issue that the monitor button pops up multiple times when there are multiple connections. #57 --中文-- 1. 新增:自动识别并格式化kubernetes存储的protobuf格式内容 #61 #60 #41 #32 2. 新增:服务器前缀搜索功能 #61 3. 优化:SSH Tunnel支持更多的kex算法 #58 4. 修复:多个连接时点击Monitor按钮会弹出多次的问题 #57
2bee9f3
2025-01-14 18:56
下载
查看发行版
App-1.1.0
# Full Changes 1. New: Favorite Key function. #28 2. New: Listen for Key changes function. #50 3. Optimization: Regularly check for version updates. #55 4. Optimization: Value language format recognition and memory, automatically use it next time after the user changes the format. #49 5. Optimization: Automatically remove the Key function after the Lease expires. #52 6. Optimization: Automatic update after the connection token expires. #47 7. Optimization: Shield user behavior when automatically updating the version to avoid misoperation. #45 8. Fixed: Error when viewing `Diff` for keys in formats such as `Nginx` and `Dockerfile`. #53 9. Fixed: The problem of covering the Header when the page pop-up box appears, resulting in the inability to drag the window. #46 10. Fixed: Occasionally the version number in the settings is not updated. --中文-- 1. 新增:收藏Key功能 #28 2. 新增:监听Key变化功能 #50 3. 优化:定期检测版本更新 #55 4. 优化:Value语言格式识别记忆,用户修改格式后下次载入自动使用 #49 5. 优化:取消Lease失效后自动移除Key的功能 #52 6. 优化:连接token过期后自动更新 #47 7. 优化:自动更新版本时屏蔽用户行为以免误操作 #45 8. 修复:Nginx、Dockerfile等格式的key查看Diff时报错的问题 #53 9. 修复:页面弹框出现时会遮盖Header的问题,导致无法拖拽窗口 #46 10. 修复:偶现设置中版本号未更新的问题
4c744bc
2024-12-17 20:19
下载
查看发行版
App-1.0.4
# Full Changes 1. Added code highlighting for Shell, Dockerfile, and Nginx. #43 2. Added startup anomaly detection and reporting capabilities. 3. Optimize the automatic update function. 4. Optimize user experience. 5. Fixed bug: After the window is full screen, it cannot be restored to full screen next time it is started. 6. Fixed bug: The maximize icon on Windows platform is not updated in time. ---中文--- 1. 新增代码高亮格式:Shell、Dockerfile、Nginx #43 2. 新增App启动异常检测和报告功能 3. 优化自动更新功能 4. 优化用户体验 5. 修复Bug:窗口全屏后二次启动无法恢复的问题 6. 修复Bug:全屏图标更新不及时的问题
f8e6851
2024-10-15 16:17
下载
查看发行版
App-1.0.3
# Full Changes 1. Supported editor formatting function. #37 2. Supported keys tree keyword search function. #42 3. Optimized keys tree rendering performance. #38 4. Optimized editor blob display format. 5. Optimized user experience. 6. Fixed the issue of CA file selection failure during SSL connection. #39
d5d6d77
2024-09-27 18:30
下载
查看发行版
App-1.0.2
Fixed the bug that the update succeeded but the restart failed in the macos environment
6020e3f
2024-09-10 16:11
下载
查看发行版
App-1.0.1
# Full Changes 1. Encrypt local data for storage and improve security. 2. Fixed the bug that connection paging reading may fail when setting namespace. 3. Fixed the bug of viewing version diff cache.
51f7b09
2024-09-10 15:03
下载
查看发行版
Web-1.1.4
# Full changes 1. Added defragmentation function. #18 2. Added a heartbeat detection switch, which can be controlled through the configuration file. #29 #27 3. Optimized the query to pagination when reading the key, and read 5000 data items per page. #15 4. Optimized configuration verification. #23 5. Optimized key compatibility with PKCS1 and PKCS8. #16 6. Fixed a bug that caused the page to freeze when reading a deleted key. #24 7. Fixed the issue that when getting historical versions, if there is a compressed version, the version list cannot be read. #25 8. Fixed data cache issue when viewing version diff. #34 # 🔥 App Version The App version has been released to replace the Web version. It is strongly recommended that you use the App, it has more comprehensive functional support and better user experience. # ⚠️ Announcement The Web version plans to stop adding new features in a future version and only fix some serious bugs. Thank you for your support.
3287afe
2024-09-10 11:59
下载
查看发行版
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
TypeScript
1
https://gitee.com/tzfun/etcd-workbench.git
git@gitee.com:tzfun/etcd-workbench.git
tzfun
etcd-workbench
etcd-workbench
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册