From 67d7ee018535dbe6298a50f53d3ee4207204ee63 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Mon, 18 Aug 2025 21:40:13 +0530 Subject: [PATCH] feat: Add full change log to profile (#12215) **Preview** CleanShot 2025-08-18 at 19 48 37@2x --- .../sidebar/SidebarProfileMenu.vue | 17 +++++++++++++---- .../dashboard/i18n/locale/en/settings.json | 1 + 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue b/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue index 5f7fa0755..36aad75d0 100644 --- a/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue +++ b/app/javascript/dashboard/components-next/sidebar/SidebarProfileMenu.vue @@ -86,6 +86,15 @@ const menuItems = computed(() => { nativeLink: true, target: '_blank', }, + { + show: true, + showOnCustomBrandedInstance: false, + label: t('SIDEBAR_ITEMS.CHANGELOG'), + icon: 'i-lucide-scroll-text', + link: 'https://www.chatwoot.com/changelog/', + nativeLink: true, + target: '_blank', + }, { show: currentUser.value.type === 'SuperAdmin', showOnCustomBrandedInstance: true, @@ -114,7 +123,7 @@ const allowedMenuItems = computed(() => { - +