Releases: satrun77/tinyissue
Releases · satrun77/tinyissue
Release v2.9.0
- 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.
Release v2.7.1
- Bug fixes.
Release v2.7.0
- 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.
Release v2.6.0
- 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.
Release v2.5.1
- Bug fixes
Release v2.5.0
- Feature: project Kanban board
- Feature: configurable date format
Release v2.4.0
- Compatible with PHP 7
- Minor improvements & bug fixes
- The ability to set projects as private or not based on mikelbring#173
Release v2.3.0
- Bug fixes
- Generic form to add new issue from dashboard
Release v2.2.0
- Support Laravel 5.1+
- Added smtp config to .env
- Style fixes
Release v2.1.2
- Bug fixes
- Responsive fixes