Skip to content

Releases: nptr/msstyleEditor

V 2.1.0.0

26 Jun 20:39
Compare
Choose a tag to compare
  • enabled adding INTLIST and COLORLIST props (#141)
  • added a search & replace feature (#95)
  • fixed exception thrown when no common part exists (#145)
  • fixed "Deleting string resource with id 'XY' failed with error '87'" (#126, #142, #146)

V 2.0.1.0

22 Mar 17:25
Compare
Choose a tag to compare
  • added support for animation properties (see "animations" class).
  • added search options for FILENAME and FONT.
  • displaying font ID next to font names for easier cross referencing.
  • added basic command line support again (feature got lost with version 2.0.0.0 rewrite).

V 2.0.0.8

09 May 18:53
Compare
Choose a tag to compare
  • correctly (de)serialized margin properties. Order is supposed to be LRTB (#120).
    The GUI still shows everything in LTRB order but with the correct values.
  • fixed consecutive loads & saves failing (#121).
  • implemented the image hotkeys properly (#123).
    It's Ctrl + <Num> now and works from everywhere in the application. I suggest using the control key on the right side of the keyboard for best ergonomics.

V 2.0.0.7

28 Apr 16:33
Compare
Choose a tag to compare
V 2.0.0.7 Pre-release
Pre-release
  • fixed updating MUI resources, added better language detection (#100, #118)

V 2.0.0.6

09 Apr 14:33
Compare
Choose a tag to compare
  • fixed improper font resource detection (#114)

V 2.0.0.5

10 Mar 16:47
Compare
Choose a tag to compare
  • made the ribbon & dockpanel match the active visual style better (#111)

Since there is no OS setting that exactly describes how to render the controls, things can still look a bit buggy depending on the visual style.
But the experience on dark visual styles should be much better now.

V 2.0.0.4

11 Nov 13:38
Compare
Choose a tag to compare
  • added check for unsupported image formats (#91)
  • using the part names from the PDBs for Win 8.1 DWM (submitted pull request)

V 2.0.0.3

01 Sep 15:45
Compare
Choose a tag to compare
  • slightly increased ribbon height after reports of cut off text (#93)
  • warn when the string table wasn't found (#91)

V 2.0.0.2

29 Jul 20:11
Compare
Choose a tag to compare
V 2.0.0.2 Pre-release
Pre-release
  • added and fixed some parts and states. see this commit
  • added a custom manifest so win10 high contrast mode can be applied to this app (#89)

V 2.0.0.1

11 May 20:57
Compare
Choose a tag to compare
  • image and font props can now be added and removed (fixes #82 and #83)
  • fixed image & property "Add" button being in a wrong state sometimes