Skip to content

Releases: iLib-js/ilib-loctool-webos-dist

Release Notes for v1.13.0

23 Mar 05:31
b8e8ac2
Compare
Choose a tag to compare
  • Updated plugins version
    • webos-json-resource/webos-appinfo-json
      • Added a timestamp in the ilibmanifest.json file to support wee localization.
      • Updated to skip writing ilibmanifest json creation logic if it has already been done in another plugin.
      • Set to have more spaces in the ilibmanifest.json file.
    • webos-qml
      • Fixed issues where didn't handle single quotes and multi-line properly.
    "ilib-loctool-webos-appinfo-json": "1.6.0",
    "ilib-loctool-webos-c": "1.5.1",
    "ilib-loctool-webos-cpp": "1.5.1",
    "ilib-loctool-webos-javascript": "1.8.1",
    "ilib-loctool-webos-json-resource": "1.5.0",
    "ilib-loctool-webos-qml": "1.5.1",
    "ilib-loctool-webos-ts-resource": "1.4.1",
    "loctool": "2.20.2"

Release Notes for v1.12.0

28 Feb 05:40
844e038
Compare
Choose a tag to compare
  • Updated fixed loctool and plugins version
    • webos-javascript/webos-c/webos-cpp/webos-qml
      • Fixed an issue where common's locale inheritance data values were not checked.
    • webos-javascript/webos-c/webos-cpp
      • Updated to check common data as well when getting a base translation.
    • webos-javascript
      • Updated to match translation's reskey and resource's reskey when they are different.
    • webos-appinfo-json
      • Fixed not generating duplicated resources by comparing language default locale translation even if the locale follows the locale inheritance rule.
    "ilib-loctool-webos-appinfo-json": "1.5.0",
    "ilib-loctool-webos-c": "1.5.0",
    "ilib-loctool-webos-cpp": "1.5.0",
    "ilib-loctool-webos-javascript": "1.8.0",
    "ilib-loctool-webos-json-resource": "1.4.2",
    "ilib-loctool-webos-qml": "1.5.0",
    "ilib-loctool-webos-ts-resource": "1.4.1",
    "loctool": "2.20.2"

Release Notes for v1.11.0

05 Jan 05:54
9ac1b65
Compare
Choose a tag to compare
  • Updated fixed plugins version
    • webos-javascript/webos-c/webos-cpp
      • Updated to custom locale inheritance feature work properly in generate mode.
      • Added guard code to prevent errors when the common data path is incorrect.
      • Updated to generate resources by comparing base translation data even in generate mode.
      • Fixed an issue where localeinherit related data was not created properly according to the order of locales.
      • Fixed an issue where data is duplicated when it is the same as base translation in generate mode.
    • webos-qml
      • Added guard code to prevent errors when the common data path is incorrect.
      • Fixed an issue where localeInherit related data was not created properly.
    • webos-ts-resource
      • Replaced dependent xml2json package to xml-js
    • webos-apinfo-json
      • Added guard code to prevent errors when the common data path is incorrect.
    "ilib-loctool-webos-appinfo-json": "1.4.1",
    "ilib-loctool-webos-c": "1.4.0",
    "ilib-loctool-webos-cpp": "1.4.0",
    "ilib-loctool-webos-javascript": "1.7.0",
    "ilib-loctool-webos-json-resource": "1.4.1",
    "ilib-loctool-webos-qml": "1.4.1",
    "ilib-loctool-webos-ts-resource": "1.4.0",
    "loctool": "2.20.0"

Release Notes for v1.10.0

13 Dec 04:50
afad56a
Compare
Choose a tag to compare
  • Updated fixed loctool and plugins version
  • loctool
    • Added a --localeInherit flag which could define custom locale inheritance.
    • Added a new getRepository() method on the Project class to get the local repository.
    • Added a new getTranslationSet() method on the LocalRepository class to get all of the translations.
  • plugins
    • Added ability to define custom locale inheritance.
    • Added ability to use common locale data.
    • (webos-javascript) Fixed an issue where multi-space could not be properly parsed in key-value use cases.
    "ilib-loctool-webos-appinfo-json": "1.4.0",
    "ilib-loctool-webos-c": "1.3.0",
    "ilib-loctool-webos-cpp": "1.3.0",
    "ilib-loctool-webos-javascript": "1.6.0",
    "ilib-loctool-webos-json-resource": "1.4.1",
    "ilib-loctool-webos-qml": "1.4.0",
    "ilib-loctool-webos-ts-resource": "1.3.1",
    "loctool": "2.20.0"

Release Notes for v1.9.0

25 Oct 05:58
57d99ca
Compare
Choose a tag to compare
  • Updated fixed loctool and plugins version
    • The dependent loctool version has been updated to 2.18.0
  • Added the utility function to override language default locale.
  • Added new getTranslations() method on the Project class to get all of the translations.
  • Fixes in plugins
    • (webos-javascript/webos-c/webos-cpp/webos-ts-resource/webos-appinfo-json) Added ability to override language default locale.
    • (webos-c/webos-cpp) Updated to support loctool's generate mode.
    • (webos-javascript) Updated generate mode to use loctool's new public method.
    "ilib-loctool-webos-appinfo-json": "1.3.0",
    "ilib-loctool-webos-c": "1.2.0",
    "ilib-loctool-webos-cpp": "1.2.0",
    "ilib-loctool-webos-javascript": "1.5.0",
    "ilib-loctool-webos-json-resource": "1.4.0",
    "ilib-loctool-webos-qml": "1.3.7",
    "ilib-loctool-webos-ts-resource": "1.3.0",
    "loctool": "2.18.0"

Release Notes for v1.8.0

20 Sep 06:03
60ad993
Compare
Choose a tag to compare
  • Updated fixed loctool and plugins version
    • The dependent loctool version has been updated to 2.17.0
  • Fixes in plugins
    • (webos-appinfo-json) Fixed not to generate duplicated resource by comparing language default locale translation.
    • (webos-c/webos-cpp) Fixed an issue where strings are not extracted due to incorrect deletion of commented lines.
    • (webos-javascript/webos-c/webos-cpp) Updated to check language default locale translation not to generate duplicate resources.
    • (webos-javascript) Updated to make source and key policy clear to avoid confusion.
    • (webos-json-resource) Removed source and target comparison code when generating resources.
    "ilib-loctool-webos-appinfo-json": "1.2.12",
    "ilib-loctool-webos-c": "1.1.7",
    "ilib-loctool-webos-cpp": "1.1.7",
    "ilib-loctool-webos-javascript": "1.4.7",
    "ilib-loctool-webos-json-resource": "1.3.11",
    "ilib-loctool-webos-qml": "1.3.6",
    "ilib-loctool-webos-ts-resource": "1.2.10",
    "loctool": "2.17.0"

Release Notes for v1.7.0

25 Jul 05:01
b2615f9
Compare
Choose a tag to compare
  • Updated fixed loctool and plugins version
    • The dependent loctool version has been updated to 2.16.3
  • Used the logger provided by the loctool instead of using log4js directly.
  • Fixes in plugins
    • (webos-javascript) Fixed an issue where the $L(key, value) usage could not be parsed properly.
    • (webos-json-resource) Fixed not to generate an empty directory if the content is empty even locale is in the target list.
    • (webos-appinfo-json) Fixed to set base locale correctly when calculating resource path.
    • (webos-qml) Added js to the list of file extensions that this plugin handles.
    • (webos-qml) Fixed an issue not to filter newline characters for a window.
    "ilib-loctool-webos-appinfo-json": "1.2.11",
    "ilib-loctool-webos-c": "1.1.6",
    "ilib-loctool-webos-cpp": "1.1.6",
    "ilib-loctool-webos-javascript": "1.4.6",
    "ilib-loctool-webos-json-resource": "1.3.10",
    "ilib-loctool-webos-qml": "1.3.5",
    "ilib-loctool-webos-ts-resource": "1.2.9",
    "loctool": "2.16.3"

Release Notes for v1.6.0

14 Apr 05:59
9ac3d9a
Compare
Choose a tag to compare
   "ilib-loctool-webos-appinfo-json": "1.2.10",
   "ilib-loctool-webos-c": "1.1.5",
   "ilib-loctool-webos-cpp": "1.1.5",
   "ilib-loctool-webos-javascript": "1.4.5",
   "ilib-loctool-webos-json-resource": "1.3.9",
   "ilib-loctool-webos-qml": "1.3.4",
   "ilib-loctool-webos-ts-resource": "1.2.8",
   "loctool": "2.16.2

Release Notes for v1.5.0

19 Jul 08:37
86b83a1
Compare
Choose a tag to compare
    "ilib-loctool-webos-appinfo-json": "1.2.9",
    "ilib-loctool-webos-c": "1.1.4",
    "ilib-loctool-webos-cpp": "1.1.4",
    "ilib-loctool-webos-javascript": "1.4.4",
    "ilib-loctool-webos-json-resource": "1.3.8",
    "ilib-loctool-webos-qml": "1.3.3",
    "ilib-loctool-webos-ts-resource": "1.2.7",
    "loctool": "2.14.1"

Release Notes for v1.4.0

28 Apr 02:01
986d3fd
Compare
Choose a tag to compare
    "ilib-loctool-webos-appinfo-json": "1.2.8",
    "ilib-loctool-webos-c": "1.1.3",
    "ilib-loctool-webos-cpp": "1.1.3",
    "ilib-loctool-webos-javascript": "1.4.3",
    "ilib-loctool-webos-json-resource": "1.3.7",
    "ilib-loctool-webos-qml": "1.3.2",
    "ilib-loctool-webos-ts-resource": "1.2.6",
    "loctool": "2.13.0"