Skip to content

Commit 247d852

Browse files
committed
Update app information and supported apps list
1 parent 94b05c1 commit 247d852

13 files changed

+27
-26
lines changed

Apps/adobe_creative_cloud.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Adobe Creative Cloud",
3+
"description": "Collection of apps and services for photography, design, video, web, and UX",
4+
"version": "6.5.0.348",
5+
"url": "https://ccmdls.adobe.com/AdobeProducts/StandaloneBuilds/ACCC/ESD/6.5.0/348/macarm64/ACCCx6_5_0_348.dmg",
6+
"bundleId": "com.adobe.acc.AdobeCreativeCloud",
7+
"homepage": "https://www.adobe.com/creativecloud.html",
8+
"fileName": "ACCCx6_5_0_348.dmg",
9+
"sha": "1607e7fdf40d3ac56486f92e4b92b3f0781557af6bb05cafbfe7af082909956b"
10+
}

Apps/downie.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fileName": "Downie_4_4919.dmg",
99
"sha": "4220495d5491990f76db42e6bb4b3a4d0aa63e6520a595a5d72559a7a4fd2dee",
1010
"changelog": "https://software.charliemonroe.net/downie/version-history/",
11-
"previous_version": "4.9.7"
11+
"previous_version": "4.9.8"
1212
}

Apps/google_ads_editor.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fileName": "Google_AdWords_Editor.dmg",
99
"sha": "976cf3b4c410a173b2a667c22903e7e72c39629c6d31cadb9f7ceb91fa0945c5",
1010
"changelog": "https://support.google.com/google-ads/answer/2485631",
11-
"previous_version": "2.8"
11+
"previous_version": "2.9"
1212
}

Apps/insta360_studio.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"homepage": "https://www.insta360.com/",
88
"fileName": "Insta360Studio_5.5.0_release_insta360(RC_build46)_20250120_121455_signed_1737346578362.pkg",
99
"type": "pkg_in_pkg",
10-
"previous_version": "5.5.2"
10+
"previous_version": "5.5.3"
1111
}

Apps/lm_studio.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fileName": "LM-Studio-0.3.13-1-arm64.dmg",
99
"sha": "7cfad36eefea3744b12e15fd002775fd3dc72c5c500c9edccc783b41301368bb",
1010
"changelog": "https://github.com/lmstudio-ai/Release/releases",
11-
"previous_version": "0.3.12"
11+
"previous_version": "0.3.13"
1212
}

Apps/microsoft_teams.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fileName": "MicrosoftTeams.pkg",
99
"sha": "996fb003ab7ef5b2f6cac77ae5795bb322804259197a36469046ce3e233857c1",
1010
"changelog": "https://learn.microsoft.com/en-us/officeupdates/teams-app-versioning",
11-
"previous_version": "25031.1205.3471.1031"
11+
"previous_version": "25044.2406.3471.4570"
1212
}

Apps/remote_desktop_manager.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fileName": "Devolutions.RemoteDesktopManager.Mac.2025.1.12.4.dmg",
99
"sha": "3cd566ebda794a3ca12214e187ad9e8111e8b6bdc965aa798ea5afda203a2b77",
1010
"changelog": "https://devolutions.net/remote-desktop-manager/release-notes/",
11-
"previous_version": "2024.3.10.4"
11+
"previous_version": "2025.1.12.4"
1212
}

Apps/signal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fileName": "signal-desktop-mac-arm64-7.46.0.dmg",
99
"sha": "98d027129266db9b3b1be5d75555f39b6fb7d3ff641fa3814415675f6666a302",
1010
"changelog": "https://github.com/signalapp/Signal-Desktop/releases",
11-
"previous_version": "7.45.1"
11+
"previous_version": "7.46.0"
1212
}

Apps/webex_teams.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"homepage": "https://www.webex.com/",
88
"fileName": "Webex.dmg",
99
"sha": "2962ffbea45665cb09232aeb238f3927628bfb496cb270f6f384a3195a0aca15",
10-
"previous_version": "45.3.0.31957"
10+
"previous_version": "45.3.0.31978"
1111
}

Apps/zed.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fileName": "Zed-aarch64.dmg",
99
"sha": "6302ba75cdbde056f13791d99bfdba31aec86cfe949833094096301cadf8676f",
1010
"changelog": "https://zed.dev/releases/stable",
11-
"previous_version": "0.176.3"
11+
"previous_version": "0.177.7"
1212
}

Apps/zen_browser.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fileName": "zen.macos-universal.dmg",
99
"sha": "8777674738c9d2b7eb83c6f92bc52c751f1b49c3c867f5778ef8a2ae459bfa05",
1010
"changelog": "https://zen-browser.app/release-notes/",
11-
"previous_version": "1.9b"
11+
"previous_version": "1.9.1b"
1212
}

README.md

+6-16
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<a href="https://www.powershellgallery.com/packages/IntuneBrew">
2020
<img src="https://img.shields.io/powershellgallery/dt/IntuneBrew?style=flat&label=PSGallery%20Downloads&color=brightgreen" alt="PowerShell Gallery Downloads"/>
2121
</a>
22-
<p>
22+
<p>
2323
<a href="#-supported-applications">
24-
<img src="https://img.shields.io/badge/Apps_Available-254-2ea44f?style=flat" alt="TotalApps"/>
24+
<img src="https://img.shields.io/badge/Apps_Available-255-2ea44f?style=flat" alt="TotalApps"/>
2525
</a>
2626
</p>
2727
</div>
@@ -79,20 +79,9 @@ IntuneBrew is a PowerShell-based tool that simplifies the process of uploading a
7979

8080
## 🔄 Latest Updates
8181

82-
*Last checked: 2025-03-13 00:26 UTC*
83-
84-
| Application | Previous Version | New Version |
85-
|-------------|-----------------|-------------|
86-
| Microsoft Teams | 25031.1205.3471.1031 | 25044.2406.3471.4570 |
87-
| Webex Teams | 45.3.0.31957 | 45.3.0.31978 |
88-
| Signal | 7.45.1 | 7.46.0 |
89-
| Zed | 0.176.3 | 0.177.7 |
90-
| LM Studio | 0.3.12 | 0.3.13 |
91-
| Zen Browser | 1.9b | 1.9.1b |
92-
| Google Ads Editor | 2.8 | 2.9 |
93-
| Downie | 4.9.7 | 4.9.8 |
94-
| Remote Desktop Manager | 2024.3.10.4 | 2025.1.12.4 |
95-
| Insta360 Studio | 5.5.2 | 5.5.3 |
82+
*Last checked: 2025-03-13 08:44 UTC*
83+
84+
> All applications are up to date! 🎉
9685
## ✨ Features
9786

9887
- 🚀 Automated app uploads to Microsoft Intune
@@ -144,6 +133,7 @@ Follow the interactive prompts to:
144133
| <img src='Logos/acorn.png' width='32' height='32'> Acorn | 8.1 |
145134
| <img src='Logos/adobe_acrobat_pro_dc.png' width='32' height='32'> Adobe Acrobat Pro DC | 25.001.20432 |
146135
| <img src='Logos/adobe_acrobat_reader.png' width='32' height='32'> Adobe Acrobat Reader | 25.001.20432 |
136+
| <img src='Logos/adobe_creative_cloud.png' width='32' height='32'> Adobe Creative Cloud | 6.5.0.348 |
147137
| <img src='Logos/airfoil.png' width='32' height='32'> Airfoil | 5.12.4 |
148138
| <img src='Logos/airtable.png' width='32' height='32'> Airtable | 1.6.6 |
149139
| <img src='Logos/airy.png' width='32' height='32'> Airy | 3.29.2 |

supported_apps.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"acorn": "https://raw.githubusercontent.com/ugurkocde/IntuneBrew/main/Apps/acorn.json",
44
"adobe_acrobat_pro_dc": "https://raw.githubusercontent.com/ugurkocde/IntuneBrew/main/Apps/adobe_acrobat_pro_dc.json",
55
"adobe_acrobat_reader": "https://raw.githubusercontent.com/ugurkocde/IntuneBrew/main/Apps/adobe_acrobat_reader.json",
6+
"adobe_creative_cloud": "https://raw.githubusercontent.com/ugurkocde/IntuneBrew/main/Apps/adobe_creative_cloud.json",
67
"airfoil": "https://raw.githubusercontent.com/ugurkocde/IntuneBrew/main/Apps/airfoil.json",
78
"airtable": "https://raw.githubusercontent.com/ugurkocde/IntuneBrew/main/Apps/airtable.json",
89
"airy": "https://raw.githubusercontent.com/ugurkocde/IntuneBrew/main/Apps/airy.json",

0 commit comments

Comments
 (0)