Skip to content

Commit

Permalink
Update application version to v0.22.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Lema committed Jul 17, 2024
1 parent a2673d1 commit 469f080
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions KhernetUpdater.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.21.0.1</version>
<url>https://github.com/lemalcs/Khernet/releases/download/v0.21.0.1/KhernetInstaller-0.21.0.1.exe</url>
<version>0.22.0.0</version>
<url>https://github.com/lemalcs/Khernet/releases/download/v0.22.0.0/KhernetInstaller-0.22.0.0.exe</url>
<args>/SP- /silent /noicons /NOCANCEL /dir="%path%"</args>
<changelog>https://github.com/lemalcs/Khernet/releases/latest</changelog>
<mandatory>true</mandatory>
Expand Down
14 changes: 9 additions & 5 deletions _docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Installation"
permalink: /docs/installation/
excerpt: "How to install Khernet."
last_modified_at: 2022-03-27
last_modified_at: 2024-07-16
redirect_from:
- /Khernet-installation/
toc: true
Expand All @@ -13,13 +13,15 @@ There are 2 modes of installation:
- **Installed mode:** uses a wizard where additional features are available.

Supported operating systems:
- Windows Vista SP2 (KB2533623)
- Windows Vista SP2 (KB2533623)**\***
- Windows 7
- Windows 8
- Windows 8.1
- Windows 10 (not RT)
- Windows 11

> \* For Windows Vista SP2 (KB2533623) use [Khernet 0.21.0.1](https://github.com/lemalcs/Khernet/releases/tag/v0.21.0.1) or earlier.
## Portable mode
This mode does not use a wizard based installer just copy the main executable to any location you want and start it.

Expand All @@ -29,10 +31,12 @@ Useful when you don't need the application to create things outside the folder w


### Prerequisites

- [.NET Framework 4.5.2](https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe) or later must exists on system beforehand. [Offline installer](https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe) is recommended to avoid compatibility issues.
- [.NET Framework 4.6.1](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net461-offline-installer) or later must be installed.
beforehand.
- 240 MB of available space.

> For [Khernet 0.21.0.1](https://github.com/lemalcs/Khernet/releases/tag/v0.21.0.1) and earlier, you need [.NET Framework 4.5.2](https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe) or later.
Starting with Khernet 0.21.0.0 at least 95 MB of free space is required.
{: .notice--info}

Expand All @@ -56,7 +60,7 @@ A wizard is used to install this application where the following features are av

### Prerequisites

- Administrative privileges **only** if [.NET Framework 4.5.2](https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe) or later is not installed.
- Administrative privileges **only** if [.NET Framework 4.6.1](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net461-offline-installer) or later is not installed.
- 241 MB of available space. Up to 1 GB of additional space is needed if .NET Framework is not installed.


Expand Down
4 changes: 2 additions & 2 deletions _docs/08-license.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: "License"
permalink: /docs/license/
excerpt: "License for Khernet."
last_modified_at: 2022-03-24
last_modified_at: 2024-07-16
---

MIT License

Copyright (c) 2022 Luis Lema
Copyright (c) 2024 Luis Lema

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ feature_row7:
<p>The secure standalone chat application made for LAN.</p>

<a class="btn btn--info"
href="https://github.com/lemalcs/Khernet/releases/download/v0.21.0.1/KhernetInstaller-0.21.0.1.exe">
href="https://github.com/lemalcs/Khernet/releases/download/v0.22.0.0/KhernetInstaller-0.22.0.0.exe">
Download for Windows
</a>
<br/>
<br/>
<a href="https://github.com/lemalcs/Khernet/releases/download/v0.21.0.1/Khernet.exe" class="btn">Get portable application</a>
<a href="https://github.com/lemalcs/Khernet/releases/download/v0.22.0.0/Khernet.exe" class="btn">Get portable application</a>
</div>


Expand Down

0 comments on commit 469f080

Please sign in to comment.