Update NEWS
[nautilus-actions.git] / NEWS
blob332ebe7dff93b7ac119494f47adcb1811f37480e
1 Version 1.11.2
2  
3     Release date 2009-07-30
5     Probably the most exciting feature in this last development version
6     is the right through new user interface.
7     Take a look at it.
8     Packagers, your users will want it !
9  
10     Bugfixes
12         #325582 reported by Frederic Ruaudel (use GConf)
13         #325585 reported by Frederic Ruaudel (delete actions created via gconftool-2)
14         #353198 reported by Frederic Ruaudel (single window mode)
15         #531301 asked by IceWil (list of selected URIs)
16         #576186 asked by gnutered (port of the URI)
17         #580378 reported by James Campos (context menu doesn't update)
18         #585652 reported by Claude Paroz (user interface)
19         #589698 reported by Andre Klapper (use GtkBuilder)
21     New and updated translations
23         bn_IN (Runa Bhattacharjee)
24         da (Mads Lundby)
25         de (Mario Blättermann)
26         es (Jorge Gonzalez)
27         fr (Claude Paroz)
28         gu (Sweta Kothari)
29         kn (Shankar Prasad)
30         mr (Sandeep Shedmake)
31         or (Manoj Kumar Giri)
32         pa (A S Alam)
33         sv (Daniel Nylander)
34         ta (ifelix)
35         te (Krishnababu K.)
37     Various code enhancements
39         This is mostly a complete rewriting :
40         - internally, of the object hierarchy
41         - externally, of the UI
43         The new object hierarchy is fully GObject/events based.
45         More, we have tried to follow all future Gnome 3.0 requirements :
46         - migrated from libglade to GtkBuilder
47         - migrated from Gnome VFS to GVFS
48         - get ride of old dependancies
50         - add a dependancy on libunique 1.0
51         - require now Gtk+ 2.12, Glib ..?,
53         Command-line utilities are now always build (no more a configure option).
55     nautilus-actions-config-tool
57          The configuration UI has been renamed from nautilus-actions-config.
59          It provides more visual feedback : which actions have been modified, which
60          are saveable or not, depending on their validity status. Automatically
61          reloads the list of actions if it has been externally modified, depending
62          on the modification status of the currently edited actions.
64          Import and Export actions are now assistant-driven.
65          Actions can be exported as a GConf dump entry (new format).
67     nautilus-actions-new
69          This utility has been renamed from nautilus-actions-new-config.
71          It can be used to create an action, and has been updated to generate
72          actions with the new export format, or to directly write the action into
73          the GConf repository.
75     nautilus-actions-schema
77          This new command-line utility writes a GConf schema on stdout.
78          Packagers may use it to install a schema.
80         Note also that we have defined a NAIIOProvider interface. We will so in the future be able to handle action definitions from elsewhere than GConf, and, why not, take advantage of actions configured for other file managers.
82 Version 1.11.0 [unstable]
84         Release date 2009-06-09
86         This is the first intermediate release in the 1.11 serie.
88         It includes a full rewriting of the action/profile object
89         hierarchy, along with the system of change notification. It also
90         introduces the new NactIIOProvider interface.
92         The Nautilus plugin module, which actually takes care of selecting
93         actions which will be displayed by Nautilus in item context menu,
94         makes a full use of this new object hierarchy.
96         The nautilus-actions-config UI always uses the old one.
98         Bugfixes
100                 #580378 reported by James Campos (context menu doesn't update)
102         New and updated translations
104                 de (Mario Blättermann)
105                 mr (Sandeep Shedmake)
106                 or (Manoj Kumar Giri)
108 Version 1.10.1
110         Release date 2009-05-29
112         Nota:
113                 Last official release was 1.4.1 (05/2007) and is always available
114                 at http://www.grumz.net/?q=taxonomy/term/6/9 
116                 In the meantime (10/2008), some distributions have packaged and
117                 released the current state of the svn trunk (rev.510) ; they have
118                 generally called it 1.9 (sometimes 1.9b) ; this was _not_ an
119                 official release (though we can think it has been correctly
120                 tested ;-)) 
122         Profiles
123         
124                 The "profile" feature has been developed by Frederic Ruaudel
125                 (previous maintainer and original author of Nautilus-actions).
126                 It has been included in the intermediate version 1.9x without
127                 having thoroughly tested ; I have choosen to left it in this
128                 version to not create backward compatibility problems for the
129                 users of these distributions, but be warned : use with caution.
131         Bugfixes
133                 Fixes #522605 reported by Andre Klapper (i18n)
134                 Fixes #573365 reported by Sergej (i18n)
135                 Fixes #574919 by Bruce van der Kooij (gnome_vfs_init)
136                 Fixes #568366 by Stéphane Raimbault (i18n)
138         Translations
140                 ar (Djihed Afifi)
141                 ca (Sílvia Miranda)
142                 de (Mario Blättermann, Andre Klapper)
143                 dz (Pema Geyleg)
144                 el (Kostas Papadimas)
145                 en (David Lodge, Adam Weinberger, Philip Withnall)
146                 es (Jorge Gonzalez)
147                 eu (Inaki Larranaga Murgoitio)
148                 fi (Ilkka Tuohela)
149                 fr (Claude Paroz, Stéphane Raimbault)
150                 it (Milo Casagrande)
151                 ko (Changwoo Ryu)
152                 mr (Milo Casagrande)
153                 nb (Kjartan Maraas)
154                 oc (Yannig Marchegay)
155                 pa (Amanpreet Singh Alam)
156                 pl (Wadim Dziedzic)
157                 pt (Duarte Loreto, Og Maciel, Jonh Wendell)
158                 sv (Daniel Nylander)
160         Various code enhancements
161         
162                 All compilations warnings have been fixed, all code is now
163                 fully ansi-compliant, though not (yet ?) pedantic (Pierre Wieser)
165                 Introduce new intltool (Christian Persch)
167                 Double-clicking on an action now directly opens the editor
168