Skip to content

Commit

Permalink
cleanup and workflows update
Browse files Browse the repository at this point in the history
  • Loading branch information
BySuspect committed Aug 22, 2024
1 parent 96042e4 commit 549279a
Show file tree
Hide file tree
Showing 10 changed files with 320 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# These are supported funding model platforms

github: BySuspect
patreon: BySuspect
custom: ['https://www.buymeacoffee.com/BySuspect']
buy_me_a_coffee: BySuspect
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

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

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

**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: ''
labels: ''
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.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
labels:
- enhancement
groups:
actions:
patterns:
- "*"
- package-ecosystem: docker
directory: "/"
schedule:
interval: monthly
labels:
- enhancement
groups:
docker:
patterns:
- "*"
- package-ecosystem: nuget
directory: "/"
schedule:
interval: monthly
labels:
- enhancement
groups:
nuget:
patterns:
- "*"
46 changes: 46 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Generate and Commit Changelog

on:
push:
branches: ['main']
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.hbs'
workflow_dispatch:
repository_dispatch:
types: [build-complete]

permissions:
contents: write

jobs:
generate-and-commit-changelog:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install auto-changelog
run: npm install -g auto-changelog

- name: Generate Changelog
run: auto-changelog --unreleased --template .github/changelog.hbs --hide-credit --commit-limit false --ignore-commit-pattern '(\.md|\.yml)' --tag-pattern '(\v.|\V.)' --output CHANGELOG.md --backfill-limit false

- name: Commit and push changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add CHANGELOG.md
git commit -m "Update CHANGELOG.md"
git push
26 changes: 26 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
pull_request:

permissions:
contents: read

jobs:
build:
runs-on: [windows-latest]
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,5 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
.vscode/*
154 changes: 154 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [Unreleased](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.9...HEAD)

- Update FUNDING.yml [`#14`](https://github.com/BySuspect/AutoPixAiCreditClaimer/pull/14)
- update workflows [`3255ced`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/3255cedd39e29bc192a47b584fd5be2d5b3863d0)
- Update issue templates [`556148f`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/556148fc3d04ccd0cde0184bd3738b98bb8454e1)
- Update issue templates [`dff7b85`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/dff7b85425062de615712e2b90825b44c0a55ee0)

#### [V1.1.9](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.8...V1.1.9)

25 July 2024

- fixed issue browser size bug [`0c6d27b`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/0c6d27b394e864f4a3ca42d1a25fbefa203f8457)
- new version [`96042e4`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/96042e44d736825c3f53eabc3cf805845bb724f2)
- fixed issue #13 [`07e4b67`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/07e4b673e2e7b169d63641ef06394208afed7c33)

#### [V1.1.8](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.7...V1.1.8)

26 June 2024

- certificate changes [`7cea751`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/7cea751cbae8099c95c59b3a18e5859ec9f8c387)
- version fix [`1bcaf42`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/1bcaf42c9dd3c526455ef91e8f8375a9d397fed9)
- login page navigation fix [`b42962a`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/b42962ad29edccbfa46045e43c17c52de7974863)

#### [V1.1.7](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.6...V1.1.7)

29 March 2024

- format project with new style [`e61196a`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/e61196aeccb599a7a628410e29e0d26992d55592)
- profile navigation fix [`e47b747`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/e47b747ca3989494e7fbc92a769ccc6adff38cae)
- update versiyon [`e0c43e8`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/e0c43e84743cfd381a436cc8a62bcb56bc281da5)
- some times not claiming bug fix [`b09c076`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/b09c0764ef8e74cdaba15f04b4d9a224c38041b9)

#### [V1.1.6](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.5...V1.1.6)

29 February 2024

- better claimed checking added [`12326d5`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/12326d51aeab169085d1c6caa33d36d1dcf2227c)
- useless async removed [`46911eb`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/46911ebd101de67fe912f360158929db69cf15a1)
- Update readme [`9786b7c`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/9786b7c244ade2d0e3e81794b170cd7c35df447a)

#### [V1.1.5](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.4...V1.1.5)

14 February 2024

- version control fix [`23e92d3`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/23e92d3dd7db860677b37dc160f1a59cb466e649)
- claim fix [`911c07f`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/911c07ff8c2f752ff4791a79c89e63ea7bf8e69c)

#### [V1.1.4](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.3...V1.1.4)

12 February 2024

- new version control added [`b454703`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/b454703c35e2c0dc0e46efc0f08158f1d45e645a)
- added prevent start more than 1 progress on same time [`56f1fba`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/56f1fbadbb105ddc3c0e7a15ab7bcece8deb68b2)
- popup close bug fixed [`a471a00`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/a471a00761c08348b3c8006c558151779fd16629)
- some times credit not claiming bug fixed [`3b1cc80`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/3b1cc80bbd5909f6c3138b7a11101aaa3c591014)
- cmd window is disabled [`8eccede`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/8eccede7f64d953362ba2dbf4b349bbada92ba8d)

#### [V1.1.3](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.2...V1.1.3)

10 February 2024

- new popup bug and after claim bug fixed [`2d1fc39`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/2d1fc39c0ae2173b3ea27375af1daf760deac614)

#### [V1.1.2](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.1...V1.1.2)

13 January 2024

- claim problem fix [`036d6e0`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/036d6e002f6245fe7d36713d0bf306bf0049d2c3)
- navigation bug fix [`9f6086b`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/9f6086b562befedaa143967ccef6e2f347f61ecc)
- fix version [`03993fe`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/03993fe3eb304ef98431565d91464ae4ba8cf760)

#### [V1.1.1](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.1.0...V1.1.1)

21 September 2023

#### [V1.1.0](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.9...V1.1.0)

21 September 2023

- navigation bug fix [`a4815f6`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/a4815f646161d8d628f9bb1c723e146a7e149b51)

#### [V1.0.9](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.8...V1.0.9)

19 September 2023

- some bug fixes and news [`59f2953`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/59f2953473b73c7014dd32af44441800bc9c0495)

#### [V1.0.8](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.7...V1.0.8)

24 August 2023

- progress stuck on profile fixed #4 [`#4`](https://github.com/BySuspect/AutoPixAiCreditClaimer/issues/4)
- claim bug fixed [`f1ea541`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/f1ea541e7e0b533f7ac8db0bb1fccf230dd0904a)

#### [V1.0.7](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.6...V1.0.7)

20 August 2023

#### [V1.0.6](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.5...V1.0.6)

20 August 2023

- chrome version error fix v1.0.6 [`6516cab`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/6516cab300a6ee4ecbec21cdfbc074dee9c108ec)

#### [V1.0.5](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.4...V1.0.5)

6 August 2023

- credit claim bug fixed [`06210c8`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/06210c81b18897c1eb07070384163d169b97bf72)

#### [V1.0.4](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.3...V1.0.4)

3 August 2023

- bug fix 1.0.3 release [`ce7ae8b`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/ce7ae8ba12fa996d6a4253a79e13eaa9faa511ac)
- headless process fix [`dc5f6da`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/dc5f6da370cd67bcabe7fa407c2a9d0c11e11a95)

#### [V1.0.3](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.2...V1.0.3)

22 July 2023

- show browser settings and some comments added for code [`aa8da4e`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/aa8da4e284f5953b3934fe70175eb02a6f394cad)

#### [V1.0.2](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.1...V1.0.2)

20 July 2023

- all changes on V1.0.2 release [`dd3a7da`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/dd3a7da7adcafc47785913ce0d0e431c504c2436)

#### [V1.0.1](https://github.com/BySuspect/AutoPixAiCreditClaimer/compare/V1.0.0...V1.0.1)

3 July 2023

- bug fix V1.0.1 [`24ce98e`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/24ce98e4e10291b5375e32b1569e143799252d91)

#### V1.0.0

25 June 2023

- some fixes and first easy useable version [`592b0a2`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/592b0a2a57034067be88412712dd0ed276ba7c51)
- Add project files. [`6d73fd6`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/6d73fd67e6538cb52bd2304faf5dd0f25e0ac426)
- some fixes [`4981cd1`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/4981cd128261986962e6c49ee520b9ad1d928823)
- some fixes [`ae4cd2c`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/ae4cd2cec13c13ee3a5a88fc04214fda7354ad59)
- bug fix [`dd43bbd`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/dd43bbdb709051f8c58789f0dbbf5eb7111e7511)
- some fixes [`4ff132b`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/4ff132b0eeb9b8b91dbe5f49c040d442fd3f831c)
- code cleanup [`6364867`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/6364867e62ddadf226750ee132bdbbb87572b2fe)
- bug fix [`3d43da6`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/3d43da67d6818b0b3675255ea86ba2fb94d66308)
- bug fix [`ca5f239`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/ca5f2399c76e4a9386b70c5dcd0477c8a1908659)
- fix login [`ba1faae`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/ba1faae24432a27865edf14bf676e9f7c4e190a5)
- bug fix [`ac19993`](https://github.com/BySuspect/AutoPixAiCreditClaimer/commit/ac199932f45dbfa9afe2f6c42ce699ca1110f917)
Loading

0 comments on commit 549279a

Please sign in to comment.