Skip to content

Commit

Permalink
chore: Merge branch dev to main (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
PocketMiner82 authored Apr 3, 2024
2 parents 3970297 + 93a36be commit 4218964
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 10 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Your bug report"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FR] Your feature request"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Description
Quickly describe what you are solving and how.


### Related Issues
Fixes #\<issue\>

### Checklist
- [ ] I filled out the body of this PR and removed the placeholder texts.
- [ ] I used commit messages or named the title of this PR according to the [angular commit message format](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format).

<!-- You can erase any parts of this template not applicable to your Pull Request. Please do not edit the checklist except ticking/unticking. -->
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.6</version>
<version>1.2.7</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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.7-dev.1](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.6...1.2.7-dev.1) (2024-04-03)


### Bug Fixes

* Add issue templates ([#20](https://github.com/PocketMiner82/pseudocode-ide/issues/20)) ([04f1472](https://github.com/PocketMiner82/pseudocode-ide/commit/04f14722d7f633cae67999eeb3c2dd5edddb6a0e))

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

## [1.2.6-dev.3](https://github.com/PocketMiner82/pseudocode-ide/compare/1.2.6-dev.2...1.2.6-dev.3) (2024-04-03)
Expand Down
12 changes: 6 additions & 6 deletions 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.6</version>
<version>1.2.7</version>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
Expand Down Expand Up @@ -41,17 +41,17 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version="4.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="8.0.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="WindowsAPICodePack-Core" Version="1.1.2" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions 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.6</version>
<version>1.2.7</version>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand All @@ -23,8 +23,8 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autoupdater.NET.Official" Version="1.8.4" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1823.32" />
<PackageReference Include="Autoupdater.NET.Official" Version="1.8.5" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2277.86" />
</ItemGroup>
<ItemGroup>
<Reference Include="PresentationFramework" />
Expand Down

0 comments on commit 4218964

Please sign in to comment.