Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Releases: lin-ycv/MultilingualGH

Version 2.0.3

13 Sep 17:18
Compare
Choose a tag to compare
  • Fixed RH6 issues on MacOS
  • Fixed issues with GDI+ when required plugins for a files is not installed upon opening a file
  • MultilangualGH menu option is moved and now under Display for a cleaner look

Please download the zip file that matches your Rhino version and OS

They are basically all the same, except the amount of external libraries included are minimized to only the ones needed for the specified Rhino and OS version

Version 2.0.1

11 Aug 05:10
Compare
Choose a tag to compare
  • Functionally the same as 2.0.0 (same as 2.0.2 on YAK)
  • Fixed issue with RH6 on Windows by including the required libraries
  • Still not working with RH6 on Mac
    • Added a check and notification message
    • Used 1.3.5 if you're on RH6 on Mac

Please download the zip file that matches your Rhino version and OS

They are basically all the same, except the amount of external libraries included are minimized to only the ones needed for the specified Rhino and OS version

Version 2.0.0

25 Jul 14:03
Compare
Choose a tag to compare
  • UI overhaul
  • New functions
    • UI Language options menu
    • Reload translation file changes without unloading grasshopper
    • Option to manually refresh annotation instead of toggling off and on
    • Isolated settings file when saved as default, can be shared if needed
    • Additional options for Name Display
  • Some optimizations
  • Some bug fixes
  • Settings are now shared instead of per GH file
  • Removed MGH component, only accessible thru menu
  • Removed .txt support (Only supports JSON)

Version 1.3.5

17 Jul 07:26
Compare
Choose a tag to compare

Last version with guaranteed support for RH6

minor changes, will target net framework 4.7.2 moving forward

Version 1.3.2

02 Jun 15:22
Compare
Choose a tag to compare
  • Implemented file extension checking to avoid errors
  • Increased MacOS compatibility

Version 1.3.0

14 May 05:05
308846a
Compare
Choose a tag to compare
  • Added nickname feature
  • Minor tweaks and bug fixes

Version 1.2.1

07 May 13:38
371541d
Compare
Choose a tag to compare
  • Updates text size immediately when adjusted
  • Option to display component name or nickname alongside translations
  • Slight optimization when using bubble label method

Version 1.2.0

06 Mar 09:49
2b7d6d3
Compare
Choose a tag to compare
  • Added ability to adjust text size for text label method
  • Added ability to change plugin UI language with UILang file
  • Various bug fixes

Version 1.1.6

24 Feb 07:50
a8d5224
Compare
Choose a tag to compare
  • Fixed bug where using special components such as jump and image gallery causes GH_ActiveObject error
  • Fixed bug where additional plugin translation won't display as checked in option menu
  • Minimizied performance impact when using text label method

Version 1.1.5

10 Feb 04:33
5bcbe3b
Compare
Choose a tag to compare
  • Added ability to save menu settings as default for future documents
  • Added ability to read additional translation file
    • Languages translation files are for vanilla GH components (can only select one at a time)
    • Extra translation files are for any additional downloaded plugins (can select multiple)
    • Extra translation files are only selectable if translation language is not English
  • Bug fixes