Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep only the main branch #183

Merged
merged 14 commits into from
Sep 8, 2024
Merged

Keep only the main branch #183

merged 14 commits into from
Sep 8, 2024

Conversation

LeDragoX
Copy link
Owner

@LeDragoX LeDragoX commented Sep 8, 2024

There were some small changes and fixes in this branch, but the point is: I don't want to maintain 2 branches, it was hard to merge the PRs at the start because there were a lot of mistakes and multiple commits (without using squash) which led to a poor commit history, a full rebase may be necessary, but it's too much to do it now, so I'll be careful when doing other commits and rebase and squash when necessary, I only noticed this after contributing to another open-source project (shadPS4).
They helped me understand how git should work, and how to separate each commit in a better way, so I'll put an end to the develop branch and other changes will come as a commit or PR from another feature/refactor branch.

Changes from Commits on May 28, 2024 and on

@LeDragoX LeDragoX merged commit 3936b09 into main Sep 8, 2024
3 checks passed
@LeDragoX LeDragoX deleted the develop branch September 8, 2024 19:55
LeDragoX added a commit that referenced this pull request Sep 8, 2024
* Change resolution check to use the primary monitor's working area. (#168)

Fixes oversized windows on multiple monitor setups when using dpi scaling.

* Use Pascal Casing inside Get-CurrentResolution.psm1
- Remove unused variable $bounds

* Fix ArchWSL cert install
- No manual steps required

* Fix GPG signing key when a key already exists for git config

* Stop logging before using the GPG/SSH setup

* Fix Java EclipseAdoptium JDK installation

* Remove Outlook app

* fix: revert Stand by time when plugged in to 30 minutes

* docs: Add section to import all modules in the terminal

* refactor: Remove unneeded Windows Optional Features (#180)
- NET Framework 3.5
- NET Framework 4.x + ASPNET 4.x

* docs: Prepare to use main branch only
- Set the Architecture as a requirement

---------

Co-authored-by: Haxy <[email protected]>
LeDragoX added a commit that referenced this pull request Sep 8, 2024
* Change resolution check to use the primary monitor's working area. (#168)

Fixes oversized windows on multiple monitor setups when using dpi scaling.

* Use Pascal Casing inside Get-CurrentResolution.psm1
- Remove unused variable $bounds

* Fix ArchWSL cert install
- No manual steps required

* Fix GPG signing key when a key already exists for git config

* Stop logging before using the GPG/SSH setup

* Fix Java EclipseAdoptium JDK installation

* Remove Outlook app

* fix: revert Stand by time when plugged in to 30 minutes

* docs: Add section to import all modules in the terminal

* refactor: Remove unneeded Windows Optional Features (#180)
- NET Framework 3.5
- NET Framework 4.x + ASPNET 4.x

* docs: Prepare to use main branch only
- Set the Architecture as a requirement

---------

Co-authored-by: Haxy <[email protected]>
LeDragoX added a commit that referenced this pull request Sep 9, 2024
* Fix ArchWSL cert install
- No manual steps required

* Fix GPG signing key when a key already exists for git config

* Stop logging before using the GPG/SSH setup

* Fix Java EclipseAdoptium JDK installation

* Remove Outlook app

* fix: revert Stand by time when plugged in to 30 minutes

* docs: Add section to import all modules in the terminal

* refactor: Remove unneeded Windows Optional Features (#180)
- NET Framework 3.5
- NET Framework 4.x + ASPNET 4.x

* docs: Prepare to use main branch only
- Set the Architecture as a requirement

---------

Co-authored-by: Haxy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why "Apply Tweaks" installs NET Framework 3.5 and ASP.NET 4.8 ????
2 participants