diff --git a/module_settings.py b/module_settings.py index 5f249e4..fd80274 100644 --- a/module_settings.py +++ b/module_settings.py @@ -242,7 +242,7 @@ def check_engine_admin_permission(request, *args, **kwargs): BK_APIGW_GRANT_APPS = env.BK_APIGW_GRANT_APPS # version log config - VERSION_LOG = {"FILE_TIME_FORMAT": "%Y-%m-%d"} + VERSION_LOG = {"FILE_TIME_FORMAT": "%Y-%m-%d", "LANGUAGE_MAPPINGS": {"en": "en"}} # bk notice config DISABLE_REGISTER_BKFLOW_TO_BKNOTICE = env.DISABLE_REGISTER_BKFLOW_TO_BKNOTICE diff --git a/version_logs_md_en/V1.4.0_2024-01-24.md b/version_logs_md_en/V1.4.0_2024-01-24.md new file mode 100644 index 0000000..fe2d48d --- /dev/null +++ b/version_logs_md_en/V1.4.0_2024-01-24.md @@ -0,0 +1,7 @@ +# V1.4.0 Release Notes + +- [ Feature ] Support for embedded process orchestration canvas +- [ Feature ] Support for process task execution +- [ Feature ] Support for highly extensible & customizable features +- [ Feature ] Support for multiple access methods +- [ Feature ] Support for multiple integration methods \ No newline at end of file diff --git a/version_logs_md_en/V1.5.0_2024-02-22.md b/version_logs_md_en/V1.5.0_2024-02-22.md new file mode 100644 index 0000000..8ee73eb --- /dev/null +++ b/version_logs_md_en/V1.5.0_2024-02-22.md @@ -0,0 +1,6 @@ +# V1.5.0 Release Notes + +- [ Feature ] Support for vertical process canvas +- [ Feature ] Mock functionality for processes +- [ Feature ] Support for webhook module +- [ Feature ] Support for BlueKing plugin space call limit \ No newline at end of file diff --git a/version_logs_md_en/V1.6.0_2024-03-27.md b/version_logs_md_en/V1.6.0_2024-03-27.md new file mode 100644 index 0000000..1b72d0a --- /dev/null +++ b/version_logs_md_en/V1.6.0_2024-03-27.md @@ -0,0 +1,4 @@ +# V1.6.0 Release Notes + +- [ Feature ] Management interface supports quick space configuration for space administrators +- [ Feature ] Management interface supports quick access to space and module information for system administrators \ No newline at end of file diff --git a/version_logs_md_en/V1.7.0_2024-06-06.md b/version_logs_md_en/V1.7.0_2024-06-06.md new file mode 100644 index 0000000..53c2eef --- /dev/null +++ b/version_logs_md_en/V1.7.0_2024-06-06.md @@ -0,0 +1,8 @@ +# V1.7.0 Release Notes + +- [ Feature ] BKFlow welcome introduction page +- [ Feature ] Management interface supports users creating new spaces to experience full functionality +- [ Feature ] Support for decision table functionality based on processes +- [ Improvement ] Management interface interaction optimization +- [ Improvement ] Management interface space list optimization +- [ Bugfix ] Fixed several bugs diff --git a/version_logs_md_en/V1.8.0_2024-08-01.md b/version_logs_md_en/V1.8.0_2024-08-01.md new file mode 100644 index 0000000..a9c4af4 --- /dev/null +++ b/version_logs_md_en/V1.8.0_2024-08-01.md @@ -0,0 +1,5 @@ +# V1.8.0 Release Notes + +- [ Feature ] Page support for internationalization +- [ Feature ] Community version functionality support +- [ Bugfix ] Fixed several bugs \ No newline at end of file