Skip to content

v1.3.26

Compare
Choose a tag to compare
@DragonKnightOfBreeze DragonKnightOfBreeze released this 06 Dec 10:18
· 18 commits to master since this release

Release Notes

  • #103 Victoria 3 has one more type of color: hsv360
  • #104 There is a problem with the new ?= operator when it is directly on a value.
  • 优化IncorrectFileEncodingInspection (参见 #102)
  • 优化规则匹配逻辑,以更准确地匹配与区分scope_fieldvalue_field
  • 兼容在复杂表达式中使用内联的参数条件表达式(如,value:xxx|P|[[P1]$V$]V|
  • 修复查询修正相关本地化时没有忽略大小写的问题
  • #101 Victoria 3 link Comparisons - 兼容传参格式的连接(如,relations(root.owner)
  • #105 Read access is allowed from inside read-action only - 相关优化

  • #103 Victoria 3 has one more type of color: hsv360
  • #104 There is a problem with the new ?= operator when it is directly on a value.
  • Optimize IncorrectFileEncodingInspection (See #102)
  • Optimize rule match logic to match and differ scope_field and value_field more exactly
  • Compatible with inline parameter condition expressions in complex expressions (e.g., value:xxx|P|[[P1]$V$]V|)
  • Fixed the issue that case was not ignored when searching modifier-related localisations
  • #101 Victoria 3 link Comparisons - Compatible with argument-style links (e.g., relations(root.owner))
  • #105 Read access is allowed from inside read-action only - Related optimizations