Release Name: 0.4
Notes:
Ditz+is+a+simple%2C+light-weight+distributed+issue+tracker+designed+to+work+with%0Adistributed+version+control+systems+like+git%2C+darcs%2C+Mercurial%2C+and+Bazaar.+It%0Acan+also+be+used+with+centralized+systems+like+SVN.%0A%0ADitz+maintains+an+issue+database+directory+on+disk%2C+with+files+written+in+a%0Aline-based+and+human-editable+format.+This+directory+can+be+kept+under+version%0Acontrol%2C+alongside+project+code.%0A%0AThere+are+different+ways+to+use+ditz%3A%0A%0A+1.+Treat+issue+change+the+same+as+code+change%3A+include+it+as+part+of+commits%2C%0A++++and+merge+it+with+changes+from+other+developers.+(Resolving+conflicts+in%0A++++the+usual+manner.)%0A+2.+Keep+the+issue+database+in+the+repository+but+in+a+separate+branch.+Issue%0A++++changes+can+be+managed+by+your+VCS%2C+but+is+not+tied+directly+to+commits.%0A+3.+Keep+the+issue+database+separate+and+not+under+VCS+at+all.%0A%0AYour+particular+usage+will+depend+on+what+you+want+to+get+out+of+ditz.%0A%0ADitz+provides+a+simple%2C+console-based+interface+for+creating+and+updating+the%0Aissue+database+file%2C+and+some+rudimentary+HTML+generation+capabilities+for%0Aproducing+world-readable+status+pages.+It+currently+offers+no+central+public%0Amethod+of+bug+submission.%0A%0ASynopsis%3A%0A%0A%23+set+up+project.+creates+the+bugs.yaml+file.%0A1.+ditz+init%0A2.+ditz+add-release
Changes:
%3D%3D+0.4+%2F+2008-07-27%0A*+bugfix%3A+HOME+environment+variable+now+correctly+detected+on+windows%0A*+hooks+loaded+from+both+home+directory+and+project+directory%0A*+added+bash+shell+completion%0A*+plugin+architecture+for+tighter+SCM+integration%2C+etc%0A*+'ditz+grep'+should+also+grep+against+comments%2C+log+messages%2C+etc%0A*+added+man+page%0A*+removed+ditz-convert-from-monolith%0A*+lots+of+HTML+output+tweaking%0A%3D%3D+0.3+%2F+2008-06-04%0A*+readline+support+for+all+text+entry%0A*+hook+system.+Use+ditz+-l+to+see+possible+hooks.%0A*+new+commands%3A+archive%2C+shortlog%2C+set-component%0A*+improved+commands%3A+log%2C+assign%2C+add-release%0A*+new+issue+type%3A+'tasks'%0A*+'ditz'+by+itself+shows+the+todo+list%0A*+zsh+tab+completion+for+subcommands%0A*+local+config+can+now+specify+bugs+directory+location%0A*+issue+name+interpolation+now+on+all+issue+fields%0A*+bugfix%3A+various+HTML+generation+bugs%0A*+bugfix%3A+ditz+now+works+from+project+subdirectories%0A*+bugfix%3A+removed+UNIX-specific+environment+variable+assumptions%0A%3D%3D+0.2+%2F+2008-04-11%0A*+bugfix%3A+store+each+issue+in+a+separate+file+to+avoid+false+conflicts%0A*+added+per-command+help%0A*+added+'log'+command+for+recent+activity%0A*+added+better+exception+handling---turn+into+pretty+error+messages%0A*+added+text-area+commands+like+%2Fedit%2C+%2Freset%2C+etc%0A*+all+times+now+stored+in+UTC%0A%3D%3D+0.1.2+%2F+2008-04-04%0A*+bugfix%3A+add_reference+very+broken%0A%3D%3D+0.1.1+%2F+2008-04-04%0A*+bugfix%3A+bugfix%2Ffeature+question+always+returns+feature%0A%3D%3D+0.1+%2F+2008-04-02%0A*+Initial+release!%0A
|