summaryrefslogtreecommitdiff
path: root/NEWS
blob: 6f74482223cb825c1eb073438694a9e9bf45d7ed (plain)
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
0.3.2 - Jan 10, 2013
====================

- Fix input parameter handling for method execution dialog (Thomas Bechtold)
- Update requirements in README (Thomas Bechtold)
- Make d-feet ready for Python 3 (Thomas Bechtold)

0.3.1 - Oct 23, 2012
====================

This is a new unstable release of DFeet.
It's the first release based on gobject-introspection and gdbus.

- Update setup.py (Thomas Bechtold)
- Enlarge icon (Thomas Bechtold)
- Fix icon handling (Thomas Bechtold)
- Adjust UI (Thomas Bechtold)
- Fix d-feet icon usage (Thomas Bechtold)
- Merge branch 'pygi' (Thomas Bechtold)

0.1.15 - Oct 15, 2012
==
- Add Thomas Bechtold as a project maintainer (Thomas Bechtold)
- fixed tree model crash (Robert Ancell)
- fix crash on empty selection (Robert Ancell)
- removed gap between window titlebar and menubar (Chris Couzens)
- import gtk early in a try except block so we catch if display is not set (John (J5) Palmieri)
- Use XDG config dir (William Jon McCann)
- update .gitignore (John (J5) Palmieri)
- fix icon globbing in setup.py (John (J5) Palmieri)

0.1.14 - Nov 14, 2011
==
- replace old icon with new hi-res icons (John (J5) Palmieri)
- deal with None config values by making them empty strings (John (J5) Palmieri)
- add dbus type wrappers global scope of methods executed by the exec dialog (John (J5) Palmieri)
- remove lingering glade import (John (J5) Palmieri)
- fix quoting and unquoting config lists (John (J5) Palmieri)
- Add a reconnect button to the main panel that will allow to close and reconnect the dbus connection for the current tab if this tab address is not either Session Bus or System Bus. (Florent Viard)
- Close the bus connection when we close a connection tab for the buses different than Session Bus and System Bus. + Fix a potentiel bug. (Florent Viard)
- Quote and unquote list items to avoid splitting on comma litterals (John (J5) Palmieri)
- D-Feet: Add a persistant history to the combobox in the "connect to other bus" dialog. (Florent Viard)
- Pressing "Enter" in the add connection combobox activates the connect action (Florent Viard)

0.1.12
==
- Add the ability to specify a bus on the command line using the --bus-address 
  or -a switch (jdahlin)
- fix up some UI bugs (jdahlin)
- move project to gnome.org

0.1.11
===
- Add a NEWS file
- Fix up .desktop file