This repository has been archived by the owner on Oct 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
402125a
commit ece4093
Showing
4 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
- Now uses Nimbus theme | ||
- Now uses **Nimbus theme** | ||
- Smarter exporting to Minecraft | ||
- Scrolling logs now show during initial extraction | ||
- Extract dialog now offers only valid versions | ||
- "Mods Found" dialog now has scrollbar | ||
- "Mods Found" dialog now shows real mod names | ||
- Minor enhancements & fixes | ||
- "Mods Found" dialog now has **scrollbar**<br> and shows **real mod names** | ||
- Fixed some resource leaks & other bugs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<html> | ||
<head> | ||
<style> | ||
|
||
p { | ||
max-width: 300px; | ||
} | ||
|
||
ul { | ||
margin: 12px; | ||
} | ||
|
||
strong {font-weight: bold;} | ||
em {font-style: italic;} | ||
|
||
.littleHeading { | ||
color: #045A80; | ||
font-weight: bold; | ||
font-style: italic; | ||
margin-top: 1em; | ||
} | ||
|
||
html, body { | ||
font-weight: normal; | ||
font-size: 12px; | ||
font-family: sans-serif; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters