| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| operately-single-host.tar.gz | 2026-01-03 | 3.3 kB | |
| Operately 1.3.0 source code.tar.gz | 2026-01-02 | 21.6 MB | |
| Operately 1.3.0 source code.zip | 2026-01-02 | 23.4 MB | |
| README.md | 2026-01-02 | 16.9 kB | |
| Totals: 4 Items | 45.0 MB | 0 | |
What's Changed
- fix: Deleting Message comment doesn't break feed by @Rockyy174 in https://github.com/operately/operately/pull/3831
- fix: Improve Project check-in navigation by @Rockyy174 in https://github.com/operately/operately/pull/3830
- fix: Improve Review page for mobile by @Rockyy174 in https://github.com/operately/operately/pull/3829
- chore: Handle drag and drop with Pragmatic Drag and Drop library by @Rockyy174 in https://github.com/operately/operately/pull/3826
- fix: Deleting Goal Check-in comment doesn't break feed by @Rockyy174 in https://github.com/operately/operately/pull/3834
- fix: Deleting Goal Discussion comment doesn't break feed by @Rockyy174 in https://github.com/operately/operately/pull/3837
- fix: Deleting Project Check-in comment doesn't break feed by @Rockyy174 in https://github.com/operately/operately/pull/3838
- fix: Deleting Project retrospective comment doesn't break feed by @Rockyy174 in https://github.com/operately/operately/pull/3839
- fix: Deleting Resource Hub comments doesn't break feed by @Rockyy174 in https://github.com/operately/operately/pull/3841
- fix: Comments on Project Discussions now appear in the feed by @Rockyy174 in https://github.com/operately/operately/pull/3842
- fix: Remove repeated timezones on Profile page by @Rockyy174 in https://github.com/operately/operately/pull/3843
- fix: Increase local file limit from default 8mb to 256mb by @Rockyy174 in https://github.com/operately/operately/pull/3844
- chore: Projects that haven't started aren't included in assignments by @Rockyy174 in https://github.com/operately/operately/pull/3847
- chore: Reorder Goal targets with pragmatic drag-and-drop by @Rockyy174 in https://github.com/operately/operately/pull/3848
- feat: 'View Comment' link in email points to the comment by @Rockyy174 in https://github.com/operately/operately/pull/3849
- fix: Hide drag handles on new goal check-in page by @Rockyy174 in https://github.com/operately/operately/pull/3850
- chore: Improve SMTP configuration by @Rockyy174 in https://github.com/operately/operately/pull/3856
- chore: Add task_statuses field to Project by @Rockyy174 in https://github.com/operately/operately/pull/3857
- chore: Add TaskBoard kanban spec by @Rockyy174 in https://github.com/operately/operately/pull/3858
- feat: Add components for custom statuses by @Rockyy174 in https://github.com/operately/operately/pull/3855
- feat: Statuses can be customized from the Project page by @Rockyy174 in https://github.com/operately/operately/pull/3859
- chore: Add default task statuses to Projects by @Rockyy174 in https://github.com/operately/operately/pull/3860
- chore: Add backend validation for no empty statuses list by @Rockyy174 in https://github.com/operately/operately/pull/3862
- chore: Add complete status field to Task by @Rockyy174 in https://github.com/operately/operately/pull/3861
- chore: Enable checkbox for completing Tasks by @Rockyy174 in https://github.com/operately/operately/pull/3863
- chore: Update existing activities and enable task_status_updating feed item by @Rockyy174 in https://github.com/operately/operately/pull/3864
- chore: Add extra tests for StatusSelector by @Rockyy174 in https://github.com/operately/operately/pull/3865
- chore: Expand drag-and-drop to support boards by @Rockyy174 in https://github.com/operately/operately/pull/3866
- feat: Add KanbanView component for tasks by @Rockyy174 in https://github.com/operately/operately/pull/3867
- feat: Add automatic horizontal scroll to Tasks Kanban by @Rockyy174 in https://github.com/operately/operately/pull/3868
- chore: Display a single Milestone in Kanban board by @Rockyy174 in https://github.com/operately/operately/pull/3869
- chore: Add UpdateKanban mutation by @Rockyy174 in https://github.com/operately/operately/pull/3870
- feat: Add placeholder option for drag-and-drop by @Rockyy174 in https://github.com/operately/operately/pull/3871
- fix: Improve drag-and-drop hover sensitivity by @Rockyy174 in https://github.com/operately/operately/pull/3872
- feat: Tilt dragged item preview slightly by @Rockyy174 in https://github.com/operately/operately/pull/3873
- fix: Expand comment editor file dropzone by @Rockyy174 in https://github.com/operately/operately/pull/3874
- chore: Improve dragged item preview visibility by @Rockyy174 in https://github.com/operately/operately/pull/3875
- chore: Kanban Tasks now look like cards by @Rockyy174 in https://github.com/operately/operately/pull/3876
- feat: Add animation to Task card handle by @Rockyy174 in https://github.com/operately/operately/pull/3877
- fix: Placeholder is hidden when dragged item hovers over the empty container by @Rockyy174 in https://github.com/operately/operately/pull/3878
- chore: Task can be created with specific status by @Rockyy174 in https://github.com/operately/operately/pull/3879
- feat: Add 'create task' button to Tasks Board by @Rockyy174 in https://github.com/operately/operately/pull/3880
- fix: Remove semibold font from Task card by @Rockyy174 in https://github.com/operately/operately/pull/3881
- feat: The whole Task card is now grabbable by @Rockyy174 in https://github.com/operately/operately/pull/3882
- fix: Milestone Kanban state is updated when Task is created by @Rockyy174 in https://github.com/operately/operately/pull/3883
- feat: Add Milestone kanban page by @Rockyy174 in https://github.com/operately/operately/pull/3884
- feat: Kanban Board is connected to the backend by @Rockyy174 in https://github.com/operately/operately/pull/3885
- chore: Run pending migration 088 by @Rockyy174 in https://github.com/operately/operately/pull/3886
- feat: New status can be added from Kanban page by @Rockyy174 in https://github.com/operately/operately/pull/3887
- feat: Statuses can be reordered from the Kanban page by @Rockyy174 in https://github.com/operately/operately/pull/3888
- feat: Display status badges in Tasks kanban by @Rockyy174 in https://github.com/operately/operately/pull/3889
- feat: Statuses can be edited from Tasks kanban by @Rockyy174 in https://github.com/operately/operately/pull/3890
- feat: Status can be deleted from Tasks kanban by @Rockyy174 in https://github.com/operately/operately/pull/3891
- feat: Use can disable daily assignments email by @Rockyy174 in https://github.com/operately/operately/pull/3892
- feat: Add SlideIn component by @Rockyy174 in https://github.com/operately/operately/pull/3893
- fix: Save rich text content on update instead of only on blur by @Rockyy174 in https://github.com/operately/operately/pull/3894
- chore: DevBar can be collapsed and expanded by @Rockyy174 in https://github.com/operately/operately/pull/3896
- feat: Add layout to Milestone kanban page by @Rockyy174 in https://github.com/operately/operately/pull/3897
- feat: Tasks with deleted status are shown in separated column by @Rockyy174 in https://github.com/operately/operately/pull/3898
- chore: Add feature tests for custom statuses by @Rockyy174 in https://github.com/operately/operately/pull/3899
- chore: Tasks can belong to Space by @Rockyy174 in https://github.com/operately/operately/pull/3900
- feat: Add minimalist Task slide-in component by @Rockyy174 in https://github.com/operately/operately/pull/3901
- feat: Task can be deleted from Kanban page by @Rockyy174 in https://github.com/operately/operately/pull/3902
- fix: Adjust Z index of slide-in closing button by @Rockyy174 in https://github.com/operately/operately/pull/3903
- chore: Prevent deletion of all Project statuses by @Rockyy174 in https://github.com/operately/operately/pull/3904
- chore: Add feature tests for Tasks kanban by @Rockyy174 in https://github.com/operately/operately/pull/3905
- chore: Convert ProjectTasks api to Tasks by @Rockyy174 in https://github.com/operately/operately/pull/3906
- chore: Prepare Task in turboui for Space by @Rockyy174 in https://github.com/operately/operately/pull/3907
- feat: Add SpaceKanbanPage to turboui by @Rockyy174 in https://github.com/operately/operately/pull/3908
- fix: Complete title is shown in edit mode in TaskSlideIn by @Rockyy174 in https://github.com/operately/operately/pull/3909
- feat: Display redirect icon next to title in TaskSlideIn by @Rockyy174 in https://github.com/operately/operately/pull/3910
- chore: Add task_statuses field to Space by @Rockyy174 in https://github.com/operately/operately/pull/3911
- chore: Adjust Tasks API to support Space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3913
- chore: Adjust ListTaskAssignablePeople query for Spaces by @Rockyy174 in https://github.com/operately/operately/pull/3914
- chore: Add missing fields to Space schema by @Rockyy174 in https://github.com/operately/operately/pull/3915
- chore: API supports space tasks creation by @Rockyy174 in https://github.com/operately/operately/pull/3916
- feat: Add SpaceKanbanPage to app by @Rockyy174 in https://github.com/operately/operately/pull/3917
- feat: Tasks can be repositioned in Space kanban by @Rockyy174 in https://github.com/operately/operately/pull/3918
- fix: If Space is private, company members don't have access to its Goals and Projects by @Rockyy174 in https://github.com/operately/operately/pull/3919
- feat: Update TaskSlideIn to display the same content as TaskPage by @Rockyy174 in https://github.com/operately/operately/pull/3920
- fix: Editing description of Space Task now works by @Rockyy174 in https://github.com/operately/operately/pull/3921
- fix: Update Task emails to support Sapce Tasks by @Rockyy174 in https://github.com/operately/operately/pull/3922
- fix: Hide MilestoneField in space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3923
- chore: Update kanban page stories by @Rockyy174 in https://github.com/operately/operately/pull/3924
- chore: Add feature tests for Space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3925
- feat: Timeline items are displayed in Task slide-in by @Rockyy174 in https://github.com/operately/operately/pull/3926
- fix: handle horizontal scroll in TextField when text is long by @Rockyy174 in https://github.com/operately/operately/pull/3927
- chore: Add useOptimisticComments hook by @Rockyy174 in https://github.com/operately/operately/pull/3928
- chore: Space Tasks support comments by @Rockyy174 in https://github.com/operately/operately/pull/3929
- feat: Enable comments in Task slide-in by @Rockyy174 in https://github.com/operately/operately/pull/3930
- chore: Enable comments and timeline items in Space and Milestone kanban stories by @Rockyy174 in https://github.com/operately/operately/pull/3931
- chore: StatusSelector accepts null status by @Rockyy174 in https://github.com/operately/operately/pull/3932
- chore: Extend StatusCustomizationModal to require status replacement by @Rockyy174 in https://github.com/operately/operately/pull/3933
- chore: Extend Work Map query to include Tasks by @Rockyy174 in https://github.com/operately/operately/pull/3934
- feat: Add tasks tab to Profile page by @Rockyy174 in https://github.com/operately/operately/pull/3935
- feat: Add Project column to Work Map by @Rockyy174 in https://github.com/operately/operately/pull/3936
- feat: Work Map supports custom Task statuses by @Rockyy174 in https://github.com/operately/operately/pull/3937
- feat: Add custom zero state to Work Map by @Rockyy174 in https://github.com/operately/operately/pull/3938
- chore: Add storybooks for Profile page by @Rockyy174 in https://github.com/operately/operately/pull/3939
- feat: Tasks' statuses are replaced when status is deleted by @Rockyy174 in https://github.com/operately/operately/pull/3940
- chore: Space task statuses can be updated with status replacements by @Rockyy174 in https://github.com/operately/operately/pull/3941
- feat: Kanban requires replacement before deleting status by @Rockyy174 in https://github.com/operately/operately/pull/3942
- fix: Adjust Task slide-in for small screens by @Rockyy174 in https://github.com/operately/operately/pull/3943
- feat: Add link to Milestone kanban page behind feature flag by @Rockyy174 in https://github.com/operately/operately/pull/3944
- chore: ListSpaceTools returns tasks by @Rockyy174 in https://github.com/operately/operately/pull/3945
- chore: TaskNameUpdating activity adjusted for Space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3946
- chore: TaskDeleting activity adjusted for Space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3947
- chore: TaskStatusUpdating activity adjusted for Space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3948
- chore: TaskDueDateUpdating activity adjusted for Space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3949
- chore: TaskAssigneeUpdating activity adjusted for Space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3950
- chore: TaskAdding activity adjusted for Space tasks by @Rockyy174 in https://github.com/operately/operately/pull/3951
- feat: Release space tasks tool behind feature flag by @Rockyy174 in https://github.com/operately/operately/pull/3952
- fix: Only active tasks are included in Work Map by @Rockyy174 in https://github.com/operately/operately/pull/3956
- fix: Return 404 when ID is invalid instead of 500 by @Rockyy174 in https://github.com/operately/operately/pull/3958
- chore: Add space tools options to Space schema by @Rockyy174 in https://github.com/operately/operately/pull/3957
- chore: Add mutation for updating Space Tools config by @Rockyy174 in https://github.com/operately/operately/pull/3959
- chore: Projections now work with app and turboui pages by @Rockyy174 in https://github.com/operately/operately/pull/3960
- feat: Add page for configuring Space tools by @Rockyy174 in https://github.com/operately/operately/pull/3961
- chore: Add tasks_kanban_state to Project by @Rockyy174 in https://github.com/operately/operately/pull/3962
- chore: All Kanban update endpoints now rely on KanbanStateUpdating operation by @Rockyy174 in https://github.com/operately/operately/pull/3963
- fix: Fix broken Space Task redirect in TaskStatusUpdating activity by @Rockyy174 in https://github.com/operately/operately/pull/3964
- feat: Add Project level tasks kanban by @Rockyy174 in https://github.com/operately/operately/pull/3965
- feat: task-name-updated feed event appears without reloading the page by @Rockyy174 in https://github.com/operately/operately/pull/3966
- fix: DevBar is now fixed at the bottom of the page by @Rockyy174 in https://github.com/operately/operately/pull/3967
- fix: Slide-in doesn't close when Task is renamed by @Rockyy174 in https://github.com/operately/operately/pull/3968
- feat: Enable actions in Project Kanban by @Rockyy174 in https://github.com/operately/operately/pull/3969
- feat: Add TasksMenu to Project kanban by @Rockyy174 in https://github.com/operately/operately/pull/3970
- fix: Display action options on Space page by @Rockyy174 in https://github.com/operately/operately/pull/3975
- feat: Tasks can be filtered by milestone by @Rockyy174 in https://github.com/operately/operately/pull/3976
- feat: Task ID is saved in kanban URL by @Rockyy174 in https://github.com/operately/operately/pull/3977
- chore: Remove links to Milestone Kanban page by @Rockyy174 in https://github.com/operately/operately/pull/3978
- chore: Adjust Space kanban page icon by @Rockyy174 in https://github.com/operately/operately/pull/3979
- chore: Optimize Kanban board for dark mode by @Rockyy174 in https://github.com/operately/operately/pull/3980
- feat: Organization can be deleted by @Rockyy174 in https://github.com/operately/operately/pull/3981
- fix: Prevent RelativeTime component from showing '0 months ago' by @Rockyy174 in https://github.com/operately/operately/pull/3983
- feat: Add tooltip to RelativeTime to show exat time on hover by @Rockyy174 in https://github.com/operately/operately/pull/3984
- fix: GetSpaces query returns only human members by @Rockyy174 in https://github.com/operately/operately/pull/3985
- feat: Add flag icon to Milestone switcher and remove FF by @Rockyy174 in https://github.com/operately/operately/pull/3986
- chore: Update OrderingState updating logic to resemble KanbanState by @Rockyy174 in https://github.com/operately/operately/pull/3987
- chore: Use pragmatic dnd solution in TaskBoard by @Rockyy174 in https://github.com/operately/operately/pull/3988
- chore: Use pragmatic dnd in Milestones reordering by @Rockyy174 in https://github.com/operately/operately/pull/3989
- chore: Remove unused DnD from GoalTargetsField by @Rockyy174 in https://github.com/operately/operately/pull/3990
- feat: Use placeholders in GoalPage targets and checklists DnD by @Rockyy174 in https://github.com/operately/operately/pull/3991
- chore: Remove ununsed code related to custom DnD solution by @Rockyy174 in https://github.com/operately/operately/pull/3992
Full Changelog: https://github.com/operately/operately/compare/1.2.1...1.3.0