Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Cal.com
  3. Cal.com - Package Updates

Cal.com - Package Updates

Scheduled Pinned Locked Moved Cal.com
207 Posts 3 Posters 20.8k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Package UpdatesP Offline
    Package UpdatesP Offline
    Package Updates
    App Dev
    wrote on last edited by
    #176

    [1.17.10]

    • Update cal.com to 5.0.19
    • Full Changelog
    • fix: push notification page UI by @​Udit-takkar in https://github.com/calcom/cal.com/pull/19999
    • fix: add improved logging and decrease ttl by @​sean-brydon in https://github.com/calcom/cal.com/pull/19979
    • fix: avatar sentry errors by @​sean-brydon in https://github.com/calcom/cal.com/pull/20005
    • fix: remove Trans component by @​Udit-takkar in https://github.com/calcom/cal.com/pull/20008
    • refactor: v2 booking locations by @​supalarry in https://github.com/calcom/cal.com/pull/19613
    • fix: fixes extra span causing issues in seated event display by @​sean-brydon in https://github.com/calcom/cal.com/pull/20004
    • docs: v2 reschedule and cancel booking by @​supalarry in https://github.com/calcom/cal.com/pull/20011
    • fix: api-v2 libraries/app-store missing tsconfig by @​ThyMinimalDev in https://github.com/calcom/cal.com/pull/20006
    • fix: round robin locale err by @​retrogtx in https://github.com/calcom/cal.com/pull/20024
    • fix: no-meeting-found is exporting client component from RSC by @​hbjORbj in https://github.com/calcom/cal.com/pull/20027
    • fix: hide slot unavailable message for instant meetings by @​Udit-takkar in https://github.com/calcom/cal.com/pull/20002
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      App Dev
      wrote on last edited by
      #177

      [1.18.0]

      • Base image 5.0.0
      1 Reply Last reply
      0
      • Package UpdatesP Offline
        Package UpdatesP Offline
        Package Updates
        App Dev
        wrote on last edited by
        #178

        [2.0.0]

        • API v2 endpoint implemented
        • This update requires to set a api endpoint (sub)domain
        1 Reply Last reply
        0
        • Package UpdatesP Offline
          Package UpdatesP Offline
          Package Updates
          App Dev
          wrote on last edited by
          #179

          [2.0.1]

          • Ensure calcom can rebuild the api docs when requsts hit the api endpoints
          1 Reply Last reply
          0
          • Package UpdatesP Offline
            Package UpdatesP Offline
            Package Updates
            App Dev
            wrote on last edited by
            #180

            [2.0.2]

            • Update cal.com to 5.1.19
            • Full Changelog
            • fix: use correct organizer info when admin accepts team booking requiring confirmation by @anikdhabal in https://github.com/calcom/cal.com/pull/20612
            • fix: full page reload on routing forms by @sean-brydon in https://github.com/calcom/cal.com/pull/20625
            • fix: separate Filter Segment implementation from DataTableProvider by @eunjae-lee in https://github.com/calcom/cal.com/pull/20587
            • feat: move workflow emails to smtp by @CarinaWolli in https://github.com/calcom/cal.com/pull/20293
            • feat: added rescheduled UI to Booking page and Booking Listing page by @krakenftw in https://github.com/calcom/cal.com/pull/20401
            1 Reply Last reply
            0
            • Package UpdatesP Offline
              Package UpdatesP Offline
              Package Updates
              App Dev
              wrote on last edited by
              #181

              [2.0.3]

              • Update cal.com to 5.1.20
              • Full Changelog
              • feat: auto turn on overlay calendar while loggedin by @TusharBhatt1 in https://github.com/calcom/cal.com/pull/20610
              • feat: Removed offset start times feature from UI by @avnish100 in https://github.com/calcom/cal.com/pull/20634
              • feat: display year for bookings in different years by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20647
              • fix: flaky ooo e2e test by @vijayraghav-io in https://github.com/calcom/cal.com/pull/20649
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                App Dev
                wrote on last edited by
                #182

                [2.0.4]

                • Update cal.com to 5.1.21
                • Full Changelog
                • feat: add organization routing forms endpoints [v2] by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20580
                • fix: updatedAt routing form response migration by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20660
                • fix: convert SVG avatar into PNG on save and serve by @zomars in https://github.com/calcom/cal.com/pull/20654
                • fix: Broken API docs by @keithwillcode in https://github.com/calcom/cal.com/pull/20664
                • fix: ensure only top tip has focusable elements by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20661
                • revert: "fix: Broken API docs (#20664)" by @keithwillcode in https://github.com/calcom/cal.com/pull/20667
                • fix: App installation option at the team level by @anikdhabal in https://github.com/calcom/cal.com/pull/20666
                • perf: make useLocale hook to use server-fetched i18n if in App router context by @hbjORbj in https://github.com/calcom/cal.com/pull/20597
                • fix: location input value in custom event name by @anikdhabal in https://github.com/calcom/cal.com/pull/20619
                • fix: replace hard-coded strings with translation keys for internationalization by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20672
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  App Dev
                  wrote on last edited by
                  #183

                  [2.1.0]

                  • Update cal.com to 5.2.0
                  • Full Changelog
                  • fix: Revert "fix: Make event type title visible in mobile view ( by @hbjORbj in https://github.com/calcom/cal.com/pull/20695
                  • fix: recalculate date range from filter segments by @eunjae-lee in https://github.com/calcom/cal.com/pull/20633
                  • fix: uneven toggle ui on availability page by @retrogtx in https://github.com/calcom/cal.com/pull/20701
                  • fix: made text dependent on host's refund policy by conditionally rendering text. by @romitg2 in https://github.com/calcom/cal.com/pull/20572
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    App Dev
                    wrote on last edited by
                    #184

                    [2.1.1]

                    • Update cal.com to 5.2.1
                    • Full Changelog
                    • refactor: required booking fields message by @supalarry in https://github.com/calcom/cal.com/pull/20688
                    • feat: dry run behaviour for CalendarSettings atom by @Ryukemeister in https://github.com/calcom/cal.com/pull/20690
                    • feat: dry run behaviour for event type atoms by @Ryukemeister in https://github.com/calcom/cal.com/pull/20689
                    • feat: dry run behaviour for AvailabilitySettings atom by @Ryukemeister in https://github.com/calcom/cal.com/pull/20686
                    • feat: dry run behaviour for connect atoms by @Ryukemeister in https://github.com/calcom/cal.com/pull/20699
                    • feat: Redirect to original event link for rescheduling cancelled booking by @kart1ka in https://github.com/calcom/cal.com/pull/18605
                    • fix: Improves dialog window that appears when there is no availability in a month. Adding a description to clarify limits when rolling or range period types are in use. by @shawnCaza in https://github.com/calcom/cal.com/pull/20451
                    • feat: email workflow templates translation by @giripatel in https://github.com/calcom/cal.com/pull/20674
                    • fix: make padding equal on availability toggle by @retrogtx in https://github.com/calcom/cal.com/pull/20708
                    • feat: placeholder component for user dropdown to remove layout shift by @hbjORbj in https://github.com/calcom/cal.com/pull/20696
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote on last edited by
                      #185

                      [2.1.2]

                      • Update cal.com to 5.2.2
                      • Full Changelog
                      • fix: disable Google Translate from HTML by @hbjORbj in https://github.com/calcom/cal.com/pull/20738
                      • fix: buggy skeleton rendering for month view by @retrogtx in https://github.com/calcom/cal.com/pull/20744
                      • fix: Wrong schedule ID set for child managed event by @anikdhabal in https://github.com/calcom/cal.com/pull/20745
                      • feat: v2 book team events using teamSlug & eventTypeSlug by @supalarry in https://github.com/calcom/cal.com/pull/20585
                      • fix: failing e2e test by @anikdhabal in https://github.com/calcom/cal.com/pull/20751
                      • feat: filter users by assigned attribute options [v2] by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20659
                      • fix: Admin/owner unable to confirm managed bookings by @anikdhabal in https://github.com/calcom/cal.com/pull/20743
                      • fix: return react fragment from all layout.tsx by @hbjORbj in https://github.com/calcom/cal.com/pull/20737
                      • feat: add guards to stripe teams controller by @SomayChauhan in https://github.com/calcom/cal.com/pull/20540
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        App Dev
                        wrote on last edited by
                        #186

                        [2.1.3]

                        • Update cal.com to 5.2.3
                        • Full Changelog
                        • perf: slim down middleware matcher by @hbjORbj in https://github.com/calcom/cal.com/pull/20735
                        • feat: Write UTM params to Salesforce by @joeauyeung in https://github.com/calcom/cal.com/pull/20759
                        • fix: offer seats feature is broken by @anikdhabal in https://github.com/calcom/cal.com/pull/20758
                        • fix: Remove trailing } from utm param by @joeauyeung in https://github.com/calcom/cal.com/pull/20763
                        • fix: only managed users assignable to managed team event by @supalarry in https://github.com/calcom/cal.com/pull/20754
                        • feat: make skeleton for booking embed accurate by @retrogtx in https://github.com/calcom/cal.com/pull/20765
                        • fix: calendar connect atoms by @supalarry in https://github.com/calcom/cal.com/pull/20766
                        • fix: header overlaps in month view on short viewport by @evan-liu in https://github.com/calcom/cal.com/pull/20749
                        • fix: 404 for embed.js in single domain-single org self hosting setup by @hariombalhara in https://github.com/calcom/cal.com/pull/20120
                        • fix: v2 Sentry errors by @supalarry in https://github.com/calcom/cal.com/pull/20788
                        1 Reply Last reply
                        0
                        • Package UpdatesP Offline
                          Package UpdatesP Offline
                          Package Updates
                          App Dev
                          wrote on last edited by
                          #187

                          [2.1.4]

                          • Update cal.com to 5.2.4
                          • Full Changelog
                          • fix: Convert an error in webhook to info by @hariombalhara in https://github.com/calcom/cal.com/pull/20806
                          • feat: add "React (Atom)" to embed generator and rename rest by @retrogtx in https://github.com/calcom/cal.com/pull/20618
                          • fix: api v2 license check by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20813
                          • feat: update DeleteSegmentDialog to use ConfirmationDialogContent CAL-5399 by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20820
                          • feat: open dropdown right after adding a filter by @eunjae-lee in https://github.com/calcom/cal.com/pull/20819
                          • fix: remove window usage in not-found client by @hbjORbj in https://github.com/calcom/cal.com/pull/20822
                          • fix: user is already part of a team by @Ryukemeister in https://github.com/calcom/cal.com/pull/20774
                          • feat: Optout of SMS workflows by @joeauyeung in https://github.com/calcom/cal.com/pull/20769
                          1 Reply Last reply
                          0
                          • Package UpdatesP Offline
                            Package UpdatesP Offline
                            Package Updates
                            App Dev
                            wrote on last edited by
                            #188

                            [2.1.5]

                            • Update cal.com to 5.2.5
                            • Full Changelog
                            • fix: caching for sprite.svg by @vijayraghav-io in https://github.com/calcom/cal.com/pull/20832
                            • fix: platform org members cannot access their public booking page by @supalarry in https://github.com/calcom/cal.com/pull/20821
                            • refactor: Returns 400 error for ZodErrors by @zomars in https://github.com/calcom/cal.com/pull/20831
                            • fix: eventType filter on /insights by @eunjae-lee in https://github.com/calcom/cal.com/pull/20823
                            • feat: custom reply To Email by @anikdhabal in https://github.com/calcom/cal.com/pull/20771
                            • feat(insights): add progress indicator to download button on /insights and /insights/routing (CAL-5408) by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20631
                            • perf: SSR for /teams by @hbjORbj in https://github.com/calcom/cal.com/pull/20824
                            • perf: SSR - /availablilty/[schedule] by @hbjORbj in https://github.com/calcom/cal.com/pull/20829
                            • fix: getBookings max 1 month in the past when no date filters specified by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/20911
                            1 Reply Last reply
                            0
                            • Package UpdatesP Offline
                              Package UpdatesP Offline
                              Package Updates
                              App Dev
                              wrote on last edited by
                              #189

                              [2.1.6]

                              • Update cal.com to 5.2.6
                              • Full Changelog
                              • fix: Docs for deleting reserved slot by @keithwillcode in https://github.com/calcom/cal.com/pull/20922
                              • feat: ability to hide organizer email by @anikdhabal in https://github.com/calcom/cal.com/pull/20782
                              • perf: Slim down trpc queries in Settings Layout by @hbjORbj in https://github.com/calcom/cal.com/pull/20918
                              • perf: settings to main page transition from back button by @hbjORbj in https://github.com/calcom/cal.com/pull/20920
                              • perf: SSR for /settings/organizations/teams/other by @hbjORbj in https://github.com/calcom/cal.com/pull/20927
                              • refactor: v2 automatic team slugs by @supalarry in https://github.com/calcom/cal.com/pull/20897
                              • feat: add loading.tsx for /apps main page by @hbjORbj in https://github.com/calcom/cal.com/pull/20924
                              • perf: server-side fetching for /availability by @hbjORbj in https://github.com/calcom/cal.com/pull/20804
                              • fix: Include ordered attendees in booking select query by @anikdhabal in https://github.com/calcom/cal.com/pull/20935
                              1 Reply Last reply
                              0
                              • Package UpdatesP Offline
                                Package UpdatesP Offline
                                Package Updates
                                App Dev
                                wrote on last edited by
                                #190

                                [2.1.7]

                                • Update cal.com to 5.2.7
                                • Full Changelog
                                • feat: add membership creation date to Organization Member List table (CAL-5406) by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20595
                                • fix: Offset is required but not passed everywhere, default to zero. by @emrysal in https://github.com/calcom/cal.com/pull/20917
                                • fix: exclude email from replyTo by @anikdhabal in https://github.com/calcom/cal.com/pull/20953
                                • fix: Added orderBy in the correct place by @anikdhabal in https://github.com/calcom/cal.com/pull/20959
                                • fix: double end-date parsing when saving availability by @zomars in https://github.com/calcom/cal.com/pull/20963
                                • fix: Don't delete Cal video room upon requesting reschedule by @alishaz-polymath in https://github.com/calcom/cal.com/pull/20969
                                • fix: dont persist last booking response, temporarily by @hariombalhara in https://github.com/calcom/cal.com/pull/20975
                                • perf: Improve performance of period limits by @emrysal in https://github.com/calcom/cal.com/pull/20974
                                • revert: "feat: add membership creation date to Organization Member List table (CAL-5406) by @keithwillcode in https://github.com/calcom/cal.com/pull/20978
                                • perf: Add credentialId index to selectedCalendar by @keithwillcode in https://github.com/calcom/cal.com/pull/20979
                                1 Reply Last reply
                                0
                                • Package UpdatesP Offline
                                  Package UpdatesP Offline
                                  Package Updates
                                  App Dev
                                  wrote on last edited by
                                  #191

                                  [2.1.8]

                                  • Update cal.com to 5.2.8
                                  • Full Changelog
                                  • fix: Handle acme.cal.local root path by @hariombalhara in https://github.com/calcom/cal.com/pull/20981
                                  • fix: broken attendee sms by @alishaz-polymath in https://github.com/calcom/cal.com/pull/20985
                                  • fix: Do not retrieve already persisted lastBookingResponse by @hariombalhara in https://github.com/calcom/cal.com/pull/20982
                                  • perf: Remove data fetching in metadata for non-booking pages by @hbjORbj in https://github.com/calcom/cal.com/pull/20734
                                  • fix: Remove 30 seats minimum text from organization setup page by @devin-ai-integration in https://github.com/calcom/cal.com/pull/20983
                                  • fix: few event details not populated in hubspot by @anikdhabal in https://github.com/calcom/cal.com/pull/20987
                                  • fix: cancel platform subscription on dashboard by @Ryukemeister in https://github.com/calcom/cal.com/pull/20787
                                  • feat: added hideOrganizerEmail to api/v2/event-types by @SomayChauhan in https://github.com/calcom/cal.com/pull/21005
                                  • fix: Skip already completed org onboarding, as webhook request can come when invoice is paid again next month by @hariombalhara in https://github.com/calcom/cal.com/pull/20984
                                  • fix: text encoding bug by @anikdhabal in https://github.com/calcom/cal.com/pull/17923
                                  1 Reply Last reply
                                  0
                                  • Package UpdatesP Offline
                                    Package UpdatesP Offline
                                    Package Updates
                                    App Dev
                                    wrote last edited by
                                    #192

                                    [2.1.9]

                                    • Update cal.com to 5.2.11
                                    • Full Changelog
                                    • feat: Salesforce Event Type App v3 designs by @sean-brydon in https://github.com/calcom/cal.com/pull/21100
                                    • fix: get bookings advanced email and attendee filter by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/21125
                                    • fix: improvements for scheduling Email reminders by @CarinaWolli in https://github.com/calcom/cal.com/pull/21129
                                    • refactor: centralize feature flag operations in FeaturesRepository by @zomars in https://github.com/calcom/cal.com/pull/21032
                                    • fix: theme search param crashing booking page by @hbjORbj in https://github.com/calcom/cal.com/pull/21120
                                    • refactor: Replace attendee email with user id in idempotency key by @joeauyeung in https://github.com/calcom/cal.com/pull/21058
                                    • fix: disabled sms hanging, by calling resolve() by @emrysal in https://github.com/calcom/cal.com/pull/21070
                                    • fix: rf v3 tidy up mobile issues by @sean-brydon in https://github.com/calcom/cal.com/pull/21078
                                    • fix: between operator for attribute matching by @vijayraghav-io in https://github.com/calcom/cal.com/pull/21031
                                    • feat: verified resources endpoint [v2] by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/21006
                                    1 Reply Last reply
                                    0
                                    • Package UpdatesP Offline
                                      Package UpdatesP Offline
                                      Package Updates
                                      App Dev
                                      wrote last edited by
                                      #193

                                      [2.1.10]

                                      • Update cal.com to 5.2.12
                                      • Full Changelog
                                      • feat: add denormalized table for BookingTimeStatus view by @eunjae-lee in https://github.com/calcom/cal.com/pull/20947
                                      • perf: Optimize team bookings query by fetching data for multiple users at once by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21137
                                      • fix: delete organization user endpoint not working in api v2 by @asadath1395 in https://github.com/calcom/cal.com/pull/21136
                                      • fix: advanced text filters getBookings with kysely by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/21143
                                      • refactor: Consolidate date parameter extraction and booking period check logic by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21142
                                      • fix: Reduce payload size by @hariombalhara in https://github.com/calcom/cal.com/pull/21093
                                      • feat(v3): table designs by @sean-brydon in https://github.com/calcom/cal.com/pull/21147
                                      • feat: Add booking references API endpoints by @SomayChauhan in https://github.com/calcom/cal.com/pull/21127
                                      • fix: e2e flakes by @anikdhabal in https://github.com/calcom/cal.com/pull/20630
                                      • feat: add 'View Responses' menu item to Routing Form dropdown by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21114
                                      1 Reply Last reply
                                      0
                                      • Package UpdatesP Offline
                                        Package UpdatesP Offline
                                        Package Updates
                                        App Dev
                                        wrote last edited by
                                        #194

                                        [2.1.11]

                                        • Update cal.com to 5.2.13
                                        • Full Changelog
                                        • perf: optimize event type query by using team IDs instead of complex join by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21162
                                        • fix: hiding And connect with specific team members option for non org teams by @romitg2 in https://github.com/calcom/cal.com/pull/21083
                                        • feat: Add handleSlotSelect prop for custom timeslot selection/reservation handling by @SomayChauhan in https://github.com/calcom/cal.com/pull/21133
                                        • fix: unable to change the workflow action by @anikdhabal in https://github.com/calcom/cal.com/pull/21185
                                        • fix: attendees not visible for hosts in a seated team booking by @anikdhabal in https://github.com/calcom/cal.com/pull/21156
                                        • feat: enforce log in cal video by @Udit-takkar in https://github.com/calcom/cal.com/pull/21082
                                        • fix: don't allow double reserving already reserved slot by @supalarry in https://github.com/calcom/cal.com/pull/21139
                                        • feat: booking references api type filter by @SomayChauhan in https://github.com/calcom/cal.com/pull/21179
                                        • feat: Prerender booking link and reuse with headless router by @hariombalhara in https://github.com/calcom/cal.com/pull/20720
                                        1 Reply Last reply
                                        0
                                        • Package UpdatesP Offline
                                          Package UpdatesP Offline
                                          Package Updates
                                          App Dev
                                          wrote last edited by
                                          #195

                                          [2.1.12]

                                          • Update cal.com to 5.2.14
                                          • Full Changelog
                                          • feat: v2 membership attributes by @supalarry in https://github.com/calcom/cal.com/pull/21131
                                          • feat: add feature flag for sending workflow emails with smtp by @CarinaWolli in https://github.com/calcom/cal.com/pull/21187
                                          • fix: add org email into ics when hideorganizer email is true by @anikdhabal in https://github.com/calcom/cal.com/pull/21212
                                          • feat: add SMS_ATTENDEE action to activateEventType.handler.ts by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21201
                                          • feat: Add option to include no shows in RR calculations by @joeauyeung in https://github.com/calcom/cal.com/pull/21063
                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search