Skip to content

Commit

Permalink
chore(release): 1.3.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-dev.1](1.2.7...1.3.0-dev.1) (2024-04-09)

### Features

* add autocomplete menu using AutoCompleteMenu-ScintillaNET library ([38b2909](38b2909))
* add word highlighting on select + use Scintilla5.NET ([b9ec14c](b9ec14c))
* use ScintillaNET-FindReplaceDialog for find/replace ([efac5dc](efac5dc))
  • Loading branch information
semantic-release-bot committed Apr 9, 2024
1 parent 38b2909 commit 307542a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AutoUpdater.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.2.7</version>
<version>1.3.0</version>
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/latest/download/pseudocode-ide.zip</url>
<changelog>https://github.com/PocketMiner82/pseudocode-ide/releases</changelog>
<mandatory>false</mandatory>
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.3.0-dev.1](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.7...1.3.0-dev.1) (2024-04-09)


### Features

* add autocomplete menu using AutoCompleteMenu-ScintillaNET library ([38b2909](https://github.com/PocketMiner82/pseudocode-ide/commit/38b2909a09149cc3e8c79002ee15a796b6dc7699))
* add word highlighting on select + use Scintilla5.NET ([b9ec14c](https://github.com/PocketMiner82/pseudocode-ide/commit/b9ec14cb6f5ac1f5651b8cad25c3978bb70914f1))
* use ScintillaNET-FindReplaceDialog for find/replace ([efac5dc](https://github.com/PocketMiner82/pseudocode-ide/commit/efac5dc811e7188fe2b5f07438a552dbb3529e40))

## [1.2.7](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.6...1.2.7) (2024-04-03)


Expand Down
2 changes: 1 addition & 1 deletion pseudocodeIde/pseudocodeIde.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyTitle>pseudocode-ide</AssemblyTitle>
<Company>PocketMiner82</Company>
<Product>pseudocode-ide</Product>
<version>1.2.7</version>
<version>1.3.0</version>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion pseudocodeIdeUpdater/pseudocodeIdeUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Product>pseudocodeIdeUpdater</Product>
<Copyright>Copyright © 2023</Copyright>
<OutputPath>..\bin\$(Configuration)\updater\</OutputPath>
<version>1.2.7</version>
<version>1.3.0</version>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down

0 comments on commit 307542a

Please sign in to comment.