Skip to content

Releases: huxulm/lc-rating

0.0.7

01 Nov 04:14

Choose a tag to compare

0.0.7 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.6...0.0.7

Release v0.0.6

06 Mar 10:08

Choose a tag to compare

What's Changed

  • Update Problem List and Script by @Yorafa in #27
  • 捉虫 + 题单更新 + 部分优化 by @Yorafa in #28
  • feature: 每周自动更新题单Action + 题单中加入进度追踪及显示 by @Yorafa in #31
  • fix unchange bug by @Yorafa in #33
  • Add filter for Zen Progress, fix bug on update problem list by @Yorafa in #35
  • fix: 修复竞赛列表页面的分页控件遮挡表格的问题 by @Autumnal-Joy in #36
  • revert discussion script + add manually run workflow by @Yorafa in #37
  • fix: 修复题目编号里包含'.'时的id分割错误 by @Autumnal-Joy in #42
  • 修复控制台报的错,重构部分代码,做出一些优化 by @Autumnal-Joy in #43
  • 题单页面新增跳转到TODO题目的按钮 by @Autumnal-Joy in #44
  • 组件重构、解耦与部分bug修复 by @Autumnal-Joy in #45
  • 修复useStorage特殊情况下的错误,重构useZen和zenk组件 by @Autumnal-Joy in #46
  • 重构进度选项的数据结构,修复难度图标样式问题 by @Autumnal-Joy in #49
  • 增加进度选项的自定义功能 by @Autumnal-Joy in #51
  • 网站崩溃紧急修复 by @Autumnal-Joy in #52
  • optim: 优化自定义选项的错误检测逻辑 by @Autumnal-Joy in #53

New Contributors

Full Changelog: 0.0.5...0.0.6

Public data fetching tool

03 Dec 04:59

Choose a tag to compare

Usage of ./lc-maker:
  -exemask int
        sub funcs execution config with mask, 15 for full execution (default 15)
  -latest
        fetching strategy if use latest (default true)
  -logdir string
        log directory
  -loglevel uint
        log directory (default 4)
  -out string
         (default "../../../lc-rating/public")
  • exemask 取值: 1 (pull questions) & 2 (pull contests) & 4 (pull ratings) & 8 (pull solutions)
    e.g. --exemask 15 会执行所有任务
  • 需要设置如下环境变量来连接 mongodb 数据库
    • MONGO_URI= "<mongodb://HOST:PORT>"
    • DB_NAME= "<DB NAME>"
    • DB_USER= "<USERNAME>"
    • DB_PASS= "<PASSWORD>"

0.0.5

30 Sep 06:13
9ea7c21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.4...0.0.5

v0.0.4

11 Apr 11:12
9b8f035

Choose a tag to compare

use nextjs as an replacement of vitejs

v0.0.3

11 Apr 08:39

Choose a tag to compare

⚡️improve style

0.0.2

24 Feb 15:44

Choose a tag to compare

What's Changed

  • feat: Add Dropdown Menu for Progress Tracking in Zen by @KefeiQian in #3
  • 题目绑定题解链接(来源@灵茶山艾府
  • 题解列表搜素,支持题号,标题,题解标题搜索
  • 标签过滤

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1

19 Jun 09:38
416baaf

Choose a tag to compare

Update README.md