Skip to content

Releases: Mister-Kin/ToggleLanguage

Toggle Language v1.6

18 Nov 20:17
Compare
Choose a tag to compare

Bug Fixes

  • fix: toggle language not working in blender v4.0 (#2) dbdf2a1
  • fix: load_my_settings not working in blender v4.0 813b194
  • fix: addon translation not working in blender v4.0 3593a03

Code Improvements

  • style: format code using black-formatter af260ec

Documentation

For full changes, see the comparison between v1.5.1 and v1.6

Toggle Language v1.5.1

22 Aug 21:26
Compare
Choose a tag to compare

Bug Fixes

  • fix: optix_exist referenced before assignment f175c71

Code Improvements

  • perf: polish translations 6b753cb

For full changes, see the comparison between v1.5 and v1.5.1

Toggle Language v1.5

20 Apr 18:27
Compare
Choose a tag to compare

New Features

  • feat: add video progress bar 15dadc9
  • feat: add utilities menu b3c4595

Bug Fixes

  • fix: fail to update use_translate_new_dataname 2a1e64a

Documentation

For full changes, see the comparison between v1.4 and v1.5

Toggle Language v1.4

16 Apr 12:10
Compare
Choose a tag to compare

New Features

  • feat: delete all collections and objects 8653257
  • feat: add a checkbox to disable saving startup file 8bf6b09

Code Improvements

  • chore: adjust checkbox position 939fed5
  • perf: adjust tile size and enable autopack 376cf94
  • chore: add translations for bl_info 1c8065b

Documentation

  • docs: update links of following me 9fede76

For full changes, see the comparison between v1.3.1 and v1.4

Toggle Language v1.3.1

29 Mar 09:34
Compare
Choose a tag to compare

Documentation

For full changes, see the comparison between v1.3 and v1.3.1

Toggle Language v1.3

24 Jan 06:53
Compare
Choose a tag to compare

Bug Fixes

  • fix: optix_exist referenced before assignment 3774fa8

Code Improvements

  • perf: improve setting of denoiser 1283236

For full changes, see the comparison between v1.2 and v1.3

Toggle Language v1.2

16 Jan 16:25
Compare
Choose a tag to compare

New Features

  • feat: set preset theme in Load My Settings feature a1c51ef
  • feat: support for disabling cpu in gpu render cd4aca0
  • feat: select optix devices when it's available e559d25

Code Improvements

  • perf: optimize render settings for Load My Settings c90cd4b
  • perf: improve update_translate_new_dataname_state 1255d7d
  • perf: set undo steps to 256 3161752
  • style: update paths 1a19df8

Bug Fixes

  • fix(typo): correct translation of features ba0aeea
  • fix: refresh_devices() not work under blender v3 8801960

For full changes, see the comparison between v1.1 and v1.2

Toggle Language v1.1

16 Oct 12:05
Compare
Choose a tag to compare

Bug Fixes

  • fix: preferences always are being modified (#1) 3427d1f

Code Improvements

  • style: remove commented code in keymaps.py 5ed256d

Documentation

For full changes, see the comparison between v1.0 and v1.1

Toggle Language v1.0

12 Jan 12:45
Compare
Choose a tag to compare

Breaking Changes

  • refactor(keymaps): remove F6 hotkey for search menu 19f42c9

Code Improvements:

  • style: update paths (change to lowercase) 625241c

Documentation

  • docs: add description of features ebecca1

For full changes, see the comparison between v0.9 and v1.0

Toggle Language v0.9

06 Nov 06:33
Compare
Choose a tag to compare

New Features:

  • Load My Settings feature support for more OSes and hardware.
    • Support for more OSes (Mac and Linux).
    • Support for any installation path.
    • Auto detect cpu count.
    • Auto detect gpu.
  • Add two checkboxes to disable paths and theme setting.
    • One to disable paths setting of Load My Settings feature.
    • The other to disable theme setting of Load My Settings feature.

Fixes:

  • Fix keyconfig setup not working in the first time.
  • Fix UI appears three times in blender v2.83.
  • Fix wrong settings of show_status_bar in blender v2.83.

Code Improvements:

  • Refactor:
    • Split the file of translation into multiple files.
    • Split Function.py into multiple files based on bpy.types.
  • Rename bl_idname and class by following class naming conventions in Blender 2.8 Python API.
  • Change description to lower case letters except first letter.
  • Improve codes of reloading modules: delete import statement, no needed.

For full changes, see the comparison between v0.8 and v0.9