0.7.5-5 updates.
This commit is contained in:
@ -333,6 +333,14 @@
|
||||
<copy todir="pkg-temp/docs/themes/console/classic/" >
|
||||
<fileset dir="installer/resources/themes/console/classic/" />
|
||||
</copy>
|
||||
<!-- Add dark theme -->
|
||||
<copy todir="pkg-temp/docs/themes/console/dark/" >
|
||||
<fileset dir="installer/resources/themes/console/dark/" />
|
||||
</copy>
|
||||
<!-- Add light theme -->
|
||||
<copy todir="pkg-temp/docs/themes/console/light/" >
|
||||
<fileset dir="installer/resources/themes/console/light/" />
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<!-- this is no longer required, izpack 4.3.0 supports headless installs with java -jar i2pinstall.exe -console -->
|
||||
|
@ -1,3 +1,8 @@
|
||||
2009-07-07 z3d
|
||||
* Introducing 2 new console themes (light & dark), in addition
|
||||
to changes to the console navigation; navbar now resides in
|
||||
the sidepanel).
|
||||
|
||||
2009-07-06 zzz
|
||||
* Console: Fix small textareas on Opera
|
||||
* EepGet: Don't send X-Accept-Encoding for non-proxied fetches
|
||||
|
Reference in New Issue
Block a user