A single player task/todo mod where you can organize tasks by group, perfect for Space Age with a group for each planet. Easy to add to existing saves.
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Version: 0.3.1
Date: 2026-03-08
Bugfixes:
- Fixed bug where group name was not updated when changing tabs.
- Fixed issue where closing the task list window with "X" button did not update the shortcut.
Version: 0.3.0
Date: 2026-03-08
Features:
- Added shortcut (default `CTRL+T`) to toggle open/close the task list window. Can be configured in Factorio Settings > Controls > Search for "JOLT".
- Added shortcut to add task and keep the form window open (CTRL + ENTER in task title text-field), also works for adding multiple subtasks quickly.
Changes:
- Updated tool-tips for Edit and New Task windows to feature the keyboard shortcuts.
- Removed divider lines between every 5 tasks due to prevent bugs with new internal scroll pane refactor
- When moving multiple selected tasks window now scrolls to keep visible the top-most task when moving up, or bottom-most task when moving down
- Internal code refactor: split GUI and player state logic into separate files to improve maintainability.
Bugfixes:
- Shortcut button now properly toggles visible state when task list window is opened or closed.
- Scroll position is now properly maintained when changing tabs, editing a task, expanding or collapsing task details, adding a subtask, moving subtasks, and deleting task/subtask.
Version: 0.2.0
Date: 2026-02-23
Features:
- Added button to insert icons new task title and description; as well as group title textbox
- Added icon next to task to indicate subtasks and a number for the remaining uncompleted subtasks
- Added ellipsis "..." appended to task titles that have a description.
- Added a dividing space every five tasks to make long lists easier to scan.
Gui:
- Selected task highlighting now uses a yellow background with black text for better visibility.
- Styled the subtitle bar for new subtasks and added the subtask icon to it.
Graphics:
- Thumbnail image is now more zoomed in and focused on the main task list only.
Bugfixes:
- Fixed "Subtask of ..." subtitle overflowing the new subtask window.
Version: 0.1.1
Date: 2026-02-22
Bugfixes:
- Fixed crash when mod was added to existing saves
Changes:
- Migrated internal data structure (existing saves will be automatically updated)
Version: 0.1.0
Date: 2026-02-22
Major Features:
- Initial release.