Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
finishing touch for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ende! committed Nov 15, 2014
1 parent 5be692f commit 680215b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#

cmake_minimum_required(VERSION 2.8.12)
cmake_policy(SET CMP0054 NEW)

project(IDASkins)

Expand Down
11 changes: 10 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@
1.1.0 -> 1.2.0:
- altered skin file structure to allow switching between several skins
- added skin selection dialog
- improved default skin
- improved default skin

1.2.0 -> 1.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
- switched to cmake build system
2 changes: 1 addition & 1 deletion idaskins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
int idaapi init()
{
if (!is_idaq()) return PLUGIN_SKIP;
msg("[" PLUGIN_NAME "] " PLUGIN_TEXTUAL_VERSION " by athre0z/Ende! loaded!\n");
msg("[" PLUGIN_NAME "] " PLUGIN_TEXTUAL_VERSION " by athre0z loaded!\n");

try
{
Expand Down
2 changes: 1 addition & 1 deletion skin/idaskins-dark/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
author="athre0z"
version="v1.0"
preview_image="preview.png"
note="Combine with idaConsonance text-color theme!">
notes="Combine with idaConsonance text-color theme for maximum epicness!">
</theme>

0 comments on commit 680215b

Please sign in to comment.