Skip to content

Releases: vastsa/FileCodeBox

V2.3

Choose a tag to compare

@vastsa vastsa released this 30 Dec 19:50
fix: https://github.com/vastsa/FileCodeBox/issues/444

V2.2

Choose a tag to compare

@vastsa vastsa released this 23 Feb 02:32
1733111
feat: update latest version

V2.1

Choose a tag to compare

@vastsa vastsa released this 15 Jun 13:29

新增了挺多功能和细节的,比如说网站通知,以及前端限制文件大小和游客等,以及自定义网站说明等。鸽了挺久的,还有很多issue没修,最近总算是稳定下来一点点了,所以才慢慢的有时间维护。

V2.0

Choose a tag to compare

@vastsa vastsa released this 25 Oct 06:27

Good
一键安装

docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
一键更新

docker pull lanol/filecodebox:beta && docker stop filecodebox && docker rm filecodebox && docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta

V1.7 Beta

V1.7 Beta Pre-release
Pre-release

Choose a tag to compare

@vastsa vastsa released this 01 Mar 10:40
  1. 异步分片上传

image

2. 多样化上传方式

image

V1.6

Choose a tag to compare

@vastsa vastsa released this 19 Jan 13:57

更新了挺多的,后台管理,本地文件

V1.5.9.2

Choose a tag to compare

@vastsa vastsa released this 10 Jan 05:48

1.首页新增版本号
2.修复二维码多了个斜杠
3.修复黑暗模式消息框字体颜色

V1.5.9.1

Choose a tag to compare

@vastsa vastsa released this 29 Dec 08:56

fix bug

V1.5.8

Choose a tag to compare

@vastsa vastsa released this 19 Dec 14:35
f80d509

1.新增banner
2.后台翻页,设置banner

V1.5.6

Choose a tag to compare

@vastsa vastsa released this 16 Dec 03:52

add:前端判断文件大小
add:自定义删除过期文件间隔,修复因间隔过短导致还没下载文件就没了
update:Docker由800多m,减小到100m