Skip to content

Releases: okhanyu/minichat

v0.0.9

12 Jul 10:26
2612a22
Compare
Choose a tag to compare
  • 添加环境变量 TEMPLATE_NAME
  • 添加 bulma 模板,使用 bulma 样式
  • 将 index.html 模板重命名为 diu
  • 为自动构建 docker 镜像添加 Github Action操作

所有更新来自 @alanoy


  • 在直接使用可执行文件运行时,请记得将可执行文件与config.yaml放在同级文件夹内
  • 本版本暂未支持win7

What's Changed

  • Add new template, Docker build automation, support TEMPLATE_NAME env variable by @alanoy in #9

New Contributors

  • @alanoy made their first contribution in #9

Full Changelog: v0.0.5...v0.0.9

v0.0.5

21 Jun 17:25
cf581c1
Compare
Choose a tag to compare

What's Changed

  • feat: 更换全新的界面和组件
  • feat: 修改密码校验逻辑
  • feat: 修改昵称重复后的处理逻辑
  • fix: 修复密码校验失败后空消息问题

New Contributors

Full Changelog: v0.0.1...v0.0.5

v0.0.1

19 Jun 20:24
Compare
Choose a tag to compare

Minichat

Minichat 是一款极简、极轻、无痕匿名聊天工具,开发此程序的本意是用于自己平日与好友临时讨论敏感话题时使用,现开源共享,代码简陋,请多包涵。

如有兴致,还请赏个 github 的 Star .

特性

  • 无数据库、无前端组件、无日志,打包后镜像仅 16M
  • 支持自定义服务端口、支持单独配置后端服务 Server API
  • 良好的匿名特性、安全隐私特性,数据只在服务器内存中毫秒级短暂中转不留痕
  • 支持房间密码、后进房间不能观看之前记录等特性,非常安全
  • 只需随意填写用户昵称,无任何真实信息,非常安全
  • 所有人离开房间即销毁,非常安全
  • 简洁但用心的界面布局
  • 适配手机端、Web端

Full Changelog: https://github.com/okhanyu/minichat/commits/v0.0.1