Skip to content

Releases: GrimStride/UCH-Notepad

1.3 Beta 2

26 Apr 19:03
f9677a7
Compare
Choose a tag to compare
1.3 Beta 2 Pre-release
Pre-release

-Added Drag and Drop support
-Small optimizations to main UI
-Fixed a bug that added weird newlines on file open or save.
-Removed pyglet dependency

1.3 Beta 1

13 Mar 01:43
2fc709f
Compare
Choose a tag to compare
1.3 Beta 1 Pre-release
Pre-release

-Added: Search and Replace tool
-Optimized some parts of the code
-Removed BeautifulSoup4 and lxml dependency
! "Whole word" search not implemented yet.

1.2

16 Dec 01:38
4d6de70
Compare
Choose a tag to compare

Changelog:
-Added: Syntax highlighting.
-Added: Open files with the tool through File Explorer or command line.
-Undos and redos are now unlimited.
-Bug fixed: "Sort XML values" would not return to its default value.
-Removed requests module dependency and replaced it with urllib
-Settings menu graphical interface has been tweaked.
-Dark theme colors have been changed.
-Selection color has been changed.
-Current text line is highlighted for easier editing purposes.

NOTE to Linux users: Copying level thumbnails to clipboard requires xclip to be installed.

1.1

04 Dec 02:57
242610b
Compare
Choose a tag to compare
1.1

Changelog:

  • Bug fixed: Cancelling a "Save As..." dialog would remove the current working directory value.
  • Fixed some wrong colors when enabling the dark theme.
  • The XML parser will no longer sort the values alphabetically (this can be re-enabled in the settings menu).
  • Changed window title style when loading a file.
  • The JSON configuration file (config.json) will be updated if needed, in order to work with the new version.

1.0

02 Dec 18:33
b0707d5
Compare
Choose a tag to compare
1.0

First release (Windows 64bit only).