/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2011-12-11 17:14:12 UTC
  • Revision ID: jelmer@samba.org-20111211171412-cgcn0yas3zlcahzg
StartĀ onĀ 0.104.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.99.0 UNRELEASED
2
 
 
3
 
BUG FIXES
 
1
0.104.0 UNRELEASED
 
2
 
 
3
0.103.0 2011-12-11
 
4
 
 
5
 FEATURES
 
6
 
 
7
  * Internationalization support has been added. (David Planella, #621680)
 
8
 
 
9
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
 
10
 
 
11
  * gannotate now supports interactive substring search in the file content.
 
12
    interactive search for line numbers has been removed, use Ctrl-G instead.
 
13
    (Sergei Golubchik)
 
14
 
 
15
  * visualise now supports interactive changeset comment search.
 
16
    interactive search for revision numbers continues to work.
 
17
    (Sergei Golubchik)
 
18
 
 
19
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
 
20
 
 
21
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
 
22
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
 
23
    for this service. (Jelmer Vernooij)
 
24
 
 
25
 BUG FIXES
 
26
 
 
27
  * Ensure config directory exists before writing configuration.
 
28
    (Jelmer Vernooij, #231150)
 
29
 
 
30
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
 
31
 
 
32
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
 
33
    (Mikkel Kamstrup Erlandsen, #861201)
 
34
 
 
35
0.100.0 2011-03-02
 
36
 
 
37
 BUG FIXES
 
38
 
 
39
  * make sure that gdiff opened from gannotate knows its parent
 
40
    (gannotate, that is, and does not exit when it (gdiff) is closed.
 
41
 
 
42
  * Clarify 'visualise' help about the multiple branches feature
 
43
    and the --revision parameter. (Vincent Ladeuil, #556347)
 
44
 
 
45
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
 
46
 
 
47
  * Fix appindicator icon category. (Michael Terry, #685634)
 
48
 
 
49
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
 
50
 
 
51
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
 
52
 
 
53
  * Don't use markup for secondary text in error dialogs.
 
54
    (Edward Ari Bichetero, #656641)
 
55
 
 
56
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
 
57
 
 
58
 FEATURES
 
59
 
 
60
  * Add lock dialog. (Daniel Schierbeck, #93652)
 
61
 
 
62
 FEATURES
 
63
 
 
64
  * Add option to use "bzr viz" with a vertical layout.
 
65
    (Ximin Luo, #649273)
 
66
 
 
67
0.99.1  2010-08-26
 
68
 
 
69
 BUG FIXES
 
70
 
 
71
  * Trivial release to include credits pickle file.
 
72
 
 
73
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
 
74
 
 
75
0.99.0 2010-08-13
 
76
 
 
77
 BUG FIXES
4
78
 
5
79
   * Guard setup() call when not loaded as __main__. (Robert Collins)
6
80
 
7
 
   * Ignore gnomekeyring.IOError when checking if credentials are available 
 
81
   * Ignore gnomekeyring.IOError when checking if credentials are available
8
82
     in the GNOME keyring. (Jelmer Vernooij, #534326)
9
83
 
10
84
   * Don't crash when there is already a lan-notify instance running.
11
85
     (Jelmer Vernooij, #339284)
12
86
 
 
87
   * Return the credentials if successfully found in gnome-keyring.
 
88
     (John Szakmeister)
 
89
 
 
90
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
 
91
 
 
92
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
 
93
     #583554)
 
94
 
 
95
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
 
96
 
13
97
FEATURES
14
98
 
15
99
  * Add 'Find' button to start text search.