Skip to content

Releases: WindowPlaceBrain/Dynamic-Configfile-Builder

Release 2.0.0

19 Jan 12:57

Choose a tag to compare

Description

This is the first runnable version. All base functions are available, but the code is not yet hardened, so bugs may be common.
The program generates example files on startup, allowing users to generate files immediately. This is intended to help users understand the functionality.

Functionalities

  • Change static and variable text files through a button.
  • Modify static text in a textbox with autosave functionality back to the file.
  • Display help text.
  • Save current settings (file names, separator character, and variable character).
  • Automatically load the settings file on startup, if it exists.
  • Use default settings.
  • Generate configuration files.

Known Issues

  • The help text is very basic.
  • The separator and variable character inputs can accept multiple characters, but they are interpreted as single characters.
    The plan is to update the code to handle multi-character inputs in the future.