Skip to content

Commit 7cb6300

Browse files
chore(release): 1.6.6 [skip ci]
## [1.6.6](1.6.5...1.6.6) (2025-10-24) ### Bug Fixes * allow printMethod to be a variable in pseudocode ([9d924a1](9d924a1)) * do not delete tab indicators when inserting from autocomplete menu ([fae168b](fae168b)) * GitHub actions ([#107](#107)) ([ac499f3](ac499f3))
1 parent 6a6cc34 commit 7cb6300

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

AutoUpdater.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.6.6.3</version>
4-
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.6-dev.3/pseudocode-ide.zip</url>
5-
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.6-dev.3/CHANGELOG.md</changelog>
3+
<version>1.6.6</version>
4+
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.6/pseudocode-ide.zip</url>
5+
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.6/CHANGELOG.md</changelog>
66
<mandatory>false</mandatory>
77
</item>

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.6.6](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.5...1.6.6) (2025-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* allow printMethod to be a variable in pseudocode ([9d924a1](https://github.com/PocketMiner82/pseudocode-ide/commit/9d924a17f2d33dd52dd26016690afead4f3baaaa))
7+
* do not delete tab indicators when inserting from autocomplete menu ([fae168b](https://github.com/PocketMiner82/pseudocode-ide/commit/fae168b63ef681324610d3d5b634a89d07a4b1fa))
8+
* GitHub actions ([#107](https://github.com/PocketMiner82/pseudocode-ide/issues/107)) ([ac499f3](https://github.com/PocketMiner82/pseudocode-ide/commit/ac499f361b5ebf64e990ba02e89e6813371741c8))
9+
110
## [1.6.6-dev.3](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.6-dev.2...1.6.6-dev.3) (2025-10-24)
211

312

pseudocodeIde/pseudocodeIde.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyTitle>pseudocode-ide</AssemblyTitle>
99
<Company>PocketMiner82</Company>
1010
<Product>pseudocode-ide</Product>
11-
<version>1.6.6.3</version>
11+
<version>1.6.6</version>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1414
</PropertyGroup>

pseudocodeIdeUpdater/pseudocodeIdeUpdater.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>pseudocodeIdeUpdater</Product>
88
<Copyright>Copyright © 2023</Copyright>
99
<OutputPath>..\bin\$(Configuration)\updater\</OutputPath>
10-
<version>1.6.6.3</version>
10+
<version>1.6.6</version>
1111
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

0 commit comments

Comments
 (0)