Skip to content

Commit

Permalink
Minor changelog and formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamarlinghi committed Oct 19, 2023
1 parent 8ffb357 commit ebbc18c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 100 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## 0.10.0:

* Added support for CC2024.
* Updated dependencies to latest versions.

Thanks to *alebianco-doxee* for contributing to this version.

## 0.9.0:

Expand Down
127 changes: 27 additions & 100 deletions tasks/lib/hosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,146 +3,73 @@
"photoshop": {
"familyname": "Photoshop",
"name": "Photoshop",
"ids": [
"PHXS",
"PHSP"
],
"version": {
"min": "25.0",
"max": "25.9"
},
"bin": {
"win": "Photoshop.exe",
"mac": "Adobe Photoshop 2024.app"
},
"ids": ["PHXS", "PHSP"],
"version": { "min": "25.0", "max": "25.9" },
"bin": { "win": "Photoshop.exe", "mac": "Adobe Photoshop 2024.app" },
"x64": true
},
"illustrator": {
"familyname": "Illustrator",
"name": "Illustrator",
"ids": [
"ILST"
],
"version": {
"min": "28.0",
"max": "28.9"
},
"bin": {
"win": "Support Files/Contents/Windows/Illustrator.exe",
"mac": "Adobe Illustrator.app"
},
"ids": ["ILST"],
"version": { "min": "28.0", "max": "28.9" },
"bin": { "win": "Support Files/Contents/Windows/Illustrator.exe", "mac": "Adobe Illustrator.app" },
"x64": true
},
"indesign": {
"familyname": "InDesign",
"name": "InDesign",
"ids": [
"IDSN"
],
"version": {
"min": "19.0",
"max": "19.9"
},
"bin": {
"win": "InDesign.exe",
"mac": "Adobe InDesign 2024.app"
},
"ids": ["IDSN"],
"version": { "min": "19.0", "max": "19.9" },
"bin": { "win": "InDesign.exe", "mac": "Adobe InDesign 2024.app" },
"x64": true
},
"flash": {
"familyname": "Flash",
"name": "Animate",
"ids": [
"FLPR"
],
"version": {
"min": "24.0",
"max": "24.9"
},
"bin": {
"win": "Animate.exe",
"mac": "Adobe Animate 2024.app"
},
"ids": ["FLPR"],
"version": { "min": "24.0", "max": "24.9" },
"bin": { "win": "Animate.exe", "mac": "Adobe Animate 2024.app" },
"x64": true
},
"aftereffects": {
"familyname": "AfterEffects",
"name": "After Effects",
"ids": [
"AEFT"
],
"version": {
"min": "20.0",
"max": "20.9"
},
"bin": {
"win": "Support Files/AfterFX.exe",
"mac": "Adobe After Effects 2024.app"
},
"ids": ["AEFT"],
"version": { "min": "20.0", "max": "20.9" },
"bin": { "win": "Support Files/AfterFX.exe", "mac": "Adobe After Effects 2024.app" },
"x64": true
},
"premiere": {
"familyname": "Premiere",
"name": "Premiere Pro",
"ids": [
"PPRO"
],
"version": {
"min": "17.0",
"max": "17.9"
},
"bin": {
"win": "Adobe Premiere Pro.exe",
"mac": "Adobe Premiere Pro 2024.app"
},
"ids": ["PPRO"],
"version": { "min": "17.0", "max": "17.9" },
"bin": { "win": "Adobe Premiere Pro.exe", "mac": "Adobe Premiere Pro 2024.app" },
"x64": true
},
"prelude": {
"familyname": "Prelude",
"name": "Prelude",
"ids": [
"PRLD"
],
"version": {
"min": "12.0",
"max": "12.9"
},
"bin": {
"win": "Prelude.exe",
"mac": "Adobe Prelude 2024.app"
},
"ids": ["PRLD"],
"version": { "min": "12.0", "max": "12.9" },
"bin": { "win": "Prelude.exe", "mac": "Adobe Prelude 2024.app" },
"x64": false
},
"dreamweaver": {
"familyname": "Dreamweaver",
"name": "Dreamweaver",
"ids": [
"DRWV"
],
"version": {
"min": "24.0",
"max": "24.9"
},
"bin": {
"win": "Dreamweaver.exe",
"mac": "Adobe Dreamweaver 2024.app"
},
"ids": ["DRWV"],
"version": { "min": "24.0", "max": "24.9" },
"bin": { "win": "Dreamweaver.exe", "mac": "Adobe Dreamweaver 2024.app" },
"x64": false
},
"incopy": {
"familyname": "InCopy",
"name": "InCopy",
"ids": [
"AICY"
],
"version": {
"min": "19.0",
"max": "19.9"
},
"bin": {
"win": "InCopy.exe",
"mac": "Adobe InCopy 2024.app"
},
"ids": ["AICY"],
"version": { "min": "19.0", "max": "19.9" },
"bin": { "win": "InCopy.exe", "mac": "Adobe InCopy 2024.app" },
"x64": true
}
},
Expand Down

0 comments on commit ebbc18c

Please sign in to comment.