| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| operately-single-host.tar.gz | 2026-02-25 | 4.3 kB | |
| Operately 1.4.0 source code.tar.gz | 2026-02-23 | 21.7 MB | |
| Operately 1.4.0 source code.zip | 2026-02-23 | 23.6 MB | |
| README.md | 2026-02-23 | 14.7 kB | |
| Totals: 4 Items | 45.4 MB | 0 | |
What's Changed
- chore: Project page works when Goal isn't loaded by @Rockyy174 in https://github.com/operately/operately/pull/4050
- chore: Goal page works without Space by @Rockyy174 in https://github.com/operately/operately/pull/4052
- docs: Add documentation on how to upgrade self-hosted instance by @Rockyy174 in https://github.com/operately/operately/pull/4053
- chore: GoalCheckInPage works without space by @Rockyy174 in https://github.com/operately/operately/pull/4054
- chore: Goal Space is preloaded only if user has permissions by @Rockyy174 in https://github.com/operately/operately/pull/4055
- fix: resolve task email paths by task type by @Rockyy174 in https://github.com/operately/operately/pull/4056
- feat: Show milestone-kanban link on Milestone page by @Rockyy174 in https://github.com/operately/operately/pull/4058
- chore: Replace person.has_open_invitation with account.first_login_at by @Rockyy174 in https://github.com/operately/operately/pull/4059
- chore: Project Discussion page works without space by @Rockyy174 in https://github.com/operately/operately/pull/4060
- chore: Project check-in page works without space by @Rockyy174 in https://github.com/operately/operately/pull/4061
- chore: Add endpoints for managing Goal access levels by @Rockyy174 in https://github.com/operately/operately/pull/4062
- feat: Individual access levels for Goal can be edited by @Rockyy174 in https://github.com/operately/operately/pull/4063
- chore: Add :guest Person type by @Rockyy174 in https://github.com/operately/operately/pull/4065
- chore: Introduce contribute_access access level by @Rockyy174 in https://github.com/operately/operately/pull/4066
- chore: Goal page works without Parent Goal by @Rockyy174 in https://github.com/operately/operately/pull/4067
- chore: Add endpoint for inviting guests by @Rockyy174 in https://github.com/operately/operately/pull/4068
- chore: Preload only Goal's related work the user can view by @Rockyy174 in https://github.com/operately/operately/pull/4070
- feat: Add 'About me' section to profile page by @Rockyy174 in https://github.com/operately/operately/pull/4071
- chore: Move invite-member page to turboui by @Rockyy174 in https://github.com/operately/operately/pull/4072
- chore: Move CompanyAdminManagePeoplePage to turboui by @Rockyy174 in https://github.com/operately/operately/pull/4073
- chore: Add 'Outside collaborators' section to Members page in turboui by @Rockyy174 in https://github.com/operately/operately/pull/4074
- chore: AddPeople page supports adding guest accounts by @Rockyy174 in https://github.com/operately/operately/pull/4075
- fix: Display 'edit subscriber' only if person has permissions by @Rockyy174 in https://github.com/operately/operately/pull/4076
- feat: Guests can be invited to companies with guest-accounts FF enabled by @Rockyy174 in https://github.com/operately/operately/pull/4077
- chore: Create view_access binding between guest and company during creation by @Rockyy174 in https://github.com/operately/operately/pull/4078
- fix: Creating space requires edit-access instead of view-access by @Rockyy174 in https://github.com/operately/operately/pull/4079
- chore: Add outside contributor tests for goals by @Rockyy174 in https://github.com/operately/operately/pull/4080
- chore: Add IsSubscribedToResource endpoint by @Rockyy174 in https://github.com/operately/operately/pull/4081
- fix: User can see own subscription to resource without access to resource's parent by @Rockyy174 in https://github.com/operately/operately/pull/4082
- chore: Add SystemSettings module by @Rockyy174 in https://github.com/operately/operately/pull/4083
- chore: Include commands file in the installation by @Rockyy174 in https://github.com/operately/operately/pull/4084
- chore: System settings key can be rotated by @Rockyy174 in https://github.com/operately/operately/pull/4085
- chore: BaseMailer uses Settings from DB when it's available by @Rockyy174 in https://github.com/operately/operately/pull/4086
- chore: rotate_settings_key creates settings key if it doesn't exist by @Rockyy174 in https://github.com/operately/operately/pull/4087
- chore: Add embedded fields to Settings by @Rockyy174 in https://github.com/operately/operately/pull/4088
- chore: Add endpoints for email settings by @Rockyy174 in https://github.com/operately/operately/pull/4089
- feat: Add email settings page to admin by @Rockyy174 in https://github.com/operately/operately/pull/4090
- chore: Sender email is included in email settings by @Rockyy174 in https://github.com/operately/operately/pull/4091
- feat: Admin can send test email for debugging by @Rockyy174 in https://github.com/operately/operately/pull/4092
- docs: Include how to access shell in saas-admin.md by @Rockyy174 in https://github.com/operately/operately/pull/4094
- chore: First-time setup creates site-admin account by @Rockyy174 in https://github.com/operately/operately/pull/4093
- fix: Stabilize invite-member flaky tests by @Rockyy174 in https://github.com/operately/operately/pull/4095
- fix: Adjust rotate_settings_key script by @Rockyy174 in https://github.com/operately/operately/pull/4096
- chore: Simplify settings key logic by @Rockyy174 in https://github.com/operately/operately/pull/4097
- chore: Installation no longer asks for email variables by @Rockyy174 in https://github.com/operately/operately/pull/4098
- fix: Install script can complete without notification_email var by @Rockyy174 in https://github.com/operately/operately/pull/4099
- chore: Adjust edit and full-access permissions by @Rockyy174 in https://github.com/operately/operately/pull/4100
- fix: 'New discussion' button is hidden when user has no permissions by @Rockyy174 in https://github.com/operately/operately/pull/4103
- chore: Adjust GuestInvited feed text and add tests by @Rockyy174 in https://github.com/operately/operately/pull/4104
- fix: Company admins can also invite outside collaborators by @Rockyy174 in https://github.com/operately/operately/pull/4106
- fix: Untoggle invite link hides unnecessary information by @Rockyy174 in https://github.com/operately/operately/pull/4107
- chore: Improve invite member copy by @Rockyy174 in https://github.com/operately/operately/pull/4108
- chore: Improve invitation flow by @Rockyy174 in https://github.com/operately/operately/pull/4109
- chore: Add cascade delete for person and comment thread by @Rockyy174 in https://github.com/operately/operately/pull/4110
- fix: Adjust permissions on Project related turboui pages by @Rockyy174 in https://github.com/operately/operately/pull/4111
- fix: Adjust permissions for Goal page by @Rockyy174 in https://github.com/operately/operately/pull/4112
- chore: Project creator is always added as contributor by @Rockyy174 in https://github.com/operately/operately/pull/4113
- fix: Adjust permissions for Space page by @Rockyy174 in https://github.com/operately/operately/pull/4114
- chore: Demo includes outside collaborators by @Rockyy174 in https://github.com/operately/operately/pull/4115
- chore: Remove guest-accounts feature flag by @Rockyy174 in https://github.com/operately/operately/pull/4116
- fix: Adjust milestone update permissions + Add permissions tests for Projects mutations by @Rockyy174 in https://github.com/operately/operately/pull/4117
- feat: Space/Project add member screens get secondary link to invite new people to org by @markoa in https://github.com/operately/operately/pull/4118
- feat: Improve clarity of inviting guest copy by @markoa in https://github.com/operately/operately/pull/4119
- fix: Adjust data migration 050 to use inline schemas by @Rockyy174 in https://github.com/operately/operately/pull/4120
- fix: Adjust permissions in Milestone mutations by @Rockyy174 in https://github.com/operately/operately/pull/4122
- chore: Add permission unit tests and improve feature tests for Tasks by @Rockyy174 in https://github.com/operately/operately/pull/4123
- fix: include_potential_subscribers handles suspended people by @Rockyy174 in https://github.com/operately/operately/pull/4124
- fix: Task creator is subscribed to task automatically by @Rockyy174 in https://github.com/operately/operately/pull/4125
- fix: normalize word separators in global search so spaces match hyphens/underscores by @markoa in https://github.com/operately/operately/pull/4121
- fix: Space tools don't include paused projects by @Rockyy174 in https://github.com/operately/operately/pull/4126
- chore: Adjust full-access project permissions by @Rockyy174 in https://github.com/operately/operately/pull/4131
- chore: Adjust actions in ManagePeople page by @Rockyy174 in https://github.com/operately/operately/pull/4132
- chore: Add mutation for updating company member access levels by @Rockyy174 in https://github.com/operately/operately/pull/4133
- chore: Add admin access level binding by @Rockyy174 in https://github.com/operately/operately/pull/4134
- fix: space-task-commented notification redirects to correct path by @Rockyy174 in https://github.com/operately/operately/pull/4135
- chore: GetCompany can include members access level by @Rockyy174 in https://github.com/operately/operately/pull/4136
- feat: Company members access levels can be updated by @Rockyy174 in https://github.com/operately/operately/pull/4138
- chore: Adjust Goal permissions by @Rockyy174 in https://github.com/operately/operately/pull/4139
- chore: Adjust space permissions by @Rockyy174 in https://github.com/operately/operately/pull/4140
- chore: SpaceSearch can handle different access levels by @Rockyy174 in https://github.com/operately/operately/pull/4141
- fix: Company Work Map allows adding only if user has permissions by @Rockyy174 in https://github.com/operately/operately/pull/4142
- fix: Add Goal/Project pages only show spaces the user has access to by @Rockyy174 in https://github.com/operately/operately/pull/4143
- fix: +New button is displayed only if user has required permissions by @Rockyy174 in https://github.com/operately/operately/pull/4145
- feat: An email is sent to a newly invited company member by @Rockyy174 in https://github.com/operately/operately/pull/4147
- fix: Fix task-description-update feed item link by @Rockyy174 in https://github.com/operately/operately/pull/4148
- chore: Preload spaces in Work Map only if user has access to it by @Rockyy174 in https://github.com/operately/operately/pull/4150
- chore: Hide /people page from Guests by @Rockyy174 in https://github.com/operately/operately/pull/4151
- chore: Creating Goal automatically creates full-access binding for creator by @Rockyy174 in https://github.com/operately/operately/pull/4152
- chore: Add mutation for converting Team Member into Guest by @Rockyy174 in https://github.com/operately/operately/pull/4153
- fix: Don't limit number of spaces in GetSpaces query by @Rockyy174 in https://github.com/operately/operately/pull/4154
- feat: Company members can be turned into guests by @Rockyy174 in https://github.com/operately/operately/pull/4155
- fix: TaskDescriptionChange notification works after Task has been deleted by @Rockyy174 in https://github.com/operately/operately/pull/4156
- chore: Adjust Guest access levels by @Rockyy174 in https://github.com/operately/operately/pull/4158
- chore: Add GrantResourceAccess mutation by @Rockyy174 in https://github.com/operately/operately/pull/4160
- feat: Guest can be granted access to resources during invitation by @Rockyy174 in https://github.com/operately/operately/pull/4161
- fix: Access page doesn't break when person has no binding to space by @Rockyy174 in https://github.com/operately/operately/pull/4162
- fix: Membership to access-group is created during ResourceAccessGranting by @Rockyy174 in https://github.com/operately/operately/pull/4163
- chore: Guest's company access-level can't be edited by @Rockyy174 in https://github.com/operately/operately/pull/4164
- chore: Opmitize navbar for tablet width by @Rockyy174 in https://github.com/operately/operately/pull/4165
- chore: Optimize team-management page for tablet and mobile width by @Rockyy174 in https://github.com/operately/operately/pull/4166
- fix: Menu Subcontent is visible in small screens by @Rockyy174 in https://github.com/operately/operately/pull/4167
- chore: Display member's access level on mobile by @Rockyy174 in https://github.com/operately/operately/pull/4168
- chore: Fix typos in Manage People page by @Rockyy174 in https://github.com/operately/operately/pull/4169
- chore: Admin page shows 404 for non-admin user by @Rockyy174 in https://github.com/operately/operately/pull/4170
- chore: Improve padding and handle 404 redirect on MemberTypeSelection page by @Rockyy174 in https://github.com/operately/operately/pull/4171
- chore: Fix padding on mobile for invite-person page by @Rockyy174 in https://github.com/operately/operately/pull/4172
- chore: Improve invite-member form validation by @Rockyy174 in https://github.com/operately/operately/pull/4174
- chore: Handle 404 redirect on AddPeople page by @Rockyy174 in https://github.com/operately/operately/pull/4176
- chore: Add feature tests for inviting guest and giving access to resources by @Rockyy174 in https://github.com/operately/operately/pull/4177
- chore: Optimize invite-team page for mobile by @Rockyy174 in https://github.com/operately/operately/pull/4178
- chore: Handle 404 redirect on InviteTeam page by @Rockyy174 in https://github.com/operately/operately/pull/4179
- chore: Remove :guest type validation from CompanyMemberConvertingToGuestTest by @Rockyy174 in https://github.com/operately/operately/pull/4180
- chore: Improve invite-member email by @Rockyy174 in https://github.com/operately/operately/pull/4181
- chore: Add script generation for users upgrading from versions before 1.4.0 by @Rockyy174 in https://github.com/operately/operately/pull/4182
- fix: Update permissions in generate-script by @Rockyy174 in https://github.com/operately/operately/pull/4183
- feat: Add zero-state for the feed by @Rockyy174 in https://github.com/operately/operately/pull/4184
- feat: Add zero-state for homepage spaces by @Rockyy174 in https://github.com/operately/operately/pull/4185
- fix: Use correct link on AccountPage by @Rockyy174 in https://github.com/operately/operately/pull/4186
- chore: Allow contributors with edit-access to add new contributors to a project by @Rockyy174 in https://github.com/operately/operately/pull/4187
- fix: User can subscribe to Project tasks by @Rockyy174 in https://github.com/operately/operately/pull/4188
- fix: Show assigned tasks when user isn't the requester by @Rockyy174 in https://github.com/operately/operately/pull/4189
Full Changelog: https://github.com/operately/operately/compare/1.3.1...1.4.0