mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
bump version
This commit is contained in:
parent
cf37894afc
commit
c9ae552994
3 changed files with 4 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
trimage (1.0.1b-0ubuntu1) jaunty; urgency=low
|
trimage (1.0.1b2-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
* use a threadpool for images
|
* use a threadpool for images
|
||||||
* more robust file handling
|
* more robust file handling
|
||||||
|
|
@ -6,6 +6,7 @@ trimage (1.0.1b-0ubuntu1) jaunty; urgency=low
|
||||||
* 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
|
* add a notification area icon
|
||||||
|
* remove BOM
|
||||||
|
|
||||||
-- Kilian Valkhof <kilian@kdesktop> Mon, 29 Mar 2010 13:08:18 +0200
|
-- Kilian Valkhof <kilian@kdesktop> Mon, 29 Mar 2010 13:08:18 +0200
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ from multiprocessing import cpu_count
|
||||||
|
|
||||||
from ui import Ui_trimage
|
from ui import Ui_trimage
|
||||||
|
|
||||||
VERSION = "1.0.1b"
|
VERSION = "1.0.1b2"
|
||||||
|
|
||||||
|
|
||||||
class StartQT4(QMainWindow):
|
class StartQT4(QMainWindow):
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor – 1.0.1b (beta)</h1>
|
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor – 1.0.1b2 (beta)</h1>
|
||||||
<span class="subtitle">A cross-platform tool for losslessly optimizing PNG and JPG files.</span>
|
<span class="subtitle">A cross-platform tool for losslessly optimizing PNG and JPG files.</span>
|
||||||
<p class="tri">Trimage is a cross-platform GUI and command-line interface to optimize image
|
<p class="tri">Trimage is a cross-platform GUI and command-line interface to optimize image
|
||||||
files via <a href="http://optipng.sourceforge.net/">optipng</a>,
|
files via <a href="http://optipng.sourceforge.net/">optipng</a>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue