Skip to content

Commit

Permalink
0.1.0 (#137)
Browse files Browse the repository at this point in the history
See the CHANGELOG.md for an overview of the changes.
  • Loading branch information
klept0 authored Jul 30, 2024
2 parents e63407e + cb9e5b6 commit 4c0b570
Show file tree
Hide file tree
Showing 28 changed files with 2,809 additions and 1,846 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These are supported funding model platforms

github: [klept0]
github: [ klept0, cal4 ]
ko_fi: its_klept0
18 changes: 16 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ body:
This bug wasn't already reported.
(I have checked every bug report on GitHub)
required: true
- label: |
My code's up-to-date, i.e. I've ran `git pull`.
required: true
- label: |
I've tried the develop branch, `git checkout develop`
required: true
- label: |
I've cleared the sessions folder.
required: true
- label: |
I've tried running with the --visible flag to see what's causing the error.
required: true
- label: |
This bug wasn't already reported.
(I have checked every bug report on GitHub)
required: true
- type: checkboxes
id: title
attributes:
Expand All @@ -25,7 +41,6 @@ body:
id: branch
attributes:
label: Branch
description: Which branch?
options:
- master
- develop
Expand All @@ -36,7 +51,6 @@ body:
id: commit
attributes:
label: Commit
description: Which commit?
placeholder: 5fd7d6c (get using `git rev-parse --short HEAD`)
validations:
required: true
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,6 @@ sessions
logs
runbot.bat
.DS_Store
/google_trends.dat
/google_trends.dir
/google_trends.bak
21 changes: 21 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .idea/runConfigurations/main.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .idea/runConfigurations/main_headless.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c0b570

Please sign in to comment.