Skip to content

Commit

Permalink
3.6 release package build
Browse files Browse the repository at this point in the history
  • Loading branch information
WetHat committed Sep 28, 2019
1 parent 2acb52a commit 76d2e70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>onenote-taggingkit-addin.install</id>
<title>OneNote Tagging Kit Add-In</title>
<version>3.5.6972.33231</version>
<version>3.6.7210.24294</version>
<authors>WetHat</authors>
<owners>WetHat</owners>
<summary>A free to-use add-in to add social tagging to OneNote for the desktop</summary>
Expand Down
8 changes: 4 additions & 4 deletions onenote-taggingkit-addin.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$packageName = 'onenote-taggingkit-addin.install'
$url = 'https://github.com/WetHat/OnenoteTaggingKit/releases/download/v3.5/SetupTaggingKitWiX.3.5.6972.33231.msi'
$packageName = 'onenote-taggingkit-addin.install'
$url = 'https://github.com/WetHat/OnenoteTaggingKit/releases/download/v3.6/SetupTaggingKitWiX.3.6.7210.24294.msi'
$silentArgs = '/qn'
$validExitCodes = @(0)

Install-ChocolateyPackage -packageName $packageName `
-FileType 'MSI' `
-SilentArgs $silentArgs `
-Url $url `
-Checksum '0C6C968DF3118DAC2C796A21DBD66009E4B758C6D6F06BF20D1E3BF166DBE270' `
-Checksum 'd5c45390524da8fbae2075e2885a4965abcd210b1c3e55fec0edd7683a4de375' `
-ChecksumType 'sha256' `
-validExitCodes $validExitCodes
-validExitCodes $validExitCodes

24 comments on commit 76d2e70

@zhongguocn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The OneNote taggingkit 3.6 doesn't work in the new version of OneNote, which version is 12527.20278.

Hope to update the version to solve this problem.

Thanks a lot

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just updated to OneNote 16.0.12624.20278. 32.bit. A quick test shows that everything seems to be working normally. What issues did you see?

@zhongguocn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I didn't make it clear. My OneNote is a 64 bit version.

The error is that there is no plug-in menu in OneNote.

@zhongguocn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition, Microsoft added the OneNote component to its office 365 update in March 2020.

Hope you can continue to develop this plug-in.

Thank you for your work.

@zhongguocn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no plug-in menu in OneNote menu bar, I can't find error prompt or code

@zhongguocn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just updated to OneNote 16.0.12624.20278. 32.bit. A quick test shows that everything seems to be working normally. What issues did you see?

My OneNote is a 64 bit version.There is no plug-in menu in OneNote menu bar, I can't find error prompt or code

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, try the troubleshooting steps described in Tagging Kit Not Shown in Ribbon. Do these steps fix it for you?

@zhongguocn
Copy link

@zhongguocn zhongguocn commented on 76d2e70 Mar 26, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhongguocn
Copy link

@zhongguocn zhongguocn commented on 76d2e70 Mar 26, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad you got it working! I'm wondering if OneNote was still running when you tried to install the tagging kit. I think the Onetastic installer forces you to close OneNote.

@zhongguocn
Copy link

@zhongguocn zhongguocn commented on 76d2e70 Mar 27, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhongguocn
Copy link

@zhongguocn zhongguocn commented on 76d2e70 Mar 27, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can Tagging kit add tag grouping function? Tags are easier to find when grouped by initials.

You can easily filter tags by typing an initial into the tag input box as shown in
Tagging a Page section 5. This is a more powerful approach than grouping by initials because it allows you to filter by substrings as well

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add multilingual support to taggingkit?

The tagging kit can be localized as it uses the Microsoft internationalization framework. However, I would need to rely on native language speakers to provide translations to any language other than English and German.

@zhongguocn
Copy link

@zhongguocn zhongguocn commented on 76d2e70 Mar 27, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhongguocn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add multilingual support to taggingkit?

The tagging kit can be localized as it uses the Microsoft internationalization framework. However, I would need to rely on native language speakers to provide translations to any language other than English and German.
=============================
I can provide Chinese language translation.

In fact, the menu words in the tagging kit are relatively simple, and you can even consider using machine translation results to implement menus in other languages.

If you can provide a standard language pack file, maybe I can try to make a Chinese language pack for you.

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can provide Chinese language translation.
Your offer is very much appreciated! If you want to give it a try, here's the English resource file containing the strings used by the tagging kit:
Tagging Kit Language Resources.zip.

The attached file contains the actual Resources.resx file. The file format is XML. The localizable elements look like so:

<data name="TagEditor_Tags_GroupBox_Title" xml:space="preserve">
    <value>Tags</value>
</data>

In the above example <value>Tags</value> contains the string Tags which would need translation.

...you can even consider using machine translation

I tried Google Translate with English to German, because I speak both languages and can evaluate the result. I found that the translation in some cases was not appropriate particularly when technical terms were involved. Also the same term would be translated differently, depending ton the context. Therefore I would prefer a more intelligent translation over Google Translate.

@zhongguocn
Copy link

@zhongguocn zhongguocn commented on 76d2e70 Mar 28, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your efforts are very much approciated!

Here is a beta version with the Chinese localization: https://github.com/WetHat/OnenoteTaggingKit/releases/tag/v3.7.1-beta

Please let me know if any changes are required.

@zhongguocn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your efforts are very much approciated!

Here is a beta version with the Chinese localization: https://github.com/WetHat/OnenoteTaggingKit/releases/tag/v3.7.1-beta

Please let me know if any changes are required.

Your update speed is very fast, thank you.

I uninstall taggingkit and restart the system. Then install the beta version taggingkitwix.3.7.7393.20234 that you gave me, but the plug-in menu is still in English.

Do I need to change other settings?

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do I need to change other settings?

I do not think so. Maybe I've used the wrong language code. I've used 'zh' for Chinese. However there are several ways to specify Chinese language codes:

Chinese | zh | zho | zh-CN
Chinese | zh | zho | zh-SG

To find the correct language code I would need to know which language code your computer using. Could you please open a PowerShell command prompt and type:

PS E:\lab> [System.Globalization.CultureInfo]::CurrentCulture

This should return the language code I should use.

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I did find a problem with the installer (Chinese language resources were not packaged properly). I've updated the installer at:
https://github.com/WetHat/OnenoteTaggingKit/releases/tag/v3.7.2-beta

@zhongguocn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much. Your plug-in is really good.

Taggingkitwix.3.7.7393.32078 is OK. After installation, the Chinese interface will be displayed.

Please allow me to send this version to some Chinese users for testing, and then I can make the Chinese version better according to their feedback.

In addition, Chinese language codes:
zh-CN

@WetHat
Copy link
Owner Author

@WetHat WetHat commented on 76d2e70 Mar 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please allow me to send this version to some Chinese users for testing

Sure! Go ahead.

Please sign in to comment.