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
|
2011-12-23 -- 1.5.0
* GUI> replace text in description for fancy display (#84465)
* GUI> links in fancy view opens browser (#76254)
* GUI> Add support for incoming phase feature in hg 2.1 (#86349)
Node have different shape given their phase.
* TUI> fancier graph highlighting in TUI (#79263)
* TUI> add history and completion for command (#84733)
* TUI> display text translation in source/diff pane (closes #83773)
* Hg> Allow toggle hidden changesets visibility (#19875)
* Hg> improve mq support (#19194)
* Hg> enable --profile/--time/--traceback/--debug options
as mercurial extension (#83309)
* support mercurial 2.0 (#79058, #84549)
* bugfixes (#77984, #79255, #84939, #78004, #83307)
* others (#75296, #78002, #75295)
2011-09-29 -- 1.4.0
* add a text user interface
* allow file name to be selected (#70307)
* remove mx.Datetime dependency (#73687)
* bugfixes (#20996, #73678)
2010-08-25 -- 1.3.0
* ReST support in descriptions
* stabilize named branch color
* bugfixes
2010-01-20 -- 1.2.0
* add basic support for mq
* add basic support for bfiles extension
* make working directory be represented by a node in the graph (if needed)
* add possibility to display the graph from a given revision
* add a annotate-like view
* improve graph rendering engine
* bugfixes
2009-09-30 -- 1.1.2
* fixed packaging issues
2009-09-23 -- 1.1.0
* add many configuration options
* removed 'hg hgview-options' command in favor of 'hg help hgview'
* add ability to choose which parent to diff with for merge nodes
* dramatically improved UI behaviour (shortcuts)
* improved help
* make it possible not to display the diffstat column
* standalone application: improved command line options
* indicate working directory position in the graph
* add auto-reload feature (when repo is modified; pull, commit, etc.)
* fix many bugs
2009-06-08 -- 1.0.1
* fix a bug on some PyQt versions, which also prevented hardy package from installing
2009-06-05 -- 1.0.0
* almost complete rewrite of hgview (only using Qt for now)
* make dialogs consistants
* pure qt4
* add a file revision comparator
* add a manifest viewer
2008-10-06 -- 0.9.0
* support branches
* make filter text search on files and log description tree.
* bugfixes
2008-05-15 -- 0.3.1
* added logic to resolve symbolic links to hgview executable
* make hgview less verbose
* allow home installation
* let the diff's scroll window resize when it's packed in the HPaned
* fix Windows related bug
2007-05-29 -- 0.3.0
* add a Qt4 version of hgview
* bugfixes
2007-05-29 -- 0.2.0
* creation of changelog
|