CHANGELOG (2381B)
1 - 0.3.17: 2 * Add comments heading for comments section in html 3 * Reinstate sender information in html message render 4 * Restrict creating non-existing state directory except when adding issue 5 - 0.3.16: 6 * Add pypi project description 7 - 0.3.15: 8 * Add man page 9 - 0.3.14: 10 * Make remaining basket methods work with aliases 11 - 0.3.13: 12 * Invoke show command as default if no subcommand specified 13 - 0.3.12: 14 * Auto-generate alias from uuid when missing 15 - 0.3.11: 16 * Make msg, tag and dep work with alias 17 - 0.3.10 18 * Fix backward compatibilty for issue structs without alias 19 - 0.3.9 20 * Add issue id alias for easier referencing when cli manipulation 21 * Auto-generate disposable gnupg key for cli test 22 - 0.3.8 23 * Fix broken add tool 24 * Add minimal sanity cli tests 25 - 0.3.7 26 * Complete incomplete change from 0.3.6 27 - 0.3.6 28 * Enable --help display without subcommand 29 - 0.3.5 30 * Fix crash using other tools than show on missing --show-missing flag 31 - 0.3.4 32 * Fix endless recursion bug for html issue render introduced in v0.3.3 33 - 0.3.3 34 * Enable state filtering controls from cli 35 * Make finished issues not visible by default 36 * Fix last state category truncate in html rendering 37 - 0.3.2 38 * Add handler for setting pending state 39 * Upgrade shep to handle empty tag directories when transferring (empty) state directories over git 40 - 0.3.1 41 * Fix fail when generating html to outfile with show cli 42 - 0.3.0 43 * Implement cli as subcommands 44 - 0.2.3 45 * Add possibility to set dependencies between issues 46 * Set default data directory under working directory 47 * Add accept shortcut flag to piknik-mod 48 - 0.2.2 49 * Add html requirements to default install 50 - 0.2.1 51 * Render browsable HTML version of board, issues and issue logs 52 * Add sender identity in email on signature 53 * Auto-assign issue creator as owner 54 - 0.2.0 55 * GPG signing of issue messages. 56 * Use visitor pattern for messages verifier 57 * View message log in show command 58 * Show signature status with show command 59 * Add message grouping for messages added in the same comment call 60 * Option to dump comment attachment files when viewing with show 61 - 0.1.3 62 * Add command for adding MIME Multipart comments 63 - 0.1.2 64 * Task assignments 65 * Make assignment settable with mod command 66 - 0.1.1 67 * MIME message log for issues 68 - 0.1.0 69 * Tools for: 70 - Add issue 71 - Modify issue states and tags 72 - List all issues 73 - Show single issue data