-
Notifications
You must be signed in to change notification settings - Fork 161
/
ChangeLog
567 lines (516 loc) · 24.9 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
version 2.0.0 (2024-02-03):
* Extracted context menu into new file and added copy link
action. Fixes #287 (Sebastian Geiger)
* Include the man page from the Debian page directly with tilda,
this ensures that the man page can also be shipped on other
distributions besides Debian and Ubuntu.
* Fixed an issue related to styling and transparency that could cause
certain widgets to become transparent and which caused issues on dark
themes that led to the search box always having a white background.
Fixes #437 (Sebastian Geiger)
* Further fixes related to BadWindow and BadMatch Xorg errors. In addition
we removed the custom XOrg errror handling in favor of error traps.
(Sebastian Geiger)
* Fixed related to time stamp handling with Xorg related call
(Sebastian Geiger)
* Added support for OSC8 hyperlinks.
* It is now configurable whether the terminal match activation
requires the press of the CTRL key. Fixes #368 (Sebastian Geiger)
* We integrate code from Gnome Terminal to improve the matching
functionality. As a result Tilda now supports improved matching
of URL and can also match file names, emails and numbers. This
is configurable in the preferences. Parts of the code are GPLv3
licensed, so the overall Tilda license becomes GPLv3. If
matching rules are enabled and a match is detected, then the
Tilda context menu will show a copy link for the match.
Fixes #405 (Sebastian Geiger)
* It is now possible to unbind a hotkey in the preferences.
Fixes #120, #110, #113, #203 (Sebastian Geiger)
* We remove the XDG migration code, this have been part of tilda
for 10 years and all tilda users should have long migrated to
the new XDG config locations.
* This release adds D-Bus support, which makes it possible to
control the pull behavior with a D-Bus action. More details
can be found in the updated man page.
(Koosha Hosseiny, Sebastian Geiger)
* In addition to the D-Bus support Tilda also supports a new option
'-T' which allows to toggle a certain tilda instance to make
it easier to invoke the toggle action (Krzysztof Królczyk,
Sebastian Geiger)
* Tilda ships a new desktop file to start with D-Bus support
enabled. We also improved the existing desktop files.
* Allow ergonomic use of CTRL+C for copy. If text is selected,
then CTRL+C will copy, otherwise, it will abort the current
commands. (Will Gardner)
* Add option to display bold font in bright color
(arcctgx)
* Fixed a possible race-condition when multiple tilda processes
are started in quick succession that could lead to multiple
processes using the same config file.
* Add new option to insert new tabs after the current tab.
(ruro)
version 1.5.5 (2023-11-12):
* Fixed an out-of-bounds error that could cause a segmentation
fault. Fixes #504 #481 (xtkoba).
version 1.5.4 (2020-12-24):
* Fixed an issue that occurs with newer tilda versions which prevents
custom commands from working correctly in newer VTE versions.
Fixes #435, #436, #440 (Jimun Batty).
* Fixes an incorrect usage of 32bit data type for X11 time, which
should be 64bit instead (Sebastian Geiger).
version 1.5.3 (2020-11-01):
* Fixed an issue that could cause tilda to crash due to a BadMatch X11
error in certain situations (such as when using the Marco
window manager of the Mate Desktop 1.24.1) (Emanuele F.).
version 1.5.2 (2020-05-09):
* Fixed an issue in the URL matching code that caused a VTE warning
about a missing multiline flag to be emitted at runtime.
version 1.5.1 (2020-05-03):
* Fixed an issue that could cause the tilda window to appear behind
panels in fullscreen mode (Sebastian Geiger).
* Fixed matching of URLs on VTE versions 0.56.1 or later
(Sebastian Geiger).
* Fixed an issue that can cause the close-tab confirmation dialog to
appear twice (Sebastian Geiger).
* Fixed a leak in the signal handling code that caused the
"switch-tab" signal handler to be readded every time a tab was
opened (Sebastian Geiger).
* Support matching the '@' character in URLs.
* Due to a problem in the release process this release was skipped.
We tagged the release in git, but forgot to update the changelog
and to update the version in the build system. Users should switch
directly to 1.5.2.
version 1.5.0 (2020-02-02):
* Search is now backwards by default (Sebastian Geiger).
* Tilda now handles monitor changes and adjusts its size automatically.
This is useful in cases when a notebook is connected to an external
monitor (Sebastian Geiger).
* Tilda now stores the relative sizes of the window in percent rather
than the absolute values in pixels (Sebastian Geiger).
* The confirmation dialogs for confirm tab close and prompt on exit are
now enabled by default (Sebastian Geiger).
* When using the block cursor, the background color of the cursor
is now correctly applied (Brian Hsu).
* Fixed issue in transparency. Fixes #269 (Sebastian Geiger).
* Fixed a resize issue in fullscreen mode. Fixes #306 (Sebastian Geiger).
* Tilda now uses asynchronous command spawning. A new option supports
changing the default timeout when spawning a command
(default is 3 seconds) (Sebastian Geiger).
* Various fixes related to the window title. Tooltips now display
full tab title (Tom Briden). Fixed missing title on initial window and
fixed a problem with setting the title when switching between tabs. Also
the computation of the title is now more consistent between the window
title, tooltips and the tab title (Sebastian Geiger).
* When loading configuration files tilda follows symlinks.
Fixes #327 (Sebastian Geiger).
* Tilda now uses xdg-open to open web links rather
than x-www-browser (lucasbru).
* In non-X11 environments such as Wayland tilda will now always use the
X11 backend (Roman Hoellen).
* Exclamation mark '!' is now supported by the HTTP regex for detecting
web links.
* Added a check if lock dir exists which avoids a warning when tilda
starts the first time and the lock dir has not been created yet
(Sebastian Geiger).
* We now correctly free the resources when closing the a terminal tab
(Sebastian Geiger).
* Tilda now uses structured logging. In debug mode tilda will automatically
output all debug messages. In non-debug mode, debug messages can still
be output by exporting G_MESSAGES_DEBUG=tilda (Sebastian Geiger).
* Removed 'Allow Bold' option (Sebastian Geiger).
* Removed deprecated antialiasing option (Sebastian Geiger).
* Dropped support for older VTE versions (Sebastian Geiger).
version 1.4.1 (2018-02-08):
* Updated language files (Sebastian Geiger)
version 1.4.0 (2018-02-03):
* Fixes a problem with close-tab action in the context menu (Alexander Maznev)
* The default word matching expression now matches IPv6 addresses (Srđan Panić)
* The keybindings in the wizard are now displayed in form of a list
(Sivno Toranaga-San, Alexander Maznev, Sebastian Geiger)
* Fixed an issue which broke the transparency feature after changing the color scheme
(Corentin Néau)
* Fixed an issue that prevented the initial tab title from being correctly
set (Hoel Kervadec)
* Tilda now supports a new command line option to specify the configuration
file (Corentin Néau)
* The 'Tab Position' option has been moved to appearance section in the wizard
(Tom Briden)
* New option 'Expand Tabs' causes tabs in the tilda window to fill
all available horizontal space (Tom Briden)
* New option 'Show Single Tab' to show the tab bar also when only a single tab
is open (Tom Briden)
* Tilda can now be configured to show a confirmation dialog when closing
a tab or when when tilda is closed (Sebastian Geiger)
* Tilda now knows a new color scheme called 'Snazzy' (Thanks to devtrium)
* The tab title learned more options to configure behavior of long
tab tiles (Tom Briden)
* The option for double buffering has long been deprecated and was
removed in this release (Sebastian Geiger)
version 1.3.2 (2016-02-14):
* Updated Hacking.md's instructions to reflect VTE 2.91 api bump (Thanks to HiTuX)
* Added a widget name to the search widget for easier styling (Sebastian Geiger)
* Several code cleanups and a few deprecation warnings where removed (Sebastian Geiger)
* Added default styling to the tilda search bar (Sebastian Geiger)
* Cleanup code for CSS loading. It now reports an error if something went wrong (Sebastian Geiger)
* Fixed a problem that caused tilda to close two tabs when the close tab hotkey
was used (Sebastian Geiger)
* The preference dialog is now also shown above the tilda window if the tilda
window is in fullscreen mode (Alexander Maznev)
version 1.3.1 (2015-12-16):
* Despite the claim that the transparency was fixed for GNOME Shell
there was a regression that broke it again. With this version
it should finally be fixed (again).
* Images in the appdata file and Readme.md have been updated.
* Fixed an issue that would the background transparency to be
reset on a color palette change (Sergey Zolotarev).
version 1.3.0 (2015-11-17):
* Fixed an issue with transparency in GNOME Shell (Ingmar Olsson)
* Fixed wrong move-tab behaviour (Andrew Lin)
* Allow changing the font size (Alexander Maznev, Sebastian Geiger)
* Fixed an issue that caused the preferences window
to be shown below the tilda window (Sebastian Geiger)
* Migrated context menu to GAction API, as a result it will
now show the relevant hotkey bound for each menu item (Sebastian Geiger)
* Custom commands are now validated in the wizard (Sebastian Geiger)
* The maximum window size for each monitor is based on the workarea size,
instead of the monitor size (Sebastian Geiger)
* Fixed an issue in command validation
* Added a new option "Use login shell" to start the shell as
a login shell (Sebastian Geiger).
* The UI file was updated to migrate many deprecated widgets to their new replacements (Sebastian Geiger)
* The source now contains some documentation for the multi-monitor feature (Sebastian Geiger)
* Make sure tilda never starts outside the visible monitor area, this could happen on
when monitors had different sizes or rotations (Sebastian Geiger)
* Fixed wrong centering on multi-monitor setups (Thanks to Sivno Toranga-San)
* Tilda Wizard now uses the correct icon (Sebastian Geiger)
* The fullscreen setting is now persistent (Sivno Toranga-San)
* Added an AppData file for Tilda (Alexander Maznev)
* Tilda will now show an error message when it starts if there was a problem reading the config file (Sebastian Geiger)
* There is now a keybinding to toggle the transparency (Alexander Maznev)
* There is now an option for cursor shape and color (Alexander Maznev)
* The window title is now set to the current tab title, this is useful when tilda is configured
to show up in the task list (Sebastian Geiger)
* Fixed a bug with the scrollback limit, infinite scrollback should now correctly work (Alexander Maznev)
* The default scrollback length is now 5000 lines (Sebastian Geiger)
* Fixed an issue that prevented the configuration file to be written back to disk correctly.
As a result the file could sometimes be empty (Sebastian Geiger)
* Fixed an issue with the copy and paste hotkeys when the scrollbar was configured
to be on the left (Sebastian Geiger)
* Avoid an error when the wizard was opened multiple times, now
the already open window is focused (Sebastian Geiger)
* Tilda can now be configured as a desktop window (EWMH Hint) (Paul G)
* There is now a search widget that can be shown with CTRL+SHIFT+F and
hidden with Esc (Alexander Maznev and Sebastian Geiger)
* Support for the new VTE 2.91 API version was added and is enabled by default,
it is still possible to use the old 2.90 API by specifying '--disable-vte-2.91'
at configure time (Alexander Maznev)
* Fixed an issue with the autohide option by preventing repetitive pulls within 150ms (Furkan Mustafa)
* The hide animation has been reworked and no longer resizes the tilda window when
hiding it. Additionally some issues with different window managers were fixed. (Lean Rada and Sebastian Geiger)
* The monitor chooser in the wizard now uses the monitor names instead of the monitor number (Sivno Toranga-San)
* The prevtab and nexttab keybindings have been swapped in the wizard to make them more intuitive (Sebastian Geiger)
* There have also been several other fixes, code cleanups and changes to the build system, which should
improve the overall stability and usability of tilda (Sebastian Geiger and others)
version 1.2.4 (2015-06-28):
* Fix a bug introduced in the last version that broke the copy/paste hotkeys when the
tabs were reordered.
version 1.2.3 (2015-06-20):
* Fix a transparency issue on GNOME Shell
* Fixed some memory and pointer issues
* Fix move-tab key-binding behavior
* The wizard window will now in front of the terminal and now behind it
* An invalid custom command no longer makes tilda hang
* Fix an issue with the scrollback limit, infinite scrollback now works correctly
* Increase the default scrollback length to 5000 lines
* Fix an issue with copy and paste when the scrollbar was configured to appear on the left
* Fixed an issue with config file being truncated when tilda was closed or the process killed
forcibly and tilda did not have enough time to write the whole config file to disk.
version 1.2.2 (2014-10-28):
* Fixed an error where Tilda failed to start when the lock
file directory did not exist or could not be opened.
version 1.2.1 (2014-10-16):
* Readded empty NEWS file to fix debian packaging
* Updated po/ folder
version 1.2.0 (2014-10-15):
* Fixed background option
* Updated README, HACKING and TODO files
* Fixed bug in focus/pull-up selection
* Made tilda icon themeable
version 1.2~rc1 (2014-09-25):
* Fixed an issue with drop-to-default shell option
* Added light and dark solarized schemes
* Custom color selection improved
* New option to set the maximum tab title length
* The fullscreen hotkey is now configurable in the
preferences.
* Its now possible to compile with clang
* Fixed some focus issues
* Its now possible to open the context menu with the context-menu
button on the keyboard if such a key is present. This provides
improved usability for people with disabilities.
* Tabs can now be switches using the mouse history buttons.
* Tilda now uses non-recursive automake, there have been
many improvements to the build system and some code cleanups.
Its now also possible to make out-of-tree builds.
The debugging output has also been improved and now shows
in which file a log message was printed.
* There is a new unlimited scrollback option.
* A positioning bug when unfullscreening was fixed.
* Some improvements for different window managers were made.
* Tilda can no be focuses with the hotkey instead of hiding it
when it is currently not focused. This new behavior is configurable.
* A locking issue has been fixed if multiple tilda instances were started
at the same time, which caused a race condition to appear and could
delete the configuration file.
* The UI file from GtkBuilder is now being compiled into the tilda binary.
* There is a new option to hide the tab bar and the border when multiple
tabs are open.
* When a new tab is opened the tab will now inherit its working directory
from the old tab. This behavior is active by default and can only be
disabled from an option in the config file.
version 1.1.13 (2014-09-22):
* Fixed focus stealing issue
on mouse enter. This caused
the tilda window to become
active when the mouse
entered the window.
* Fixed two functions which prevented
building on systems with
'-Wreturn-type' enabled in the
compiler.
version 1.1.12 (2014-05-20):
* Fixed an issue where the
keystroke for the fullscreen
hotkey was carried into the
terminal and causes a '~' key
to be printed.
version 1.1.11 (2013-12-13):
* Fixed an issue where the
window grows bigger than
max_width if there are too
many tabs open. Fixed by
making the tab bar scrollable.
version 1.1.10 (2013-12-01):
* Fix custom color support and
add a "Custom" entry in the
drop down list.
* Fixed the patch in the .desktop
file to point to the correct
location of the pixmap file.
version 1.1.9 (2013-11-12):
* Backport fix for the goto tab
hotkey (previously ordering was
backwards).
version 1.1.8 (2013-09-23):
* Fixed an issue which caused
tilda to show a grey window on
certain window managers.
version 1.1.7 (2013-04-09):
* Install files to pkgdatadir
instead of datadir to fix a
bug in the debian package.
version 1.1.6 (2013-03-21):
* Update Makefiles to allow a better
building of the package on Debian.
version 1.1.5 (2013-03-10):
* Fixed some Changelog dates
version 1.1.4 (2013-03-02):
* Fix deprecation errors
on tilda.desktop
version 1.1.3 (2013-02-25):
* Update language files
version 1.1.2 (2013-02-25):
* Fix a small problem when running
make distcheck.
version 1.1.1 (2013-02-24):
* Made some minor changes to the build files
to make package bulding easier. This includes
no more silent builds and enabled maintainer
mode.
version 1.1.0 (2013-02-17):
* Added multi-monitor awareness. The wizard
now has a new drop down in the appearance
tab that allows to choose the monitor.
Tilda is now constrained to one monitor
and automatically adjusts its size to the
new monitor when the selected monitor
changes.
* Added an option to respawn the terminal
if the last one was closed. Options are
- Close tilda
- Open new terminal
- Open new terminal and hide
* Tabs are movable now with a hotkey
* New color scheme 'zenburn'
* Added CSS selectors for the terminal
window and the wizard, which makes
it possible to a styles to the tilda
tabs without affecting the wizard.
* Fixed the choices of what to do when
a custom command exits. The first choice
is now "Drop to the default shell",
the previous choice was to hold the
terminal open, which made the terminal
unusable because it had no running shell
anymore.
* Fixed a bug that required to press
CTRL while clicking on a link.
* Fixed a bug that made hiding the findow
very slow.
* Fixed a border issue in the wizard and
made some other clean ups so the wizard
looks more consistent.
version 1.0.2 (2012-10-01):
* Fixed next/prev tab hotkey
* Fix scrolling in terminal
* Fixed a border issue once more
* Add tabs at the end not the front
version 1.0.1 (skipped):
* skipped because of wrong tag
version 1.0.0 (2012-09-16):
* Port to GTK+3, VTE-2.90, GtkBuilder
* Use Modern Autotools
* Fixed compilation warnings und runtime errors
* Use glib i18n functions instead of separate libarary
* Removed some very old migration code for the config file
* Fixed a bug with the border
version 0.9.6 (2008-4-28):
* Move bugtracker to http://bugs.launchpad.net/tilda
* Fix metacity-2.20 focus problems
* Add future plans to the TODO list
* Update documentation to reflect the current keybindings
* Fix Ubuntu's bugs about copy and paste
* Fix metacity-2.22 focus problems
* Fix autotools so that it can generate release tarballs
* No more visual bell
version 0.9.5 (2007-12-12):
* Fixed clear/reset issue
* Switched to Gnome shortcut keys
* Fixed background scrolling bug
* Tabs now loop to beginning/end for next/prev
* Better animation support
* Major code reorganization
* Make WWW links Ctrl+Left Click to open in a web browser
* Remove old configuration conversion script
* Updated documentation
* Use glade to generate the config wizard
* Gettextize for translations
* Added true transparency
* Made scrollbar off by default
* Fixed another bug in getting the new lock file (Thanks Wilberding)
* Removed resize/move from hide when animation is turned off.
This will fix the closing of certain program (i.e. nano) when
Tilda is hidden
* To keep Tilda open on 'exit' set
Preferences->Title and Command->When Command Exits to
"Hold the Terminal Open"
version 0.9.4 (2006-11-28):
* Double Buffering is now in the Preferences. Enable or disable to fix
problems with blinking on your system
* Add support for a window icon.
* Add a --hidden command line option.
* Change "Display pulled down on start" to "Start Tilda hidden".
* Updated the Preferences window.
* Add "centered horizontally" and "centered vertically" options.
* Enable double buffering by default.
* Fix getnextinstance() function.
* Changed default slide delay to 15000
* Now installs .desktop file and icon
* Set copy/paste to ctrl-shift-c/ctrl-shift-v
* Alt-# for switching tabs now :), sorry for all the changes
* Changed getinstance back to its old way of working,
so it doesn't just count locks but checks the numbers (thanks wilber)
version 0.09.3 (2006-06-28):
* ctrl-# changes tab, sorry not alt-# (bash uses that)
* ctrl-shift-w fix
* Added ability to set height/width by percentage of screen resolution
* All Tabs are now the same size
* Remove stale code (apply() function).
* Patch from Danny Milosavljevic (thanks!) which fixes:
* "tilda -C", then Cancel quits app now
* wizard is a gtk dialog now (modal, not sure if it's used in other
places than the -C command line arg)
* wizard uses stock buttons now
* fixed the command line in the wizard to take command line arguments
as well
* fixed the restart handling in close_tab_on_exit (combo entry order
changed, but the switch statement contained the old order - it seems)
* fixed a strlen warning in tilda_window.c
* removed the apply button since it was confusing
version 0.09.2 (2006-01-21):
* Added libConfuse to configure.in.
* Better command-line option help generation.
* Switch to libConfuse for config-file parsing.
* Internal cleanups / documentation.
* Increase use of GLib.
* Sliding action added
* No more blinking terminal
* Added shortcuts for adding tabs and going to the next or prev tab
* Various bug fixes
version 0.09.1 (2005-10-04):
* Fixed problem of tab taking other tabs title
* Fixed 100% CPU problem when Tilda is started hidden
version 0.09 (2005-10-03):
* Added Dynamic tab titles
* Added lots of added preferences to Tilda Wizard (too many to name here)
* Window Maker bug fix
* Possible fix to Tilda not grabbing focus on pull down
* Cleaned up the autotools build stuff. There were some directories that
should have never gotten into CVS. Run autogen.sh to set up the build now.
version 0.08.1 (2005-08-18):
* Fixed a bug where the scrollbar would not show up on new tabs.
* Fixed a bug where all new tabs in the same instance did not take on the
same properties as their parent.
* Fixed some GCC4 compile warnings. Thanks to Daniel Holbach for pointing
them out!
* Minor code cleanups.
* Misc bugfixes.
version 0.08 (2005-07-31):
* Tabs have been added -- right cick on the tilda window to add or remove
a tab.
* May have fixed some focus issues.
* Fixed problem with GNU Screen.
* Fixed gthread crash problem.
* Misc bugfixes.
version 0.07 (2005-06-15):
* New right-click menu -- you can configure tilda while it is running.
This works for everything but changing the key binding.
* Removed the dependency on XBindKeys. Tilda now listens for key-presses
on it's own. See the README for details.
* Removed support for commands of the form 'tilda -T $NUM'
* Each instance of tilda now has it's own config file.
* Misc bugfixes.
version 0.06 (2005-05-24):
* New configuration wizard. Still ugly, and it still does not auto-update
yet, but I'm saving that for when you can have each tilda instance
configured separately.
* Fixed LOTS of possible (and real) buffer overflows. This fixes some GTK
crashes that we were having due to overwriting memory.
* Changed the config file code around, it's much less hackish now.
* Changed the way tilda is built.
* Misc bugfixes.
version 0.05.1 (2005-03-25):
* Fixed a defunct process that was running loose.
version 0.05 (2005-03-15):
* Added the environmental variable TILDA_NUM which is set to the current
tilda's number to move it up and down.
* Fixed a bug where tilda would not clean up after itself 100%. Now each
time tilda is run it will check the tmp directory and clean it up if it
is not completely clean.
version 0.04 (2005-02-09):
* Added support for running multiple instances of tilda at the same time.
* Fixed a bug where tilda would close X when closing tilda.
version 0.03 (2005-01-12):
* Fixed bugs of not completely leaving the screen on some window managers.
* Added many command-line options. Run 'tilda -h' to see them.
* Removed the dependency on devilspie.
* Changed the configuration wizard and the ~/.tilda/config file syntax. Be
sure to run tilda -C if you are migrating from version 0.02 or earlier to
version 0.03.
* Added fake transparency, option of black or white background color,
option of a scrollbar, and many more.
version 0.02 (2005-01-05):
* Fixed bugs, hopefully, in writing to configuration files.
* Added options in configuration wizard for devilspie and xbindkeys.
* Tilda can start devilspie and xbindkeys on start of tilda.
* Our first release!