Merge branch 'feat/add-config'
[ditz-commander.git] / ChangeLog
blob72b8141fbc60f770c230054b7c6c87b57f3341d3
1 Release 0.4
3  * Added "New" window button in toolbar to create new window of commander
4  * Prompt dialog if the opened path is not a valid ditz repository to ask to run "ditz init" command
5  * Refresh button is renamed to HTML button
6  * Supported shortcut keys binding for toolbar items
7   * Ctrl+N    - Create new window
8   * Ctrl+O    - Open repository
9   * Alt+Left  - Go to previous page
10   * Alt+Right - Go to next page
11   * Ctrl+R    - Reload page
12   * Alt+Home  - Go to the index page
13   * Ctrl+Q    - Quit
15 Release 0.3
17  * Added new Tool buttons : Go back & Go forward
18  * Added extra command list for non-common command
19  * Implemented commands : 
20    "add-release" , "add-component" , "set-component" ,  "Unassign" , "Stop" , "Raw Edit"
21  * Added "Recently opened folder" menu
22  * Raw Edit Command - Launch $EDITOR  (default is vim) and open raw issue file
23  * Bug Fix - It is now able to handle relative path as input argument of command "ditz-commander"
24  * Change window title according to the current loading page
26 Release 0.2
28  * New executable name : ditz-commander
29  * Implemented "Assign" , "Close" & "Start" command
30  * Added quotes to the target path of "cd" command
31  * Auto grab focus to terminal
32  * Added setup.py for distutils