diff --git a/HISTORY.md b/HISTORY.md index b08788e2..e36416f9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,30 +1,17 @@ # Changelog -## (unreleased) - -#### Fix - -* Get only enabled proxies for subs. - -* Show tuic enable & port options in sttings. - -* Show hysteria enable option. - -* Flash bug when enable/disable ing proxies. - -* Don't send unsupported protocols in v2rayng sub. +## v10.20.1 (2024-04-12) #### Other -* Merge pull request #192 from Iam54r1n4/devp10-patch-3. - _Handle v2rayng sub & bug fix_ +* Update translations. -* Add: add xray json configs to auto sub options. +* Update. -## v10.20.0 (2024-04-11) +## v10.20.0 (2024-04-12) #### New @@ -112,6 +99,16 @@ #### Fix +* Get only enabled proxies for subs. + +* Show tuic enable & port options in sttings. + +* Show hysteria enable option. + +* Flash bug when enable/disable ing proxies. + +* Don't send unsupported protocols in v2rayng sub. + * Typo. * Shadowsocks config & update usage bug. @@ -246,6 +243,11 @@ #### Other +* Merge pull request #192 from Iam54r1n4/devp10-patch-3. + _Handle v2rayng sub & bug fix_ + +* Add: add xray json configs to auto sub options. + * Refactor. * Fix bug? diff --git a/hiddifypanel/VERSION b/hiddifypanel/VERSION index ea4ccb28..063dbc8e 100644 --- a/hiddifypanel/VERSION +++ b/hiddifypanel/VERSION @@ -1 +1 @@ -10.20.0 +10.20.1 diff --git a/hiddifypanel/VERSION.py b/hiddifypanel/VERSION.py index 14c21206..85dbc64d 100644 --- a/hiddifypanel/VERSION.py +++ b/hiddifypanel/VERSION.py @@ -1,3 +1,3 @@ -__version__='10.20.0' +__version__='10.20.1' from datetime import datetime __release_date__= datetime.strptime('2024-04-12','%Y-%m-%d') diff --git a/hiddifypanel/translations/en/LC_MESSAGES/messages.mo b/hiddifypanel/translations/en/LC_MESSAGES/messages.mo index 20d7806d..f8e4963c 100644 Binary files a/hiddifypanel/translations/en/LC_MESSAGES/messages.mo and b/hiddifypanel/translations/en/LC_MESSAGES/messages.mo differ diff --git a/hiddifypanel/translations/fa/LC_MESSAGES/messages.mo b/hiddifypanel/translations/fa/LC_MESSAGES/messages.mo index b513723b..de01f85c 100644 Binary files a/hiddifypanel/translations/fa/LC_MESSAGES/messages.mo and b/hiddifypanel/translations/fa/LC_MESSAGES/messages.mo differ diff --git a/hiddifypanel/translations/pt/LC_MESSAGES/messages.mo b/hiddifypanel/translations/pt/LC_MESSAGES/messages.mo index fc7fc11c..68247d51 100644 Binary files a/hiddifypanel/translations/pt/LC_MESSAGES/messages.mo and b/hiddifypanel/translations/pt/LC_MESSAGES/messages.mo differ diff --git a/hiddifypanel/translations/ru/LC_MESSAGES/messages.mo b/hiddifypanel/translations/ru/LC_MESSAGES/messages.mo index 829ff107..d1a630fa 100644 Binary files a/hiddifypanel/translations/ru/LC_MESSAGES/messages.mo and b/hiddifypanel/translations/ru/LC_MESSAGES/messages.mo differ diff --git a/hiddifypanel/translations/zh/LC_MESSAGES/messages.mo b/hiddifypanel/translations/zh/LC_MESSAGES/messages.mo index 3d338f79..b6cd6598 100644 Binary files a/hiddifypanel/translations/zh/LC_MESSAGES/messages.mo and b/hiddifypanel/translations/zh/LC_MESSAGES/messages.mo differ