Skip to content

Releases: owent/xresconv-cli

v1.4.5

Choose a tag to compare

@owent owent released this 30 Mar 06:16
a144e6d

CHANGELOG

  1. 输出矩阵支持设置 output_dir

v1.4.4

Choose a tag to compare

@owent owent released this 07 Jan 14:07
75d8c28

CHANGELOG

  1. 优化颜色输出

Full Changelog: v1.4.3...v1.4.4

v1.4.3

Choose a tag to compare

@owent owent released this 03 Dec 13:24
75e31fd

CHANGELOG

  • 修复jar包错误时,返回码仍然为0的BUG。

Full Changelog: v1.4.2...v1.4.3

v1.4.2

Choose a tag to compare

@owent owent released this 10 Jul 07:43
v1.4.2
6d29d26

CHANGELOG

  1. 支持多个 data_src_dir 配置

v1.4.1

Choose a tag to compare

@owent owent released this 10 Jul 07:43
v1.4.1
b9623ad

CHANGELOG

  1. 优化 print_color 模块的查找位置
  2. 更新 print_color 模块
  3. 修订老式命令行接口的错误码
  4. 优化忽略规则
  5. 修订重复的自定义参数的问题
  6. 支持多个 proto_file 配置
  7. 修复 global 里配置的默认 option 配置

v1.4.0

Choose a tag to compare

@owent owent released this 09 Nov 02:56
4d8b671

CHANGLELOG

  1. 增加output_type的tag和class限定
  2. 修订错误输出
  3. 修订编码风格
  4. 允许目录执行
  5. 修订异常捕获流程
  6. 支持自定义java路径,自动检查JAVA_HOME环境变量

v1.3.1

Choose a tag to compare

@owent owent released this 26 Sep 14:51
8713ce7

CHANGELOG

  1. 使用python2时,标准输出和标准错误尝试优先使用输出二进制数据块方式。适配Windows环境下默认字符集是cp65001(UTF-8)时python内部会错误的问题
  2. 修复Windows下使用python2时,某些默认编码输出编码不正确的问题。

v1.3.0

Choose a tag to compare

@owent owent released this 08 Sep 06:25
529ab48

CHANGELOG

  1. 支持多个 <output_type></output_type> 参数,支持给每个 output_type 单独设置 rename 规则
  2. 优化标准输出和标准错误的输出编码,自动转换 xresloader 的输出编码
  3. 优化 xresloader 的输入编码

v1.2.0

Choose a tag to compare

@owent owent released this 02 Nov 09:34

CHANGLOG

  1. 同步[xresloader][1]修改版本号规则为3位,和maven内大多数库的结构一致,主版本号.功能版本号.修订版本号
  2. 新增指定数据版本号的支持(需要[xresloader][1] 1.4.0以上版本)
  3. 移除Deprecated的OptionParser,使用新的argparse

v1.1.0.0

Choose a tag to compare

@owent owent released this 10 Dec 17:59

更新列表

  1. 省略scheme表的参数支持(需要xresloader 1.3.0.0 或以上版本)
  2. 修复Windows下控制台编码和文件系统编码不同时打开文件可能失败的问题