ITADN
NickHugi/PyKotor

版本发布 8

v3.1.2-toolset预发布
? · 2025-09-07

## What's New - Path editor now creates bidirectional links automatically, eliminating manual reciprocal edges and preventing zero-connection points. **Full Changelog**: https://github.com/NickHugi/PyKotor/compare/v3.1.1-toolset...v3.1.2-toolset

v1.0.0b1-guiconverter
? · 2024-08-30

First official release of GuiConverter on the github page: Main change: - Stop using embarrassing input text dialogs from the 70s, actually open the os's file/folder browser. (IFileOpenDialog on windows, zenity on linux, etc) - Standardize the 'ALL' option in a way that makes sense. The previous implementation would rename the files by resolution, this will not subfolder the resolution name and dump the output files in there with original names. **Source code**: https://github.com/NickHugi/PyKotor/releases/tag/v1.0.0b1-guiconverter

v1.0.0b1-kotordiff
? · 2024-08-30

First official release of KotorDiff on the github page, but plenty of features have been added since the last 0.7: Main change: - Stop using embarrassing input text dialogs from the 70s, actually open the os's file/folder browser. (IFileOpenDialog on windows, zenity on linux, etc) - Use git-like diffing for standardized output. Other changes: - Don't prompt for log path (still available in cli) - Print prog version on startup **Source code**: https://github.com/NickHugi/PyKotor/releases/tag/v1.0.0b1-kotordiff

v3.1.1-toolset
? · 2024-08-24

## What's Changed - fix a DPI scaling issue preventing the module designer from registering clicks in the correct positions. - better handling of potential errors when loading the installation - 'check for updates' will now run on its own thread and callback the main thread upon completion. - Add experimental filesystem browser, to fix the problem where the toolset wouldn't show all available resources. - Expand the new 'Application' settings tab to allow for environment variables to be used. - **DLG editor**: Fix a nuanced bug with saving tsl variables in a k1 installation. **Full Changelog**: https://github.com/NickHugi/PyKotor/compare/v3.1.0-toolset...v3.1.1-toolset

v1.70-patcher-beta1预发布
? · 2024-08-10

## What's Changed: * Add kw args to Path.stat by @JoeNotCharles in https://github.com/NickHugi/PyKotor/pull/107 * Replace the main text area with an integrated webview control supporting more advanced styling/animations. uses `cefpython3` * with the aforementioned webview, add `pypandoc` to the app to convert RTF -> html (deprecated the rte format). * (possibly) get headless cli working * allow resizing of the main ui * everything else PyKotor has added since the last release. the reason we skipped over v1.60 is because these new pip packages may not be compatible with everyone's hardware. More research needs to be done and various platforms must be tested. This is NOT a release of the Toga UI. This is an integration of `cefpython3`'s webview/browser directly into the original ui. **Full Changelog**: https://github.com/NickHugi/PyKotor/compare/v1.60-patcher-beta4...v1.70-patcher-beta1

v1.70-patcher-beta1预发布
? · 2024-08-10

**Full Changelog**: https://github.com/NickHugi/PyKotor/compare/v0.7.2-translator...v1.70-patcher-beta1 ## What's Changed: * Add kw args to Path.stat by @JoeNotCharles in https://github.com/NickHugi/PyKotor/pull/107 * Replace the main text area with an integrated webview control supporting more advanced styling/animations. uses `cefpython3` * with the aforementioned webview, add `pypandoc` to the app to convert RTF -> html (deprecated the rte format). * (possibly) get headless cli working * allow resizing of the main ui * everything else PyKotor has added since the last release. **Full Changelog**: https://github.com/NickHugi/PyKotor/compare/v1.60-patcher-beta4...v1.70-patcher-beta1

v0.7.2-translator
? · 2024-07-12

## What's Changed * handle an abort sequence that can happen when a TGA/TPC is corrupt, during conversion patches. * remove obscure features to reduce UI clutter and improve maintainability. * refactor internals * General performance improvements to core code. **Full Changelog**: https://github.com/NickHugi/PyKotor/compare/v0.7.0-translator...v0.7.2-translator

v3.1.0-toolset
? · 2024-07-06

## What's Changed * Add LTREditor to toolset by @th3w1zard1 in https://github.com/NickHugi/PyKotor/pull/104 LTR files are the name randomizers used in the character creator * Add option to download scripts from the Vanilla Script Source repository as an alternative to decompiling with nwnnsscomp * DPI scaling support. This required refactoring most if not all UIs to no longer use fixed sizes. please report any major alignment issues or bugs preventing you from using an editor/widget. * When an unexpected error occurs, a message box will now pop up automatically. The old behavior would log it without notifying the user. * Default text size increased and global application font set to `Roboto` * 9 brand new themes. Some of the themes do not play well with the above change (e.g. **breeze**) please report any you notice do not work on your platform. Highly recommend `QDarkStyle` or `MaterialDark` as a dark theme, * Fix the TPCEditor showing images upside-down. * Fix a non-lethal but annoying access violation when creating the Windows context menu. * Various numerous QOL updates - Any textbox that represents a filename/resref has been converted into a combobox that is pre-filled with available files and resources. This changes about 80 different textboxes across 9 different editors. This means you don't need to lookup in the Module for the correct scriptname to use, or worry about potential typos in your scriptname: simply utilize the filter box to find available entries. Additionally, right clicking this combobox will show you where that resource can be found in your Installation. ### DLG editor: - Completely new UI - Labels will now bold/italicize when a non-default value specified, to properly show the modifications of a dlg node from a default. - Fixed animations list incorrectly using values like 10040 in the editor instead of 40. - Copy/Paste support. Copies directly to the clipboard and even functions properly across multiple different editor windows. - Drag/Drop support. Supports the above features. - Pinned Nodes list - allows you to quickly save node information for later use. e.g. if you want to modify that node and have a backup copy, or if you want a way to quickly jump back to that node. - Orphaned Nodes list. When the last link to a node is deleted, nodes will automatically appear here. This is done by hooking python's garbage collection and just checking whenever a node is cleaned up. This allows you to simply drag/drop a node in this list back into the original dlg. - Find References (experimental): Each dlg node will show a number badge in the bottom left, representing how many times it is linked to in the tree. This feature is still experimental, you'll notice this number increasing/decreasing based on how many nodes are expanded. Since it's possible to have an infinite amount of references (e.g. a circular reference where a child node references the top starterlist), this feature attempts to show you *useful* references that are not part of the same branch. - All nodes in the main tree will have icons next to them representing what kind of non-default information the node contains (e.g. if it has animation data, script, VO, etc). - Full settings support: customize text size/color, indentation, spacing, you name it. - DockPanels: Organized node information into 3 different dock panels: - File Globals: Represents changeable fields for the entire file. - Node Fields: Represents changeable fields for the **selected node**. - Bottom dockpanel: An extension of node fields with the most commonly edited fields. And since they're dockpanels, reorganize them however you like. ### GITEditor/PTHEditor: - Mouse move rotations now only consider horizontal movements (standard) instead of vertical+horizontal (led to confusions) **Full Changelog**: https://github.com/NickHugi/PyKotor/compare/v3.0.0b9-toolset...v3.1.0-toolset