- Add config to disable auto-comments on change #78 (cnam).
- GitLab flavoured markdown #135 (cnam).
- Mylestones, user, labels search for select #31 (cnam).
- Assign is reset when an issue is updated #222 (Bethuys).
- Attach file for card, comment #130 (cnam).
- Show icon with comments count #26 (cnam).
- Add support for tasks #183 (cnam).
- Option to show only starred projects on list of boards #177 (cnam).
- Allow to set issue's due date (GitLab 8.7+) #175 (cnam).
- "Add Issue" dialog should set focus on title input #72 (cnam).
- one of our issue is not appear in kanban view #162 #89 (cnam, Bethuys).
- 100+ projects, home page don't display all projects #210 (cnam).
- Fix modal close area hit detection #203 (cnam).
- Save a draft so you can close a not yet created issue #118 (cnam).
- Save a draft new comment #117 (cnam).
- Save a draft editable issue #117 (cnam).
- Milestones are sorted alphanumerically #186 (cnam).
- Inconsistent display of priority #179 (cnam).
- Date not displayed for Milestone in Swimlane view #172 (cnam).
- Allow use of Redis unix socket #98 (cnam).
- Auto refresh to often, save all editable data as draft #163 (cnam).
- Priority with negative order is incorrectly handled #199 (cnam).
- Issue with long description or comments can't be scrolled #157 (cnam).
- Add favicon #176 (cnam, Toby Mole, Maël Lavault).
- Problem white text on white label #181 (cnam).
- Add validation for board settings #182 (cnam).
- Regex preventing "moved issue" notes creation (Clément Bethuys).
- Cards prioritization #119 (TruongSinh Tran-Nguyen, cnam).
- Swimlanes by priority #119 (cnam).
- Configurable priorities from within board, settings #119 (cnam).
- Filter by priority #119 (cnam).
- Fixed: Infinite redirects to non-existent board #168 (cnam).
- Fixed: Limits not updated when filtering by milestone #167 (V).
- Fixed: update of stage label causes logout (V).
- Fixed static assets versioning and configured build to get version from makefile #164 (V).
- Fixed stage regexp: make it non gready for not to get "][" symbols in stage name (V).
- Improved mobile experience #110 (Anton Popov).
- Improved cards filtering #141 (V).
- Implemented board settings, to manage stages from board #15 (V, Anton Popov).
- Removed ng-tags-input library, not used #147 (V).
- Redirect back to previous URL after the restoration of the authorization session #156 (Алексей Кукушкин).
- Allow to disable sign up #68 (V).
- Implemented data source adapter to enable pluggable storage backends #154 (V).
- Updated vendored packages (V).
- Compilation with go 1.5.3 (V).
- Show emoji #144 (V).
- Issue description is not removed when closing issue #145 (V).
- Filter now shows only active milestones #151 (V).
- Card filter not duplicated #149 (V).
- Card counts against columns names #52 (V).
- Card assignee could be cleared #61 (V).
- Card milestone could be cleared #136 (V).
- Use two digits for default columns #97 (V).
- Images uploaded via GitLab are displayed correctly #90 (V).
- Board state is local to every board #134 (V).
- Added new info comment patterns #137 (V).
- New filter system, by multiple tags (Michael Filonenko, V)
- Collapsible groups when grouping enabled (Michael Filonenko)
- Swimlanes by milestones, resolves #109 (Don Mahurin).
- Create milestones from kanban, resolves #105 (Anton Popov).
- Solved infinite page reload, resolves #112 (V).
- Fixed modal window history navigation, resolves #108 (Anton Popov).
- Projects with dot in name now works, resolves #91 (Anton Popov).
- Show group and project members in "Assign" menu, resolves #94 (Anton Popov).
- Updated GitLab logo in signin form (Michael Filonenko).
- Fixed comments spam, when moving card in same column (Michael Filonenko).
- Changed confusing text in sign in form to be more user friendly (Anton Popov)
- Rewritten server side to enable installation without docker
- Started complete rewrite in golang.
- Added versioning for static assets #252.
- Use project avatar if not empty #248.
- Project description is styled correctly #247
block styles #241.
- Enabled plugins integration
- assets versioning
- Implemented andon
- Card movement notifications
- Markdown preview in textareas
- Cannot remove last todo. Closes #44.
- Mobile friendly card view, card create.
- Redesigned comments.
- Do not add empty TODO items. Closes #53.
- Every TODO item adds a new line to the beginning of the description. Closes #46.
- Every second TODO item has a newline. Closes #45.
- margin of columns lets board overflow. Closes #35.
- The horizontal scroll bar is only visible when you scroll down, instead of always showing in the viewport. Closes #6.
- Reduced wsserver image size
- Add "cancel" button for edit issue functionality. Closes #39.
- Rename "Edit card" to "Edit issue" and "/boards/.../cards/..." to "/boards/.../issues/...". Closes #41.
- Every TODO item adds a new line to the beginning of the description. Closes #46.
- Modifying the issue title updates title in board without safing. Closes #42.
- Fixed base docker images versions. Fixed Redis container version. Fixed proxy container version.
- Board shows 100 issues. Closes #27.
- Reload the page on websocket connection fail. Closes #33.
- Allow to change the title and description of an issue. Closes #23.
- Add links to GitLab issues from card view. Closes #21.
- Hide archived projects from boards list. Closes #36.
- TODO can be added when issue description is empty. Closes #29.
- Fixed websocket connection issue, thanks to Markus Zimmermann. Closes #14.
- Filter by milestones with "^" notation. Part of #12.
- Filter autocomplete for users and milestones. Part of #12.
- The description on creating an issue is now optional. Closes #19.
- Display the project name in browser window title. Closes #17.
- Filter cards by assignee with "@" notation. Part of #12.
- Use the same URI routing scheme as GitLab. Closes #18.
- Deprecated fig.yml in favour of docker-compose.yml.
- Fixed broken authorization.
- Fixed RabbitMQ docker image version.
- Removed contstraint to run only on HTTPS.
- Initial stable release