Releases: LanceGin/QBox
Releases · LanceGin/QBox
Add: Tray icon
Add: Create Bucket And Drop Bucket Features
Submit to Mac App Store
Update
- QBox has been submit to MAS, it will be released in less than a week.
- keyup-enter has been bind to search box.
- Windows and Linux versions are on the way.
更新
- QBox已经提交了MAS审核,近几天审核通过就可以直接在MAS中下载。
- 搜索框加入了回车键响应。
- windows和Linux版本正在编译中,编译完成将上传附件,
QBox v1.0.x for Mac OS X released
Screenshots
Bucket Panel
Manage Panel
Upload Panel
Feature
Bucket Panel
- Login by setting
accessKey
andsecretKey
. - Logout by clearing localStorage (include
accessKey
andsecretKey
). - List all buckets (include private).
- Manage files in a bucket, that will open a new
Manage Panel
.
Manage Panel
- List all files in a specified bucket.
- List all files with pagination.
- Sort by
file name
,file type
,file size
ormodified time
. - Preview
image
andmedia
file. - Delete a existing file.
- Delete a batch of files were checked.
- Copy the outer link of a file.
- Refresh the files in the bucket.
- Download a existing file.(this feature will be put in
preview
modal) - Upload a single file.
- Search filter.
功能
仓库面板
- 通过本地设置
accessKey
和secretKey
获取管理权限。 - 可清除本地token(包括
accessKey
和secretKey
)从而退出。 - 获取所有的仓库(包含私有仓库)。
- 新建一个专门的
管理面板
进行文件管理。
管理面板
- 列出仓库中的所有文件。
- 分页显示仓库中的文件,每次加载100条。
- 可通过
文件名
,文件类型
,文件大小
或者修改时间
进行排序。 -
图片
以及多媒体文件
预览功能。 - 删除单个文件。
- 批量删除文件。
- 复制文件外链。
- 刷新文件列表。
- 下载单个文件。
- 上传文件(支持拖拽)。
- 文件名前缀搜索。