Merge branch 'master' into develop

This commit is contained in:
Sam Carlton 2020-12-01 16:16:50 -06:00
commit cd16e65305
6 changed files with 11 additions and 9 deletions

View file

@ -14,7 +14,7 @@ For a great example issue check out https://github.com/ThatGuySam/doesitarm/issu
**The official name of the app**
{What's the full official name of the app}
**Is there a supported build available on a public/release channel?**
**Is there a supported version available on a stable release channel?**
{Yes/No}
**Proposed App Status**

View file

@ -11,7 +11,7 @@ assignees: ''
**The official name of the app**
{What's the full official name of the app}
**Is there a supported build available on a public/release channel?**
**Is there a supported version available on a stable release channel?**
{Yes/No}
**Proposed New App Status**
@ -21,14 +21,14 @@ You can check the different statused here: https://github.com/ThatGuySam/doesita
**Related Issue Tracker Link or discussion**
{This can be an Issue from a public repo related to the app (Github, Bitbucket, Gitlab, etc...) or a public discussion forum of some kind. Basically, some kind of resources that can be checked for status changes.}
**An Official App Download Link**
**An Official App Download Page**
{This is so that when the App is ready for Apple SIlicon users can quickly download the app from an official site.}
**Additional context**
{Add any other context or screenshots about the app request here.}
**Screenshot with Activity Monitor(if self reporting)**
**Full Screenshot with the App and Activity Monitor(if self reporting) or [Silicon Info](https://github.com/billycastelli/Silicon-Info)**
{As screenshot with Activity Monitor open showing the App's architecture type}

View file

@ -14,6 +14,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar
* ✳️ Yes, works via Rosetta 2
* ⏹ No, not working at all but support is in development
* 🚫 No, not yet supported only works on Intel-based Macs
* 🔶 Unknown, more info needed
## The Apps
@ -184,6 +185,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar
* [CrossOver](https://www.codeweavers.com/) - ✳️ Runs via Rosetta 2 - [Official Blog](https://www.codeweavers.com/blog/jwhite/2020/11/10/its-great-to-live-in-interesting-times)
* [DEVONthink](https://www.devontechnologies.com/download/) - ✅ Yes, Full Native Apple Silicon Support as of v3.5.2 - [Release Notes](https://www.devontechnologies.com/blog/20200814-devonthink-352)
* [Dropbox](https://www.dropbox.com) - ✳️ Yes, works via Rosetta 2 as of v110.4.458 - [Forum Post](https://www.dropboxforum.com/t5/Dropbox-desktop-client-builds/Stable-Build-110-4-458/m-p/470973/highlight/true#M6110)
* [EasyConnect](https://lstratman.github.io/EasyConnect/) - 🔶 Unknown, more info needed - [Contribute](https://github.com/ThatGuySam/doesitarm/issues/219)
* [Elpass](https://elpass.app/) - ✅ Yes, full native Apple Silicon Support as of v1.1.10 - [Issue](https://github.com/ThatGuySam/doesitarm/issues/176)
* [Enpass](https://www.enpass.io/) - ✳️ Runs via Rosetta 2 - [Forum Discussion](https://discussion.enpass.io/index.php?/topic/24222-enpass-on-m1-mac-arm-silicon/&tab=comments#comment-56371)
* [Fantastical](https://flexibits.com/fantastical) - ✅ Yes, Full Native Apple Silicon Support - [Media Post](https://www.macrumors.com/2020/11/12/fantastical-update-for-macos-big-sur-apple-silicon/)
@ -258,7 +260,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar
* [QQ 体验版(MacCatalyst)](https://im.qq.com/macqq/) - ✳️ Runs via Rosetta 2
* [Signal](https://www.signal.org/) - ✳️ Yes, works via Rosetta 2 - [Source](https://github.com/ThatGuySam/doesitarm/issues/337)
* [Slack](https://slack.com/) - ✳️ Yes, works via Rosetta 2 with native support in beta. - [Official Tweet](https://twitter.com/SlackEng/status/1326237727667314688)
* [Telegram](https://desktop.telegram.org/) - ✳️ Yes, works via Rosetta 2 - [Source](https://github.com/ThatGuySam/doesitarm/issues/52#issuecomment-733205746)
* [Telegram](https://macos.telegram.org/) - ✅ Yes, Full Native Apple Silicon Support as of 7.2.4 - [GitHub issue](https://github.com/ThatGuySam/doesitarm/issues/52) [Changelog](https://macos.telegram.org/#v7-2-4-2020-11-29)
* [Welly BBS](https://wellybbs.com/) - ✅ Yes, Full Native Apple Silicon Support as of Version 2020.9 - [App Store](https://apps.apple.com/us/app/id1521402269)
* [Zoom](https://zoom.us/download) - ✳️ Yes, runs via Rosetta 2 - [Discussion](https://github.com/ThatGuySam/doesitarm/issues/134)

View file

@ -126,7 +126,7 @@
</a>
<client-only v-if="seenItems[app.slug] || hasStartedAnyQuery">
<!-- <client-only v-if="seenItems[app.slug] || hasStartedAnyQuery">
<div
class="search-item-options relative md:absolute md:inset-0 w-full pointer-events-none"
>
@ -152,7 +152,7 @@
</div>
</div>
</client-only>
</client-only> -->
</li>
</ul>
@ -173,7 +173,7 @@ import ListSummary from '~/components/list-summary.vue'
export default {
components: {
EmailSubscribe: () => process.client ? import('~/components/email-subscribe.vue') : null,
// EmailSubscribe: () => process.client ? import('~/components/email-subscribe.vue') : null,
ListSummary,
RelativeTime: () => process.client ? import('~/components/relative-time.vue') : null
},

View file

@ -181,7 +181,7 @@ export default {
},
{
'property': 'twitter:image',
'content': `${process.env.URL}/images/og-image.png`
'content': `${process.env.URL}/images/mark.png`
}
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]

BIN
static/images/mark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB