Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Jan 19, 2024
1 parent d154653 commit 36c4f53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Config/ProjectSettings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ if (!(Get-Variable -Name CheckConstantVariables -Scope Global -ErrorAction Ignor

# Recommended minimum PowerShell Core
# NOTE: 6.1.0 will not work, but 7.0.3 works, verify with PSUseCompatibleCmdlets
New-Variable -Name RequirePSVersion -Scope Global -Option Constant -Value ([version]::new(7, 4, 0))
New-Variable -Name RequirePSVersion -Scope Global -Option Constant -Value ([version]::new(7, 4, 1))
}
else
{
Expand Down Expand Up @@ -823,7 +823,7 @@ if (!(Get-Variable -Name CheckConstantVariables -Scope Global -ErrorAction Ignor
New-Variable -Name RequireNETVersion -Scope Global -Option Constant -Value ([version]::new(4, 5, 0))

# Recommended minimum VSCode version, do not decrement!
New-Variable -Name RequireVSCodeVersion -Scope Global -Option Constant -Value ([version]::new(1, 84, 2))
New-Variable -Name RequireVSCodeVersion -Scope Global -Option Constant -Value ([version]::new(1, 85, 2))

# Firewall logs folder
# NOTE: Set this value to $LogsFolder\Firewall to enable reading logs in VSCode with syntax highlighting
Expand Down
1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ The following version of `Windows Firewall Ruleset` are eligible for security re

| Version | Supported |
| ------- | ----------|
| 0.15.x | ✓ |
| 0.16.x | ✓ |

## The difference between privacy and security
Expand Down
1 change: 1 addition & 0 deletions Scripts/Deploy-Firewall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ if (Approve-Execute @ExecuteParams)
$AllScriptParams["Force"] = $AllCurrent
& "$Destination\Software\Calibre.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\FileZilla.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\Motrix.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\qBittorrent.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\Steam.ps1" @ScriptParams @AllScriptParams
& "$Destination\Software\TeamViewer.ps1" @ScriptParams @AllScriptParams
Expand Down
13 changes: 9 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Here is a list of changes for each of the releases.

- [Changelog](#changelog)
- [Table of Contents](#table-of-contents)
- [v0.16.1 (develop branch)](#v0161-develop-branch)
- [v0.16.0 (current release)](#v0160-current-release)
- [v0.16.2 (develop branch)](#v0162-develop-branch)
- [v0.16.1 (current release)](#v0161-current-release)
- [v0.16.0](#v0160)
- [v0.15.0](#v0150)
- [v0.14.0](#v0140)
- [v0.13.1](#v0131)
Expand All @@ -26,7 +27,11 @@ Here is a list of changes for each of the releases.
- [v0.3.0](#v030)
- [v0.2](#v02)

## v0.16.1 (develop branch)
## v0.16.2 (develop branch)

No changes

## v0.16.1 (current release)

- Rules

Expand Down Expand Up @@ -55,7 +60,7 @@ Here is a list of changes for each of the releases.
- `ProjectSettings.ps1` and `Test-VirusTotal` added variable and parameter to control false positives from VirusTotal scan
The default is 0, to not tolerate any detections, but you can specify higher number and treat them as false positives.

## v0.16.0 (current release)
## v0.16.0

- Rules

Expand Down

0 comments on commit 36c4f53

Please sign in to comment.