Skip to content

Releases: CWolfs/ConverseTek

v1.6.0

14 Jul 07:35
a32ffea
Compare
Choose a tag to compare

This is a relatively small release with some bug fixes, a QoL improvement and a minor flashpoint-related improvement.

⚡ Improvements

🐛 Bug Fixes

v1.5.0

02 Jun 18:45
5577843
Compare
Choose a tag to compare

Coming off the large v1.4.x release this v1.5.0 release brings even more features and some bug fixes. The main focus of this release was improving the user experience around working with the dialogue nodes and the node tree hierarchy.

Check out the walkthrough video for a more indepth discussion on this release.

🚀 Features

⚡ Improvements

🐛 Bug Fixes

v1.4.1

18 May 15:33
d5e75e5
Compare
Choose a tag to compare

This is a small update fixing a move Response node bug and adding a feature to provide a way for resetting a previously locked camera the user had set.

It's important to note:

  • If you want to keep your quicklinks / favourites - back up your 'ConverseTek/config/quicklinks.json' file and copy it over to the new release folder

🚀 Features

  • Action Upgrade: Support Unlocking Camera
    • If you use the Set BattleTech Camera Lock action you used to have to keep setting the lock target every time you wanted to change it
    • Now, when you want to return to the default 'Look at who is talking' mode - you can set 'AUTO' using the Set BattleTech Camera Lock action when you want to return back to the default behaviour

🐛 Bug Fixes

v1.4.0

28 Apr 10:50
6e179f6
Compare
Choose a tag to compare

This is a large update fixing some very serious bugs, adding many new features and generally enhancing the user experience.

It's very important to note:

  • All conversation corruption bugs are fixed in this release.
  • Any previously corrupted conversation can be repaired in v1.4 by opening up the conversation and resaving

I highly recommend you read this changelog and also the companion blog post that explains things in more depth.

🚀 Features

⚡ Improvements

🐛 Bug Fixes

All conversation corruption bugs are fixed.

v1.3.3

27 Oct 16:54
67d6cd1
Compare
Choose a tag to compare

This update improves quality of life.

Bug Fix

  • Fixed issue where a new conversation's ID was different to the saved filename ID

v1.3.2

07 Sep 16:14
d7a38d2
Compare
Choose a tag to compare

This update improves quality of life.

Improvements

  • Improved the left conversation tree's display order. It now sorts alphabetical on conversation name instead of some arbitary order

v1.3.1

15 Jun 11:28
7933d49
Compare
Choose a tag to compare

This update improves quality of life.

Minor Feature

  • Clicking outside of a node (e.g. on the node tree background) will now unselect the node. This allow for an easier way to switch to the larger node tree view

Improvements

  • Removed the editor's Editor label to reclaim valuable screen space to be used by the node tree
  • Improved the main node tree sizing. It now grows to use all available space when the node details are not displayed

v1.3.0

05 Sep 21:10
9f95ba9
Compare
Choose a tag to compare

This update introduces an advanced user feature.

Major Features

  • Added 'Import Conversation from JSON' - This will allow an advanced conversation user to edit the JSON and re-import the edited conversation back into ConverseTek. This would mainly be used as a workaround to the drag-drop/delete id desync bug which breaks conversation. This bug itself will be fixed in a later release.

v1.2.0

19 Jan 22:36
b4ac4e2
Compare
Choose a tag to compare

This update focuses on introducing full Flashpoint compatibility, some minor features and bug fixes.

Thanks to Amechwarrior and akodoreign for testing and finding bugs for this release.

Major Features

  • Flashpoint compatibility
    • Added 'Evaluate Tag for Flashpoint' condition
    • Added 'Evaluate User Owns DLC' condition
    • Added 'Evaluate User In Career Mode' condition

Minor Features

  • Tweaked layout when running in smaller resolutions
  • 'Export all to JSON' feature

Bug Fixes

  • Fixed a copy link crash bug
  • Fixed a serious bug relating to node indexes desyncing from the BT implicit indexes when deleting/creating nodes

v1.1.2

09 Sep 21:12
97e308d
Compare
Choose a tag to compare

This update focuses on fixing bugs.

Changes

  • If an operation definition’s input uses the viewLabel property along with the {value} tag - if the tag value is empty then the entire viewLabel will be ignored to make nicer operation view strings

Bug Fixes

  • Fixed crash when an operation input type was set to operation but there was no set operation to check raw input types against.