This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Releases: Sloaix/Gofi
Releases · Sloaix/Gofi
Release v1.0.0-beta.5
chore: release v1.0.0-beta.5
Release v1.0.0
Gofi 1.0.0 的发布,意味着Gofi的前端已经使用React+Typescript+TailwindCSS完全重构,同时抛弃了沉重的AntDesign,以及对Typescript支持不佳的Vue.
随着1.0.0的发布,还有很多工作等待着完成.
比如说:
- 更好的docker支持
- 命令行支持更多可配置参数
- 支持文件的断点续传
- 文件搜索(需要对文件进行索引)
但是我首先,我想用gin替代iris.
The release of gofi 1.0.0 means that the front end of gofi has been completely reconstructed using react + typescript + tailwindcss, while abandoning heavy ant design and Vue with poor support for typescript
With the release of 1.0.0, there is still a lot of work to be done,
for example:
-
Better docker support
-
The command line supports more configurable parameters
-
Support for file breakpoint transfer
-
File search (files need to be indexed)
But first, I want to use gin instead of iris
Release v1.0.0-beta.4
chore: release v1.0.0-beta.4
Release v1.0.0-beta.3
- refactor: additional text translation of the login page
Release v1.0.0-beta.2
- 修复docker无法指定ip和port参数的问题
- Fix the problem of not being able to specify ip and port parameters in docker
Release v1.0.0-beta.1
- Only Chinese is supported for now, before the official version is released, English will be supported
- 目前只支持中文,在正式版本发布之前,将支持英文
- Now you can deploy Gofi using Docker
- 现在你可以使用docker来部署Gofi了
Release v0.5.4
- fix: remove CheckIp function in unit test
- fix: check path safety
- feat: support audio file preview.
- feat: add download button for preview page
- feat: allow preview assets in browser
- feat: add title for language switch icon.
- feat: image,video,text file preview
- fix: build problem, try to remove upx to fix it(#6)
- refactor: backend response build method
- refactor: file index navigation
- refactor: make language depends on http header Accept-Language
- feat: imporve preview mode for frontend ui
Release refs/heads/feat_ent
fix: check path safety
Release v0.5.3
新增视频、音频、文本图标显示功能,最后修改时间显示功能
- feat: display file icon according to the file extesion
- feat: show last modified column for list
Release v0.5.2
- improve GetLanIP method.#5
- the size of the gofi was optimized using the upx.