Skip to content

Commit 001dd71

Browse files
author
OutsourcedGuru
committed
v1.0.2 Included gitfiles.css
1 parent a94e63c commit 001dd71

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ dist
77
*.egg*
88
.DS_Store
99
*.zip
10-
gitfiles.css

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you use this plugin and you also use OctoPrint's interface to upload files, y
2727

2828
|Description|Version|Author|Last Update|
2929
|:---|:---|:---|:---|
30-
|OctoPrint-GitFiles|v1.0.1|OutsourcedGuru|September 20, 2018|
30+
|OctoPrint-GitFiles|v1.0.2|OutsourcedGuru|September 20, 2018|
3131

3232
|Donate||Cryptocurrency|
3333
|:-----:|---|:--------:|
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.gitfiles-trigger {
2+
width: 28px;
3+
height: 36px;
4+
float: right;
5+
font-size: 1.5em;
6+
color: black;
7+
margin-top: 7px;
8+
margin-right: 0px;
9+
padding-right: 0px;
10+
}
11+
.gitfiles-trigger > a > i {
12+
color: black;
13+
}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "GitFiles"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "1.0.1"
17+
plugin_version = "1.0.2"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module

0 commit comments

Comments
 (0)