mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
update version to 1.0.3, update site and changelog
This commit is contained in:
parent
8a719be207
commit
671f4163a8
4 changed files with 12 additions and 4 deletions
2
README
2
README
|
|
@ -6,7 +6,7 @@ files via "optipng":http://optipng.sourceforge.net/,
|
|||
"advpng":http://advancemame.sourceforge.net/comp-readme.html and
|
||||
"jpegoptim":http://www.kokkonen.net/tjko/projects.html, depending on the
|
||||
filetype (currently, PNG and JPG files are supported). It was inspired by
|
||||
"imageoptim":http://imageoptim.pornel.net/. All image files are losslessy
|
||||
"imageoptim":http://imageoptim.pornel.net/. All image files are losslessly
|
||||
compressed on the highest available compression levels. Trimage gives you
|
||||
various input functions to fit your own workflow: A regular file dialog,
|
||||
dragging and dropping and various command line options.
|
||||
|
|
|
|||
8
debian/changelog
vendored
8
debian/changelog
vendored
|
|
@ -1,3 +1,11 @@
|
|||
trimage (1.0.3-0ubuntu1) jaunty; urgency=low
|
||||
|
||||
* fix for environments without supported system tray
|
||||
* add copyright info for filesize.py
|
||||
* update various debian configurations
|
||||
|
||||
-- Kilian Valkhof <kilian@kilianvalkhof.com> Sat, 12 Jun 2010 14:04:35 +0200
|
||||
|
||||
trimage (1.0.2-0ubuntu1) jaunty; urgency=low
|
||||
|
||||
* save window geometry and file directory upon closing
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ from multiprocessing import cpu_count
|
|||
|
||||
from ui import Ui_trimage
|
||||
|
||||
VERSION = "1.0.2"
|
||||
VERSION = "1.0.3"
|
||||
|
||||
|
||||
class StartQT4(QMainWindow):
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
<body>
|
||||
<div id="wrap">
|
||||
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor – 1.0.2</h1>
|
||||
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor – 1.0.3</h1>
|
||||
<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
|
||||
files via <a href="http://optipng.sourceforge.net/">optipng</a>,
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
<li><code>sudo apt-get install trimage</code></li>
|
||||
</ol>
|
||||
<p>If you are still on Jaunty, read <a href="https://launchpad.net/+help/soyuz/ppa-sources-list.html">this guide</a> on installing PPA's.</p>
|
||||
<h3>Arch Linux (outdated)</h3>
|
||||
<h3>Arch Linux</h3>
|
||||
Trimage is available from AUR, to install, type:
|
||||
<ol>
|
||||
<li><code>yaourt -S trimage-git</code> </li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue