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

Wordsmith v1.8.2 #922

Merged
merged 1 commit into from
Jan 8, 2023
Merged

Wordsmith v1.8.2 #922

merged 1 commit into from
Jan 8, 2023

Conversation

LadyDefile
Copy link
Contributor

Wordsmith v1.8.2 Patch Notes

New Features:

  • Setting thesaurus history size to 0 will now be unlimited.

UI Changes:

  • Fixed the strange column sizing in the help window on the Roleplaying tab.
  • Removed setting to change enter key behavior.
  • Advanced setting panel in the Marks & Tags secion now scales with the amount of content rather than just being a certain size.
  • When OOC is column of advanced marker settings is now fixed width.
  • Max Text Length option changed from SlideInt to DragInt to allow typing desired value.

Bugs Fixed:

[FIXED] Custom markers copying unusable data to clipboard
[FIXED] Changing chat header doesn't update text until after a text change.
[FIXED] Copying history item copies the wrong data.
[FIXED] Searching a word in the Thesaurus that is currently in history will declare the search as failed.
[FIXED] Searching the same word with different capitalization counted as an entirely different word.
[FIXED] Thesaurus keeping one too few search history items.
[FIXED] Chunk markers defined as Before OOC were appearing after Before Body in the list.

Technical Stuff:

  • Found a redundancy in a method that caused extra CPU time.
  • Made a change to the way chunk generation is handled so that chunk generation will always happen in the Update() method to ensure that it is never run multiple times in a single frame.
  • Removed the setting for enter key behavior. This setting has been obsolete for a while now.
  • Increased the maximum possible value of Max Text Length for scratch pads.

# Wordsmith v1.8.2 Patch Notes

## New Features:
  * Setting thesaurus history size to 0 will now be unlimited.

## UI Changes:
  * Fixed the strange column sizing in the help window on the `Roleplaying` tab.
  * Removed setting to change enter key behavior.
  * Advanced setting panel in the `Marks & Tags` secion now scales with the amount of content rather than just being a certain size.
  * `When OOC is` column of advanced marker settings is now fixed width.
  * `Max Text Length` option changed from `SlideInt` to `DragInt` to allow typing desired value.

## Bugs Fixed:
  [FIXED] Custom markers copying unusable data to clipboard
  [FIXED] Changing chat header doesn't update text until after a text change.
  [FIXED] Copying history item copies the wrong data.
  [FIXED] Searching a word in the Thesaurus that is currently in history will declare the search as failed.
  [FIXED] Searching the same word with different capitalization counted as an entirely different word.
  [FIXED] Thesaurus keeping one too few search history items.
  [FIXED] Chunk markers defined as `Before OOC` were appearing after `Before Body` in the list.

## Technical Stuff:
  * Found a redundancy in a method that caused extra CPU time.
  * Made a change to the way chunk generation is handled so that chunk generation will always happen in the `Update()` method to ensure that it is never run multiple times in a single frame.
  * Removed the setting for enter key behavior. This setting has been obsolete for a while now.
  * Increased the maximum possible value of `Max Text Length` for scratch pads.
@github-actions
Copy link

github-actions bot commented Jan 8, 2023

All builds OK!

✔️Wordsmith [stable] - ad45e0f - v1.8.2 - Diff

Show log - Review

@bleatbot bleatbot merged commit 628a05c into goatcorp:main Jan 8, 2023
@LadyDefile LadyDefile deleted the Wordsmith-v1.8.2 branch February 7, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants