Nebula 1.7.0:分享与效率双线更新,公开直链 + Cmd/Ctrl+K 命令面板

Nebula 1.7.0 聚焦分享效率两条线。分享侧:对象可设为公开读并复制一个不会过期的永久公共直链,还能给每个账号配自定义域名 / CDN,直链走你自己的域名。效率侧:新增Cmd/Ctrl+K 命令面板(输入即跳转账号 / 收藏,空输入先列最近访问)、收藏夹(收藏常去的桶 / 前缀一键跳回)与最近访问(自动记录去过的位置)。此外还带来残留分片上传清理(回收白白计费的存储)、搜索结果批量操作、传输面板的一键重试全部失败,以及一次底层收敛——所有配置(账号、收藏、最近访问、界面偏好)全部迁入本地 SQLite 并分表存储,不再使用浏览器 localStorage。

Nebula 1.7.0 focuses onsharingandproductivity. On sharing: make an objectpublic-readand copy apermanent, non-expiring direct link, optionally through acustom domain / CDNconfigured per account. On productivity: a newCmd/Ctrl+K command palette(type to jump to any account or bookmark, recent locations listed first),bookmarks(pin frequent buckets / prefixes for one-click return) andrecent locations(visited places tracked automatically). It also addsincomplete multipart upload cleanupto reclaim silently-billed storage,batch actions on search results, aretry-all-failedbutton in the transfer panel, and an under-the-hood consolidation — all configuration (accounts, bookmarks, recents, UI preferences) now lives in localSQLite across dedicated tables, with no more browser localStorage.


版本信息 | Release Information

  • 项目地址 | Repository:https://github.com/devlive-community/nebula
  • 官方网站 | Official Website:https://nebula.devlive.org/
  • 版本号 | Version:v1.7.0
  • 发布日期 | Release Date:2026年7月17日 | July 17, 2026

分享与公开访问 | Sharing & Public Access

  • 公开读 + 永久直链:右键把对象设为公开读设为私有;公开后可复制一个不会过期的永久公共直链,适合长期对外托管的静态资源。
  • 自定义域名 / CDN:在账号里配置公共域名(CNAME / CDN),永久直链会走你自己的域名而非云厂商默认 endpoint,便于套 CDN 与统一品牌。

Make an object public-read (or private again) from its context menu, then copy a permanent link that never expires — ideal for long-lived public assets. Configure a public domain (CNAME / CDN) per account and the permanent link is built on your own domain instead of the vendor’s default endpoint.

导航与效率 | Navigation & Productivity

  • 命令面板(Cmd/Ctrl+K):随处唤起,输入即在账号收藏里过滤跳转,↑↓ 选择、回车跳转、Esc 关闭;不输入时先列出最近访问,上一处工作的地方一键即达。
  • 收藏夹:把常去的桶 / 前缀收藏起来,从头部下拉一键跳回;按账号 + 路径保存。
  • 最近访问:自动记录去过的桶 / 前缀(保留最近若干条),在命令面板里优先展示。

A command palette (Cmd/Ctrl+K) filters accounts and bookmarks as you type — arrow keys to move, Enter to jump, Esc to close — and lists recent locations first when the query is empty. Bookmark frequent buckets / prefixes and jump back from a header dropdown, and revisit recently-opened locations that are tracked automatically.

存储治理 | Storage Hygiene

  • 清理残留分片上传:分片上传中断后残留的分片会持续计费却不可见。现在可从 Bucket 菜单列出并一键清理所有未完成的分片上传,回收这部分存储。

Interrupted multipart uploads leave orphaned parts that keep costing money but don’t show up in listings. List and clean up all incomplete uploads in a bucket from its menu to reclaim that storage.

搜索与传输 | Search & Transfers

  • 搜索结果批量操作:桶内递归搜索的结果现在可多选,直接对选中项批量转换存储类型 / 取回归档 / 删除 / 下载
  • 一键重试全部失败:批量传输里若干任务失败时,传输面板头部一键重试所有可重试的失败 / 已取消 / 已中断任务,不必逐个点。

Search results can be multi-selected and batch-acted on (change storage class, restore, delete, download). When several tasks in a batch fail, a “retry all failed” button in the transfer panel re-runs every retryable one at once.

底层与打磨 | Under the Hood & Polish

  • 配置全面迁入 SQLite:账号、收藏、最近访问与界面偏好(主题 / 视图 / 语言 / 侧栏宽度)不再使用 localStorage,统一持久化到本地 SQLite,并按用途分表存储(bookmarks/recent_locations/ui_prefs),更可靠、可备份。
  • 统一的自定义下拉组件:界面里的原生<select>全部替换为自定义组件,跨平台外观一致、可主题化。

All configuration moved from browser localStorage into local SQLite, split across dedicated tables (bookmarks/recent_locations/ui_prefs) for reliability. Native<select>controls were replaced with a themeable custom component for a consistent look across platforms.


立即下载 | Download Now

在 GitHub Releases 下载最新版本,或访问官方网站了解更多信息。

Download the latest version from GitHub Releases, or visit the Official Website for more information.