This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Stop clicking on an overlay from unfocusing the game#1
Merged
hibiyasleep merged 1 commit intohibiyasleep:masterfrom Nov 22, 2016
Merged
Stop clicking on an overlay from unfocusing the game#1hibiyasleep merged 1 commit intohibiyasleep:masterfrom
hibiyasleep merged 1 commit intohibiyasleep:masterfrom
Conversation
|
Please do |
Owner
Author
|
Thanks! |
quisquous
pushed a commit
to quisquous/OverlayPlugin
that referenced
this pull request
Sep 11, 2021
Update fork
quisquous
pushed a commit
to quisquous/OverlayPlugin
that referenced
this pull request
Oct 8, 2022
Add a GitHub Workflow for the release scenario. Currently works by running after a push to main (either by a direct commit or pull request) that affects one or more AssemblyInfo.cs files. This workflow will run the added Python script to validate that all of the versions are in sync, as well as ensure there is no conflicting tag. If both prerequisites are met, it will extract the version from AssemblyInfo and create both a tag and a release, uploading the .7z and .zip archives to the release. The release is currently set to be created as a pre-release and will need to be manually published, however that can be changed in the future. Closes hibiyasleep#1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(Original PR from RainbowMage/OverlayPlugin/PR#49)
Dear @TehDavester, I'm trying to mainternance this plugin instead of @RainbowMage, and creating release 0.3.3.10 with latest stable CEF and bugfixes/improvments/etc. Could you please allow me to merge this PR?