Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of various types of values #26

Merged
merged 4 commits into from
Jan 1, 2022

Commits on Dec 11, 2021

  1. Fix handling of empty string parameters

    Without this fix FriendlyName1 cannot be cleared, for example.
    treitmayr committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    8533371 View commit details
    Browse the repository at this point in the history
  2. Fix for dict values like for 'Template'

    The original code converted all values to strings while subsequent
    code is present for differentiating between dict and other value types,
    which was meaningless. Now when keeping the original value type,
    a dict can be written out correctly again.
    treitmayr committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    988f690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085dcd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    3131de1 View commit details
    Browse the repository at this point in the history