| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| operately-single-host.tar.gz | 2026-04-01 | 4.3 kB | |
| Operately 1.5.0 source code.tar.gz | 2026-04-01 | 21.9 MB | |
| Operately 1.5.0 source code.zip | 2026-04-01 | 23.9 MB | |
| README.md | 2026-04-01 | 13.3 kB | |
| Totals: 4 Items | 45.9 MB | 0 | |
What's Changed
- chore: Add MoveTask mutation by @Rockyy174 in https://github.com/operately/operately/pull/4190
- chore: Add Project search query by @Rockyy174 in https://github.com/operately/operately/pull/4191
- chore: Add ProjectField component by @Rockyy174 in https://github.com/operately/operately/pull/4192
- feat: Task can be moved to another Space or Project by @Rockyy174 in https://github.com/operately/operately/pull/4193
- chore: Add ignored_ids option to Projects.Search query by @Rockyy174 in https://github.com/operately/operately/pull/4194
- chore: Add ignored_ids option to Spaces.Search query by @Rockyy174 in https://github.com/operately/operately/pull/4195
- chore: Add API Token schema by @Rockyy174 in https://github.com/operately/operately/pull/4201
- chore: Add route and token authentication for external API by @Rockyy174 in https://github.com/operately/operately/pull/4202
- chore: Require external API auth tests for all queries by @Rockyy174 in https://github.com/operately/operately/pull/4203
- chore: Subscription to milestone is created for milestone creator by @Rockyy174 in https://github.com/operately/operately/pull/4205
- chore: Subscription is created for people mentioned in milestone description by @Rockyy174 in https://github.com/operately/operately/pull/4206
- chore: Improve Milestone description email notifications by @Rockyy174 in https://github.com/operately/operately/pull/4207
- chore: Subscription to task is created for assignee by @Rockyy174 in https://github.com/operately/operately/pull/4208
- chore: Improve email notifications for TaskDescriptionChange by @Rockyy174 in https://github.com/operately/operately/pull/4209
- chore: MilestoneDueDateUpdating notifications rely on subscriptions by @Rockyy174 in https://github.com/operately/operately/pull/4210
- chore: Champion is automatically subscribed to new milestones by @Rockyy174 in https://github.com/operately/operately/pull/4211
- chore: Improve email notifications for ProjectDescriptionChanged by @Rockyy174 in https://github.com/operately/operately/pull/4212
- fix: Remove assertPresent from Project Page by @Rockyy174 in https://github.com/operately/operately/pull/4213
- feat: Show success toast message when URL is copied by @Rockyy174 in https://github.com/operately/operately/pull/4214
- chore: Require external API tests for all mutations by @Rockyy174 in https://github.com/operately/operately/pull/4215
- chore: Add API tokens endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4216
- chore: Add missing API token endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4217
- feat: Add API Tokens page behind feature flag by @Rockyy174 in https://github.com/operately/operately/pull/4218
- feat: Add API Tokens Usage page by @Rockyy174 in https://github.com/operately/operately/pull/4219
- feat: Add a modal for creating new API tokens by @Rockyy174 in https://github.com/operately/operately/pull/4220
- chore: Add icons and test IDs to token menu by @Rockyy174 in https://github.com/operately/operately/pull/4221
- chore: Add feature tests for API tokens by @Rockyy174 in https://github.com/operately/operately/pull/4222
- chore: API docs can be generated by @Rockyy174 in https://github.com/operately/operately/pull/4223
- chore: API docs are synced on Opertately website when there are changes by @Rockyy174 in https://github.com/operately/operately/pull/4224
- fix: Adjust sync-docs script by @Rockyy174 in https://github.com/operately/operately/pull/4225
- fix: Adjust sync-docs script by @Rockyy174 in https://github.com/operately/operately/pull/4226
- fix: Adjust sync-docs script by @Rockyy174 in https://github.com/operately/operately/pull/4227
- fix: Add github known_hosts setup for docs sync ssh clone by @Rockyy174 in https://github.com/operately/operately/pull/4228
- fix: sync-docs script relies on ssh file instead of variable by @Rockyy174 in https://github.com/operately/operately/pull/4229
- chore: API docs include curl example by @Rockyy174 in https://github.com/operately/operately/pull/4230
- fix: Tasks can be moved only to active Projects and Spaces with tasks enabled by @Rockyy174 in https://github.com/operately/operately/pull/4231
- chore: Include response example in API docs by @Rockyy174 in https://github.com/operately/operately/pull/4232
- chore: Command catalog for CLI can be generated by @Rockyy174 in https://github.com/operately/operately/pull/4233
- chore: Add CLI app by @Rockyy174 in https://github.com/operately/operately/pull/4234
- chore: Adjust Goal namespace endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4235
- chore: Move API endpoints to existing namespaces by @Rockyy174 in https://github.com/operately/operately/pull/4236
- chore: Add :companies namespace to API by @Rockyy174 in https://github.com/operately/operately/pull/4237
- chore: Add :reactions and :comments namespaces by @Rockyy174 in https://github.com/operately/operately/pull/4238
- chore: Move key resources endpoints to projects namespace by @Rockyy174 in https://github.com/operately/operately/pull/4239
- chore: Add project_check_ins and goal_check_ins namespaces by @Rockyy174 in https://github.com/operately/operately/pull/4240
- chore: Add :people namespace by @Rockyy174 in https://github.com/operately/operately/pull/4241
- chore: Create namespaces for Resource Hub by @Rockyy174 in https://github.com/operately/operately/pull/4242
- chore: Add :notifications namespace by @Rockyy174 in https://github.com/operately/operately/pull/4243
- chore: Move endpoints to companies and goal_discussions namespaces by @Rockyy174 in https://github.com/operately/operately/pull/4244
- chore: Remove prefixes from API page title in docs by @Rockyy174 in https://github.com/operately/operately/pull/4245
- chore: Improve CLI help message by @Rockyy174 in https://github.com/operately/operately/pull/4246
- chore: API namespaces include description by @Rockyy174 in https://github.com/operately/operately/pull/4247
- chore: Add docstring to Goals endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4248
- chore: Add docstring to all Projects endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4249
- chore: Detect outdated client and force page reload by @Rockyy174 in https://github.com/operately/operately/pull/4250
- chore: Add docstrings to all Spaces and Tasks endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4251
- chore: Add docstrings to all Companies and People endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4252
- chore: Add docstrings to Resource hub endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4253
- chore: Add docstrings to Notification endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4254
- chore: CLI --help flag displays command docstring by @Rockyy174 in https://github.com/operately/operately/pull/4255
- chore: Update CLI version by @Rockyy174 in https://github.com/operately/operately/pull/4256
- chore: Remove API-tokens feature flag by @Rockyy174 in https://github.com/operately/operately/pull/4257
- fix: Restore milestone input focus on create-more submit by @markoa in https://github.com/operately/operately/pull/4258
- feat: show comment notification recipients on task and milestone pages by @markoa in https://github.com/operately/operately/pull/4259
- fix: clarify comment notification recipients by @markoa in https://github.com/operately/operately/pull/4260
- chore: Adjust all required and optional fields in API by @Rockyy174 in https://github.com/operately/operately/pull/4261
- chore: Make CLI auth commands user friendly by @Rockyy174 in https://github.com/operately/operately/pull/4262
- chore: Running namespace without a command shows the help message by @Rockyy174 in https://github.com/operately/operately/pull/4263
- chore: Add tests for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4264
- chore: CLI can parse string dates into contextual dates by @Rockyy174 in https://github.com/operately/operately/pull/4265
- chore: CLI handles all contextual date types by @Rockyy174 in https://github.com/operately/operately/pull/4267
- chore: Include the data type in CLI help message by @Rockyy174 in https://github.com/operately/operately/pull/4268
- chore: API supports integer enums by @Rockyy174 in https://github.com/operately/operately/pull/4269
- chore: CLI displays list of allowed values when type is enum by @Rockyy174 in https://github.com/operately/operately/pull/4270
- chore: CLI converts markdown into richtext by @Rockyy174 in https://github.com/operately/operately/pull/4271
- chore: Remove duplicate information from help message in CLI by @Rockyy174 in https://github.com/operately/operately/pull/4272
- chore: Remove goal_check_ins and goal_discussions namespaces by @Rockyy174 in https://github.com/operately/operately/pull/4273
- chore: Remove project_check_ins and project_discussions namespaces by @Rockyy174 in https://github.com/operately/operately/pull/4274
- chore: Remove space_discussions namespace by @Rockyy174 in https://github.com/operately/operately/pull/4275
- chore: Remove project_milestones and folders namespaces by @Rockyy174 in https://github.com/operately/operately/pull/4276
- chore: Update all rich-text endpoint field to use type json by @Rockyy174 in https://github.com/operately/operately/pull/4277
- chore: Adjust comments on Project and Goal discussions for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4278
- chore: Adjust goals reopen and update_discussion for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4282
- chore: ClI can create Milestone comment via comments.create endpoint by @Rockyy174 in https://github.com/operately/operately/pull/4283
- chore: CLI can create Goal discussions and comments by @Rockyy174 in https://github.com/operately/operately/pull/4285
- feat: Timeline view for company work map / projects by @markoa in https://github.com/operately/operately/pull/4286
- chore: CLI can close Goals and Projects and update Space Discussions by @Rockyy174 in https://github.com/operately/operately/pull/4287
- chore: Use enum for success_status in CloseGoal and CloseProject endpoints by @Rockyy174 in https://github.com/operately/operately/pull/4288
- chore: Ensure Files endpoints are internal by @Rockyy174 in https://github.com/operately/operately/pull/4289
- chore: --version flag shows the correct CLI version by @Rockyy174 in https://github.com/operately/operately/pull/4290
- chore: CLI can choose correct status for Goals and Projects check-ins by @Rockyy174 in https://github.com/operately/operately/pull/4292
- chore: CLI can choose correct type for Resource Hub Links by @Rockyy174 in https://github.com/operately/operately/pull/4293
- chore: Ensure Link description is optional for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4294
- chore: CLI can choose correct role for Project Contributor by @Rockyy174 in https://github.com/operately/operately/pull/4295
- chore: CLI can choose correct success_status for UpdateRetrospective endpoint by @Rockyy174 in https://github.com/operately/operately/pull/4296
- chore: Adjust ResourceHubs.Create can ben used by CLI by @Rockyy174 in https://github.com/operately/operately/pull/4297
- chore: Optimize subscription endpoints for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4298
- chore: CLI help explains why fields custom objects expect by @Rockyy174 in https://github.com/operately/operately/pull/4299
- chore: Optimize space commands for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4300
- chore: Make UpdateKanban endpoints private by @Rockyy174 in https://github.com/operately/operately/pull/4301
- fix: GrantResourceAccess accepts short IDs instead of UUIDs by @Rockyy174 in https://github.com/operately/operately/pull/4302
- chore: Adjust inputs names to improve CLI by @Rockyy174 in https://github.com/operately/operately/pull/4304
- chore: Optimize Goals CreateCheckIn for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4303
- fix: Show help message for auth command in CLI by @Rockyy174 in https://github.com/operately/operately/pull/4305
- chore: Companies.Get does't require company ID anymore by @Rockyy174 in https://github.com/operately/operately/pull/4306
- chore: Optimize People.Search for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4307
- chore: Improve help commands for CLI by @Rockyy174 in https://github.com/operately/operately/pull/4308
- docs: Update CLI Readme file by @Rockyy174 in https://github.com/operately/operately/pull/4309
- fix: Delete duplicate subscriptions and add unique constraint by @Rockyy174 in https://github.com/operately/operately/pull/4310
- chore: Axios errors are now sent to Sentry by @Rockyy174 in https://github.com/operately/operately/pull/4311
- chore: Improve token verification in plug by @Rockyy174 in https://github.com/operately/operately/pull/4312
- fix: Prevent OPTIONS request to local media storage from crashing by @Rockyy174 in https://github.com/operately/operately/pull/4313
Full Changelog: https://github.com/operately/operately/compare/1.4.0...1.5.0