- Feature: Messaging system (Send project updates notifications).
- Change: show resolution tags in kanban items.
- Change: show issue tags in "Your issues" page.
- Feature: ability to delete an issue.
- Feature: automatically make issue read-only to specific user roles based on the current status tag.
- Feature: ability to delete an attachment from a comment.
- Feature: allow admin to enter new user password.
- Feature: allow manager to lock issue quote.
- Change: allow users with User Role to view their created issues.
- Feature: added new project visibility status (Internal). Users with User Role can only view their created issues.
- Feature: add global setting to set default language for new users.
- Feature: admin setting to turn on/off maintenance mode.
- Other bug fixes & improvements.
- Bug fixes.
- Date format settings to dropdown field with predefined options.
- Feature: split issue activities into 2 tabs for comments and other activities logs.
- Feature: allow tag sorting for project Kanban columns.
- Feature: Limit tags displayed and issues within the tags by user role.
- Simplified the tag labels by removing the group prefix.
- Bug fixes and other improvements.
- Redesign the Kanban view.
- Feature: Admin to prevent users from logging in. Make users Inactive or Blocked.
- Improved the menu items.
- Redesign all of the forms for adding or editing issues to be more consistent and user friendly.
- Tags management simplified to 3 standard "unchangeable" groups (Types, Status, & Resolution).
- Feature: added support for german translation. Thanks to @nickbe
- Stop links from leaving full screen mode on iOS devices.
- Bug fixes and other minor improvements.
- Bug fixes
- Feature: project Kanban board
- Feature: configurable date format
- Compatible with PHP 5.5, PHP 5.6, & PHP 7
- Minor improvements & bug fixes
- The ability to set projects as private or not. Based on mikelbring#173
- Bug fixes
- Generic form to add new issue from dashboard
- Support Laravel 5.1+
- Added smtp config to .env
- Style fixes
- Bug fixes
- Responsive fixes
- Bug fixes
- Feature: Export project issues to CSV or XLS file
- Code quality changes
- Bug fixes
- Migrate to Laravel 5
- Feature: Responsive design
- Feature: Sort and filter issues
- Feature: Add tags to issues
- Feature: Project progress bar
- Feature: Add/edit/delete project notes
- Feature: Add issues quote
- Feature: Convert issue no. text into the issue url
- Feature: Set default assignee for a project issues
- Feature: Move issues (including activities, comments, etc.) to another project
- Bug fixes
- Small UI Changes
- Language fixes
- Replace the
app
folder
- Added support for user language (issue#84)
- Login will take you back to where you wanted to go (issue#68)
- Minor CSS updates and bug fixes
- Run the
install/update_v1-1_3.sql
in your database - Replace the
app
folder
- Added support for SMTP encryption protocol
- Added Markdown support
- General bug fixes
- Replace the
app
folder
- Added activity log to issue page
- Bug Fix: Assigning users to a project with no users, after creating the project
- Bug Fix: Admin stats and version
- Replace the
app
folder
- Minor bug fixes
- Convert raw queries to query builder
- Added localization, now we have a language file for all text
- Added additional requirement checks in installer
- Replace the
app
folder
- Feature: Requirement check on installation
- Feature: Added ability to edit a issue title / body
- Feature: Autolink URLs in comment and issue body
- Install: Will now check for installation when going to root by seeing if config.app.php exists
- Config: Added more mail settings to config
- Included .htaccess for mod-rewrite
- Replace the
app
folder
- Bug fix: Your issue count was not returning the right value
- Bug fix: The activity view was not account for issues assigned to no one
- Replace the
app
folder
- Upgraded Laravel 2.x to Laravel 3.1.4, should fix some bugs related to PHP 5.4
- Bug fix: Added a URL option in the config to specify your URL, should fix path bug on non-apache servers
- Move
app/assets/uploads
to/uploads
- Run the
install/update_v1-1_1.sql
in your database - Replace the
app
folder