update to 1.3.4

This commit is contained in:
fasiondog 2024-02-01 19:26:19 +08:00
parent ffb1f21cbc
commit d299d1dfcd
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
版本发布说明
=======================
1.3.4 - 2024年2月1日
-------------------------
1. fixed windows 下第三方依赖 hikyuu 的 C++ 代码中无法使用 KData
2. 调整 matplotlib font manager 日志级别
1.3.3 - 2024年1月31日
-------------------------

View File

@ -73,7 +73,7 @@ add_rules("mode.debug", "mode.release")
if not is_plat("windows") then add_rules("mode.coverage", "mode.asan", "mode.msan", "mode.tsan", "mode.lsan") end
-- version
set_version("1.3.3", {build = "%Y%m%d%H%M"})
set_version("1.3.4", {build = "%Y%m%d%H%M"})
set_configvar("LOG_ACTIVE_LEVEL", 0) -- 激活的日志级别
-- if is_mode("debug") then
-- set_configvar("LOG_ACTIVE_LEVEL", 0) -- 激活的日志级别