Skip to content

Releases: WordMasterSoftware/core

Release v1.3.5

Choose a tag to compare

@github-actions github-actions released this 08 Feb 12:48

版本变更内容

0f6dbd5 docs(config): 更新环境变量配置文件注释为英文

启动方式

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.3.4

Choose a tag to compare

@github-actions github-actions released this 04 Feb 10:03

版本变更内容

d4d35dc fix(prompt): 修复翻译评分提示模板

启动方式

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.3.3

Choose a tag to compare

@github-actions github-actions released this 29 Jan 08:21

版本变更内容

49ebeca feat(ci): 添加 Docker 镜像构建和推送工作流

启动方式

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.3.2

Choose a tag to compare

@github-actions github-actions released this 29 Jan 08:13

版本变更内容

424aa2b feat(auth): 实现邮箱地址大小写不敏感处理

启动方式

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Jan 10:47

版本变更内容

4d7a44b docs(deploy): 更新部署文档增加 Docker Compose 配置说明

启动方式

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 10:02

版本变更内容

2fd2872 feat(api): 添加 Marketplace JSON 单词本导入功能

启动方式

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 09:54

版本变更内容

609b020 docs(license): 更新GPL许可证文本内容

启动方式

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 13:44

版本变更内容

6467c8c feat(exam): 添加可用单词数量查询接口并优化考试模式去重逻辑

启动方式

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Jan 09:41

版本变更内容

4989896 feat(exam): 重构考试模块实现异步生成和完整流程

安装方式

pip install git+https://github.com/WordMasterSoftware/core.git@v1.0.2

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 04:41

版本变更内容

823fdff chore(build): 更新 .gitignore 配置
6a117bb chore(license): 更新许可证为GNU GPL v3
8477051 first commit

安装方式

pip install git+https://github.com/WordMasterSoftware/core.git@v1.0.0

依赖要求

  • Python 3.10+
  • PostgreSQL 14+

请参阅 README.md 了解更多详情。