Skip to content

Commit

Permalink
- remove pricing page
Browse files Browse the repository at this point in the history
- update new feature list for preview
  • Loading branch information
VShawn committed Aug 14, 2023
1 parent aae2ff7 commit dc453c5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
31 changes: 24 additions & 7 deletions source/docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ Latest Version: 0.7.2.8
- [Windows10 17763 and above](https://support.lenovo.com/us/en/solutions/ht502786)
- [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime)

!!! note
You can clone and build with `ReleaseNet48` if you are likely to run this app on Windows 7.
!!! warning
Windows7, Windows8, Windows Server 2008 and Windows Server 2012 are not supported to run this app.

## Installation

!!! note
- The exe version of {{appname}} on GitHub is **completely free** for personal use.
- For Microsoft Store build, you may need to pay for a lifetime license.
- ~~For Microsoft Store build, you may need to pay for a lifetime license.~~ (As our previous income is now able to cover the recent maintenance costs(server\domain name\ etc.), this app will resume free downloads now)

| | {{appname}} <br/> Preview build | Old PRemoteM <br/> Stable EXE build | Old PRemoteM <br/> Microsoft Store build |
| :------------- | :----------------------------------------------------------------------------: | :--------------------------------------------------------: | :-----------------------------------------------------------------------: |
| Auto update || ⛔ <br/> You have to update it manually | ✅ <br/> You can update it from store or WinGet |
| Other features | ✅ + 💥New Features |||
| Price | Free | Free | About 💲1.99 (For store maintaining) |
| Auto update | | ⛔ <br/> You have to update it manually | ✅ <br/> You can update it from store or WinGet |
| Other features | ✅ + 💥New Features | | |
| Price | Free | Free | ~~💲1.99~~ Free <br/> |
| Download | [From GitHub Nightly](https://github.com/1Remote/1Remote/releases/tag/Nightly) | [From GitHub](https://github.com/1Remote/1Remote/releases) | [Microsoft Store](https://www.microsoft.com/store/productId/9PNMNF92JNFP) |
| Installer | `choco install 1remote` | `choco install premotem` | `winget install premotem` |
| Installer | `choco install 1remote` | `choco install premotem` | `winget install premotem` |

<!-- - Using [Winget](https://github.com/microsoft/winget-cli): `winget install premotem`
- [Chocolatey](https://chocolatey.org/packages/premotem): `choco install premotem` -->
Expand All @@ -39,5 +39,22 @@ Latest Version: 0.7.2.8
- [x] Multi-Address for RDP\VNC\SHH... (e.g. 192.168.0.100 for LAN, and xxx.xx.xxx.xx for WAN)
- [x] [Auto switching between multi-addresses (you don't have to select the address manually)](https://1remote.github.io/usage/alternative-credential/#auto-switching-address)
- [x] [Servers sharing within team (e.g. share servers with your colleagues)](https://1remote.github.io/usage/team/team-sharing/)
- [x] [Quick connect from launcher](https://1remote.org/usage/launcher/quick-connect/)
- [x] [allow creating desktop shortcut for connections](https://1remote.org/usage/misc/desktop-shortcut-for-connection/#individual-servers)
- [ ] Windows Hello verification before sensitive operations


## Make 1Remote Stronger

If you like **1Remote**, help us make it stronger by doing any of the following:

1. Simply star the repository
2. [Help translation](https://1remote.github.io/usage/misc/help-translation/)
3. [Join DEV](DEVELOP.md)
4. [Buy a coffee](https://ko-fi.com/VShawn)

<p align="center" class="class-zh-cn" style="display: none">
<img src="https://raw.githubusercontent.com/1Remote/PRemoteM/Doc/DocPic/others/donate.jpg"/>
</p>

{% include 'footer.md' %}
8 changes: 8 additions & 0 deletions source/docs/extra/js/hide-something.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@
// $(".md-header .md-select").show();
// }
// });


let browserLang = navigator.language ? navigator.language : navigator.browserLanguage;
var lang = lang.toLowerCase();
if (lang.substr(0, 2) === "zh") {
// 显示所有 class = "class-zh-cn" 的元素
$(".class-zh-cn").show();
}
2 changes: 1 addition & 1 deletion source/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ nav:
- Creating Desktop shortcut for connections: usage/misc/desktop-shortcut-for-connection.md
- Help translation: usage/misc/help-translation.md
# - Customized: usage/misc/customized.md
- Pricing: pricing.md
# - Pricing: pricing.md
- Download: download.md
- Privacy Policy: privacy-policy.md
- About: about.md

0 comments on commit dc453c5

Please sign in to comment.