Skip to content

Commit

Permalink
Merge pull request #293 from DorielRivalet/release
Browse files Browse the repository at this point in the history
Release v0.36.1
  • Loading branch information
DorielRivalet authored Feb 13, 2024
2 parents a7e6c9d + 9d1c7f9 commit 5359d87
Show file tree
Hide file tree
Showing 48 changed files with 3,105 additions and 3,155 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automate-git-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
working-directory: ./scripts

- name: Create git_anonymized.txt artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: git-text-file-anonymized
path: ./scripts/input/git_anonymized.txt
Expand All @@ -106,7 +106,7 @@ jobs:
# TODO: Remove?
- name: Cache Ruby gems
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./scripts/dependencies/vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('Gemfile.lock') }}
Expand All @@ -126,14 +126,14 @@ jobs:
run: rm ./scripts/input/git_anonymized.txt

- name: Generate image artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: generated-git-stats-images
path: ./scripts/output
retention-days: 1

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: 'chore(bot): update git statistics images'
title: 'Update git statistics images'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ jobs:
runs-on: windows-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu' # Alternative distribution options are available.
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Cache SonarCloud packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~\sonar\cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache SonarCloud scanner
id: cache-sonar-scanner
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .\.sonar\scanner
key: ${{ runner.os }}-sonar-scanner
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
debug: true
languages: ${{ matrix.language }}
Expand All @@ -57,7 +57,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -73,6 +73,6 @@ jobs:
# run: dotnet build /p:UseSharedCompilation=false

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: '14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 30
Expand Down
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@


## [0.36.1](https://github.com/DorielRivalet/MHFZ_Overlay/compare/v0.35.0...v0.36.1) (2024-02-13)


### Features

* add more achievements ([857ef2c](https://github.com/DorielRivalet/MHFZ_Overlay/commit/857ef2c05a2974e0bebf40a6710ff1d1731ac7db))
* **bingo:** update values ([45471d9](https://github.com/DorielRivalet/MHFZ_Overlay/commit/45471d969fd09986944a9e017fdc220650c5890f))
* migrate to velopack ([43015e5](https://github.com/DorielRivalet/MHFZ_Overlay/commit/43015e5a43c99d2d17de19da4806b15cdf96931b))
* update wpfui ([cebdc79](https://github.com/DorielRivalet/MHFZ_Overlay/commit/cebdc79f275d7d711e70c9b57a77221107a1d1e2))


### Bug Fixes

* detect TA in Duremudira quests ([0f56065](https://github.com/DorielRivalet/MHFZ_Overlay/commit/0f56065ae8caf637f8267290baecbfd34a47b55f))
* horizontal scrollbars ([989532b](https://github.com/DorielRivalet/MHFZ_Overlay/commit/989532b133b250df4454dd316805d4b636c5d36a))
* initialization ([d36eb2f](https://github.com/DorielRivalet/MHFZ_Overlay/commit/d36eb2f2870d712892792c242bf5e8b9231c84f0))
* run buffs ([056730c](https://github.com/DorielRivalet/MHFZ_Overlay/commit/056730c59ad2f88dcb112f911eda2f6184dbb67a))


### For Developers

* add run buffs requirements ([18537db](https://github.com/DorielRivalet/MHFZ_Overlay/commit/18537dbc8b14d5150259e368eaf938b944ef840e))
* bump version ([e53dc3d](https://github.com/DorielRivalet/MHFZ_Overlay/commit/e53dc3db2718335d28dc806bc6d5439a865c5860))
* **deps-dev:** bump @commitlint/cli from 17.7.1 to 18.6.0 ([9c84ba9](https://github.com/DorielRivalet/MHFZ_Overlay/commit/9c84ba96e5e1e32310997b9e4ec3a90a344b2481))
* **deps-dev:** bump @commitlint/cli from 18.6.0 to 18.6.1 ([5cc68d9](https://github.com/DorielRivalet/MHFZ_Overlay/commit/5cc68d92125749ae94b93626384b1c93095a6547))
* **deps-dev:** bump @commitlint/config-conventional ([5e7bfcf](https://github.com/DorielRivalet/MHFZ_Overlay/commit/5e7bfcfec0f0b118eb6dcf2b0ee3b86933abf04b))
* **deps-dev:** bump husky from 8.0.3 to 9.0.10 ([7645675](https://github.com/DorielRivalet/MHFZ_Overlay/commit/7645675f041234dffee32b670fb517c5f65deeb5))
* **deps:** bump @release-it/conventional-changelog from 7.0.1 to 7.0.2 ([896f8ca](https://github.com/DorielRivalet/MHFZ_Overlay/commit/896f8ca3659a5b850c9ffc290b71f81ca1ea546c))
* **deps:** bump actions/cache from 3 to 4 ([9f4259a](https://github.com/DorielRivalet/MHFZ_Overlay/commit/9f4259a1c6608c435844e8d89e557628bae6ba25))
* **deps:** bump actions/setup-dotnet from 3 to 4 ([1f9a673](https://github.com/DorielRivalet/MHFZ_Overlay/commit/1f9a67346b33c60ad8308377a55d9d0e8cd0a493))
* **deps:** bump actions/setup-java from 3 to 4 ([c053ed3](https://github.com/DorielRivalet/MHFZ_Overlay/commit/c053ed3345f9a2ae9f42d55b875094a87d95c0ad))
* **deps:** bump actions/stale from 8 to 9 ([5986bef](https://github.com/DorielRivalet/MHFZ_Overlay/commit/5986bef8053bbae73f4f4451075e00bcc483fad8))
* **deps:** bump actions/upload-artifact from 3 to 4 ([4b5ae72](https://github.com/DorielRivalet/MHFZ_Overlay/commit/4b5ae72318942f4a49c843070ac9bcf6c18ea43d))
* **deps:** bump dessant/lock-threads from 4 to 5 ([ff1288a](https://github.com/DorielRivalet/MHFZ_Overlay/commit/ff1288a5f3c8faf9361c1a42b827afde9c3cd266))
* **deps:** bump github/codeql-action from 2 to 3 ([085b2c2](https://github.com/DorielRivalet/MHFZ_Overlay/commit/085b2c24d1b89cb6131a17695eae8082f12495ae))
* **deps:** bump peter-evans/create-pull-request from 5 to 6 ([ea33b65](https://github.com/DorielRivalet/MHFZ_Overlay/commit/ea33b652324b105ce70731c01af69e8c98048533))
* **deps:** bump release-it and @release-it/conventional-changelog ([9b409f2](https://github.com/DorielRivalet/MHFZ_Overlay/commit/9b409f2f20ae6d966c790c6d45d8533c1d1cee3c))
* **deps:** bump release-it from 16.1.5 to 16.3.0 ([d3d81cc](https://github.com/DorielRivalet/MHFZ_Overlay/commit/d3d81ccb2a856314f2466164ed13dc6ce8e6ae24))

## [0.35.0](https://github.com/DorielRivalet/MHFZ_Overlay/compare/v0.34.0...v0.35.0) (2024-02-09)


Expand Down
4 changes: 4 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ When you set the overlay mode to Speedrun, the run buffs value or tag will be di
|Freestyle Secret Tech|FST|2039|FDP + Secret Technique|
|Freestyle Course Attack Boost|FCA|4095|FST + Course Attack Boost + Halk Pot Effect|

On quests where you cannot use diva skills but you use active feature, it counts as TA, making it a requirement.

Bento is currently required in all runs.

## How to Record Videos with the Overlay?

1. [Download OBS](https://obsproject.com/)
Expand Down
2 changes: 1 addition & 1 deletion MHFZ_Overlay/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
https://stackoverflow.com/questions/3425720/xaml-the-property-resources-is-set-more-than-once#3425956
-->
<ResourceDictionary.MergedDictionaries>
<ui:ThemesDictionary ApplicationTheme="Dark" />
<ui:ThemesDictionary Theme="Dark" />
<ui:ControlsDictionary />
<ResourceDictionary Source="./Assets/Themes/CatppuccinMocha.xaml" />
<!--<materialDesign:CustomColorTheme BaseTheme="Dark" PrimaryColor="#a6e3a1" SecondaryColor="#b4befe" />-->
Expand Down
Loading

0 comments on commit 5359d87

Please sign in to comment.