~ubuntu-branches/ubuntu/natty/quickly/natty

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-03-29 19:00:48 UTC
  • mfrom: (8.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329190048-olhobq492x3xnztz
Tags: 0.3.90-0ubuntu1
* New release:
  Quickly core:
  - check now that --template has one argument
  - -- enables to give options to templates (unknown options and arguments
    are still given to templates but -- specify explicity what to give to
    templates commands like -h, --version...)
  - check and enable recreation of the credential if user deletes it on
    Launchpad
  - Use realpath so that we can symlink to the binary in trunk.
    (Jonathan Lange)
  - project_path_not_found is raised when data_path_not_found should be
    (originated from Philip Peitsch's patch). (LP: #497688)
  - importing command in one template from another template is now possible
    support as well "all" keyword to import all commands from a template
    into another one (take care of overridden commands too)
    (LP: #452306, #487301)
  - add an apport hook to get installed templates (LP: #411127)
  - enable option completion for templates
  - handle now version upgrade, launching script for templates and handling
    versionning on them
  - change getstarted wording (LP: #486180) - Grant
  - Quickly ship now "version" tag instead of "format" tag
  - add some templatetools to check X display
  - if a commands exit with 4, do not show "ERROR:" (case of wrong command
    usage, for instance)
  - Rewrote importing module in both bin/quickly and ubuntu-project binary
  - Add get_camel_case_name() and get_sentence_name() to templatetools
  - Refactor some code in pre_create hook()
  - Now dashes and spaces support in project name! Dealing with python and
    packaging issues for you. (LP: #493130)
  - Provide Quickly API (LP: #426480)
  - Fix some issues in the man page
  ubuntu-application Template:
  - Enabling upload to team or user ppa, as well as any ppa.
    Use --ppa ppaname or --ppa team/ppaname
    .quickly file can be used as well with ppa = ppaname or
    ppa = team/ppaname (LP: #470192)
    ppa completion is also available
  - Change BSD header by full license
  - Add MIT license
  - Fixes an error when launchpad display name contains unicode character
    (Petar Vasić)
  - Fix typo in quickly help save (Petar Vasić)
  - Adds logo.png as logo property in about dialog (LP: #478389)
    (Petar Vasić)
  - Remove lp-project-change command and add configure command.
    configure lp-project [project_name] to set/reset lp project binded to
    your Quickly project
    ppa <ppa name> to set a default ppa with your project
  - Fix ~/.selected-editor being ignored (LP: #484730)
  - Fix wrong shell completion when in a template (it wrongly proposed
    all commands followed by templates)
  - Check if we have a X display available before running "run" or launching
    GUI in "create" command.
  - add -- support in quickly run to pass options like --help, --version so
    that Quickly core don't take them.
  - enable preferences save call being called multiple times (Philip Peitsch)
  - Use realpath so that we can symlink to the binary in trunk.
  - Fixed some errors in the tutorial (Brian) (LP: #499356)
  - Fix missing import sys in setup.py (Philip Peitsch) (LP: #499712)
  - rename ubuntu-project to ubuntu-application
  - enhance quickly license (no more Copyright file, only one AUTHORS file)
    personal license needs COPYING file now (and the header will be copied in
    every files). No more # needed in those files too. Some other little
    refactoring too (LP: #469330)
  - autolicence by default on first share/release (with LP info and on GPL-3)
  - change versionning support in ubuntu application: (LP: #476814)
   + quickly share just adds -publicX to current version where X is bumped
     at each "quicky share" execution
   + quickly release remove -publicX (if any) and release with current YY.MM.
     If there is already a release with that version, it will be YY.MM.1, 
     then YY.MM.2
  - add accelerators to menu items (jens persson)
  - set correctly title dialog (Philip Peitsch) (LP: #501999)
  - about dialog box is now fully automated: (LP: #478414)
   + update copyright, authors, license (when licensing)
   + version (when sharing and releasing)
   + homepage (when changing launchpad project: release and configure)
  - add an 'add' command. $ quickly dialog … is now $ quickly add dialog …
    (LP: #438320)
  - enable automatic release and milestone built in LP, releasing and pushing
    upstream tarball (LP: #470344)
  - automatic collect and publish changelog message from commits and save
    messages used during devlopment. (LP: #476572)
  - add i18n to boiler plate (LP: #423529)
  - enable adding manual depdencies to quickly project (LP: #474639)
  - enable configure its own bzr branch and resetting parent branch even once
    already configured (quickly configure bzr <branch-path>)
  - now recommends seahorse-plugins to have a graphical prompt for signing
    package
  - rename quickly glade to quickly design (LP: #528664)
  - create command is now more flexible and enable people to inherit from
    other template more easily
  - add translation domain to gtkbuilder and fix some items that shouldn't
    been translatable (Łukasz Jernaś)
  - add apport and launchpadintegration to new and existing project once
    bounded to LP (Philip Peitsch)
  - fix spelling mistake "connexion" (Łukasz Jernaś) (LP: #532667)
  - the ubuntu-application tutorial is now internationalized and use docbook
    format. Translators, it's yours! (Shane Fagan) (LP: #525168)
  - package/share/release are now more quiet and only print something on error
    warning as a summary as with unfound packages, and so on (LP: #482915)
  - new algorithm to select good email automatically. Try to get the preferred
    email and update the AUTHOR file with it.
  - test GPG key and create one automatically if none is available. The
    corresponding public key availabity in launchpad is also checked.
    (LP: #427730, #408993)
  - add devscripts as a dependency (bug #465833), will fix all the depends
    mess later
  - bump python-distutils-extra (>= 2.18bzr1)
  ubuntu-cli Template:
  - first release using import command feature (no command written into the
    template itself). This is a basic ubuntu CLI application
  ubuntu-pygame Template:
  - first release using import command feature. python-pygame added as a
    depends
* debian/control:
  - renamed and separate in multiple packages to get a -common used with
    Quickly widgets (LP: #519633)
  - suggests python-quickly-widgets

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Quickly 0.4
 
2
------------------------------------
 
3
 
 
4
  Quickly core:
 
5
  - check now that --template has one argument
 
6
  - -- enables to give options to templates (unknown options and arguments
 
7
    are still given to templates but -- specify explicity what to give to
 
8
    templates commands like -h, --version...)
 
9
  - check and enable recreation of the credential if user deletes it on
 
10
    Launchpad
 
11
  - Use realpath so that we can symlink to the binary in trunk.
 
12
    (Jonathan Lange)
 
13
  - project_path_not_found is raised when data_path_not_found should be
 
14
    (originated from Philip Peitsch's patch). (LP: #497688)
 
15
  - importing command in one template from another template is now possible
 
16
    support as well "all" keyword to import all commands from a template
 
17
    into another one (take care of overridden commands too)
 
18
    (LP: #452306, #487301)
 
19
  - add an apport hook to get installed templates (LP: #411127)
 
20
  - enable option completion for templates
 
21
  - handle now version upgrade, launching script for templates and handling
 
22
    versionning on them
 
23
  - change getstarted wording (LP: #486180) - Grant
 
24
  - Quickly ship now "version" tag instead of "format" tag
 
25
  - add some templatetools to check X display
 
26
  - if a commands exit with 4, do not show "ERROR:" (case of wrong command
 
27
    usage, for instance)
 
28
  - Rewrote importing module in both bin/quickly and ubuntu-project binary
 
29
  - Add get_camel_case_name() and get_sentence_name() to templatetools
 
30
  - Refactor some code in pre_create hook()
 
31
  - Now dashes and spaces support in project name! Dealing with python and
 
32
    packaging issues for you. (LP: #493130)
 
33
  - Provide Quickly API (LP: #426480)
 
34
  - Fix some issues in the man page
 
35
  ubuntu-application Template:
 
36
  - Enabling upload to team or user ppa, as well as any ppa.
 
37
    Use --ppa ppaname or --ppa team/ppaname
 
38
    .quickly file can be used as well with ppa = ppaname or
 
39
    ppa = team/ppaname (LP: #470192)
 
40
    ppa completion is also available
 
41
  - Change BSD header by full license
 
42
  - Add MIT license
 
43
  - Fixes an error when launchpad display name contains unicode character
 
44
    (Petar Vasić)
 
45
  - Fix typo in quickly help save (Petar Vasić)
 
46
  - Adds logo.png as logo property in about dialog (LP: #478389)
 
47
    (Petar Vasić)
 
48
  - Remove lp-project-change command and add configure command.
 
49
    configure lp-project [project_name] to set/reset lp project binded to
 
50
    your Quickly project
 
51
    ppa <ppa name> to set a default ppa with your project
 
52
  - Fix ~/.selected-editor being ignored (LP: #484730)
 
53
  - Fix wrong shell completion when in a template (it wrongly proposed
 
54
    all commands followed by templates)
 
55
  - Check if we have a X display available before running "run" or launching
 
56
    GUI in "create" command.
 
57
  - add -- support in quickly run to pass options like --help, --version so
 
58
    that Quickly core don't take them.
 
59
  - enable preferences save call being called multiple times (Philip Peitsch)
 
60
  - Use realpath so that we can symlink to the binary in trunk.
 
61
  - Fixed some errors in the tutorial (Brian) (LP: #499356)
 
62
  - Fix missing import sys in setup.py (Philip Peitsch) (LP: #499712)
 
63
  - rename ubuntu-project to ubuntu-application
 
64
  - enhance quickly license (no more Copyright file, only one AUTHORS file)
 
65
    personal license needs COPYING file now (and the header will be copied in
 
66
    every files). No more # needed in those files too. Some other little
 
67
    refactoring too (LP: #469330)
 
68
  - autolicence by default on first share/release (with LP info and on GPL-3)
 
69
  - change versionning support in ubuntu application: (LP: #476814)
 
70
   + quickly share just adds -publicX to current version where X is bumped
 
71
     at each "quicky share" execution
 
72
   + quickly release remove -publicX (if any) and release with current YY.MM.
 
73
     If there is already a release with that version, it will be YY.MM.1, 
 
74
     then YY.MM.2
 
75
  - add accelerators to menu items (jens persson)
 
76
  - set correctly title dialog (Philip Peitsch) (LP: #501999)
 
77
  - about dialog box is now fully automated: (LP: #478414)
 
78
   + update copyright, authors, license (when licensing)
 
79
   + version (when sharing and releasing)
 
80
   + homepage (when changing launchpad project: release and configure)
 
81
  - add an 'add' command. $ quickly dialog … is now $ quickly add dialog …
 
82
    (LP: #438320)
 
83
  - enable automatic release and milestone built in LP, releasing and pushing
 
84
    upstream tarball (LP: #470344)
 
85
  - automatic collect and publish changelog message from commits and save
 
86
    messages used during devlopment. (LP: #476572)
 
87
  - add i18n to boiler plate (LP: #423529)
 
88
  - enable adding manual depdencies to quickly project (LP: #474639)
 
89
  - enable configure its own bzr branch and resetting parent branch even once
 
90
    already configured (quickly configure bzr <branch-path>)
 
91
  - now recommends seahorse-plugins to have a graphical prompt for signing
 
92
    package
 
93
  - rename quickly glade to quickly design (LP: #528664)
 
94
  - create command is now more flexible and enable people to inherit from
 
95
    other template more easily
 
96
  - add translation domain to gtkbuilder and fix some items that shouldn't
 
97
    been translatable (Łukasz Jernaś)
 
98
  - add apport and launchpadintegration to new and existing project once
 
99
    bounded to LP (Philip Peitsch)
 
100
  - fix spelling mistake "connexion" (Łukasz Jernaś) (LP: #532667)
 
101
  - the ubuntu-application tutorial is now internationalized and use docbook
 
102
    format. Translators, it's yours! (Shane Fagan) (LP: #525168)
 
103
  - package/share/release are now more quiet and only print something on error
 
104
    warning as a summary as with unfound packages, and so on (LP: #482915)
 
105
  - new algorithm to select good email automatically. Try to get the preferred
 
106
    email and update the AUTHOR file with it.
 
107
  - test GPG key and create one automatically if none is available. The
 
108
    corresponding public key availabity in launchpad is also checked.
 
109
    (LP: #427730, #408993)
 
110
  - add devscripts as a dependency (bug #465833), will fix all the depends
 
111
     mess later
 
112
  - bump python-distutils-extra (>= 2.18bzr1)
 
113
  ubuntu-cli Template:
 
114
  - first release using import command feature (no command written into the
 
115
    template itself). This is a basic ubuntu CLI application
 
116
  ubuntu-pygame Template:
 
117
  - first release using import command feature. python-pygame added as a
 
118
    depends
 
119
 
1
120
Quickly 0.2.6
2
121
-------------------------------------
3
122
 
16
135
    own options. Discuss at UDS how to shape a better solution
17
136
  ubuntu-project Template:
18
137
  - Fixed some some errors and oversites in the tutorial
 
138
  - Remove request height/width for the default application and add a
 
139
    bigger marge on the label (LP: #494388)
19
140
 
20
141
Quickly 0.2.4
21
142
-------------------------------------