mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
update site and changelog
This commit is contained in:
parent
2c2ac98b5d
commit
8e8cac3390
2 changed files with 4 additions and 10 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,16 +1,11 @@
|
||||||
<<<<<<< HEAD
|
|
||||||
trimage (1.1.0b-0ubuntu1) jaunty; urgency=low
|
|
||||||
|
|
||||||
* use multiprocessing for images
|
|
||||||
=======
|
|
||||||
trimage (1.0.1b-0ubuntu1) jaunty; urgency=low
|
trimage (1.0.1b-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
* use a threadpool for images
|
* use a threadpool for images
|
||||||
>>>>>>> development/development
|
|
||||||
* more robust file handling
|
* more robust file handling
|
||||||
* re-adding images now results in recompressing them
|
* re-adding images now results in recompressing them
|
||||||
* compressing message now shows filename
|
* compressing message now shows filename
|
||||||
* wider array of status messages in the table
|
* wider array of status messages in the table
|
||||||
|
* add a notification area icon
|
||||||
|
|
||||||
-- Kilian Valkhof <kilian@kdesktop> Mon, 29 Mar 2010 13:08:18 +0200
|
-- Kilian Valkhof <kilian@kdesktop> Mon, 29 Mar 2010 13:08:18 +0200
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -165,21 +165,20 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Planned features</h2>
|
<h2>Planned features</h2>
|
||||||
<p>Version 1.0.0 final:</p>
|
<p>Version 1.1.0 final:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Expand command line options</li>
|
<li>Expand command line options</li>
|
||||||
<li>Make sure a compressed file is always smaller than the original one, or don't compress</li>
|
<li>Make sure a compressed file is always smaller than the original one, or don't compress</li>
|
||||||
<li>General refactoring</li>
|
<li>General refactoring</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Version 1.1.0 final:</p>
|
<p>Version 1.1.1 final:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Use multiprocessing</li>
|
<li>Use multiprocessing instead of threads</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Beyond that</p>
|
<p>Beyond that</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Deletion of rows in the table view</li>
|
<li>Deletion of rows in the table view</li>
|
||||||
<li>Notification area widget</li>
|
|
||||||
<li>Integration with online services such as punypng</li>
|
<li>Integration with online services such as punypng</li>
|
||||||
<li><a href="mailto:help@trimage.org">Suggest something</a></li>
|
<li><a href="mailto:help@trimage.org">Suggest something</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue