This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
Releases: zyantific/IDASkins
Releases · zyantific/IDASkins
v2.1.0
v2.0.4
- Fixed first-start-dialog popping up on every start on macOS (contributed by @melomac)
- Ready for IDA 7.2
- idaskins-dark theme: Fixed huge buttons in navigation band in IDA 7.2
- idaskins-dark theme: Fixed dock buttons in IDA 7.2 (still not perfect, but certainly better than before)
- idaskins-dark associated color scheme (ida-consonance): Fixed debugger background color
- Minor tweaks here and there
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Rewrote the entire plugin in Python
- Ditches the madness of cross platform building native IDA plugins
- The theme selector now displays the path of the color theme recommended to use with the IDASkins theme (contributed by @tostercx)
- Updated the "IDASkins dark" CLR file to skin the output window correctly
- Use IDA's registry API instead of QSettings
- Dropped support for any IDA version older than 7.0
- Various minor bug-fixes
v1.4.1
v1.4.0
v1.3.0
- plugin now loads immediately when IDA is started
- fonts in the stylesheet are now selected according to the font configured
in IDA, thereby fixing font rendering issues when selecting fonts other
than Consolas without adjusting the stylesheet - added skin "IDA default"
- minor dark-theme fixes