From f34ed9879c5b31ce7443815612e522d06181af1a Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Fri, 4 Mar 2022 07:37:46 +0800 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bc1bc4a8..39de3e4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,14 @@ # Changes ## Until to now -- upgrade opencc to 2020-04-26 version -- upgrade ffmpeg to 4.4 +- upgrade opencc to 2020-04-26 version(through vcpkg) +- upgrade ffmpeg dependency to 4.4(on windows),code support to 5.0 - fix: double click word to translate ,right context menu does not display. - add macos release workflow ,though not verified. +- fix:middle button open in new tab does not work. +- optimize: large memory consumption ,when have large collection of dictionaries.even when query a small group of dictionaries. +- peformance: dsl parse performance . + when have very long lines,the line will be split into two parts .the remaining part was considered a normal headword ,and hanged when expand parts.