-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init * ff * ff * ff * okok * f * yep * ff * ff * ff * ff * fix for init * Update settings.json * fix rust-ana * ff * add utils * Update com.wiiznokes.fan-control.json * ff * fix icons * remove rust-version * fix seg fault * use utils on windows * run cargo update * Revert "run cargo update" This reverts commit 6ef4f9d. * .github issue * affine module * Update graph.rs * fmt * typo * ff * ii * restore back the linux drop iml * Update rules.txt * Update ci.yml * final fix for flatpak * change APP_ID * add info for udev rules * Update udev_rules.md * remove json source file * add release field * prepare release * Update README.md * Update README.md * Update README.md * Update README.md * Update metainfo.xml
- Loading branch information
Showing
53 changed files
with
544 additions
and
429 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
name: Blank Issue (do not use this for bug reports or feature requests) | ||
about: Create an issue with a blank template. | ||
--- |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a correctness issue or violated expectation | ||
labels: bug | ||
--- | ||
|
||
#### Bug Description: | ||
|
||
#### Expected Result: | ||
|
||
#### Steps to Reproduce: | ||
|
||
#### Possible Solutions: | ||
|
||
#### Possible Additional Information: | ||
|
||
#### Operating system | ||
|
||
#### fan-control version | ||
|
||
#### Logs, Panic Messages, Stack Traces: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Feature Request | ||
about: Request a feature | ||
labels: enhancement | ||
--- | ||
|
||
#### Use Case: | ||
|
||
#### Proposed Change: | ||
|
||
#### Who Benefits From The Change(s)?: | ||
|
||
#### Alternative Approaches: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
{ | ||
"rust-analyzer.showUnlinkedFileNotification": false, | ||
"rust-analyzer.cargo.features": "all" | ||
} | ||
"rust-analyzer.cargo.features": "all", | ||
"rust-analyzer.server.extraEnv": { | ||
"CARGO_TARGET_DIR": "target/analyzer" | ||
}, | ||
"rust-analyzer.linkedProjects": [ | ||
"Cargo.toml", | ||
], | ||
"rust-analyzer.files.excludeDirs": [ | ||
".flatpak-builder", | ||
"flatpak-out", | ||
"packages" | ||
] | ||
} |
This file contains 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
Oops, something went wrong.