Changes:
- Bug fixed. When the session has expired and two tabs are open, logging in on one tab and then closing the login modal on the other causes the user to be logged out. The second tab still believes the session is invalid and triggers a logout when the modal is closed.
- Added the ability to specify a custom host in the Spotfix settings, allowing more flexible configuration for different environments.
- Reworked the data-loading architecture for task-linked label groups in the doBoard interface. Previously, data was fetched via the standalone label_group_task_get API, which returned the entire dataset without filtering or pagination, leading to oversized responses and performance issues. The new approach moves label-group retrieval into task_get, leveraging its existing filtering and pagination to deliver only the required data. This reduces payload size and improves overall interface performance.
- Fixed a bug where the Due date did not update when assigning a label group. The system now correctly shifts the task’s Due date according to the rules defined in the selected label group, ensuring the date is recalculated and applied immediately.
- Fixed an issue where clicking a comment link within the same task did not scroll to the target comment. The scrolling logic has been corrected so that navigating via comment links now reliably brings the corresponding comment into view, even if the user is already on the same task page.
- Fixed multiple issues preventing guest users from fully interacting with doBoard when accessing tasks or comments via a public link. Previously, guests could encounter several problems: registering a new account blocked them from creating their own organization, logging in with an existing account sometimes led to a 404 error, and attempting to comment without proper permissions caused inconsistent prompts or errors. The login and registration flow has been revised to handle public link access properly, ensuring that guests can either register, log in, and interact with the task without encountering unauthorized or broken states, while preventing accidental creation of duplicate organizations.
Latest posts by Veronika Tseleva (see all)
- doboard.com updated to version 1.76.0 - December 22, 2025
- doboard.com updated to version 1.75.0 - December 15, 2025
- doboard.com updated to version 1.74.0 - December 9, 2025
doboard.com updated to version 1.75.0