Skip to content

Commit 8b033e1

Browse files
1.4
lol
1 parent eee2f6e commit 8b033e1

File tree

9 files changed

+253
-162
lines changed

9 files changed

+253
-162
lines changed

.idea/evergreen.iml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jsLibraryMappings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/fastaveragecolor_min_js.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
<h3>Changelog v1.3.1</h3>
1+
<h3>Changelog v1.4</h3>
22
<h4>Features</h4>
33
<ul>
4-
<li>Hourly weather view changed from pagination to scrolling.</li>
5-
<li>Added some icons to the weather popup.</li>
6-
<li>Added extra current weather info such as the wind speed.</li>
7-
<li>Made text fields (google search & in settings) dark.</li>
8-
<li>Removed reliance on my web server for handling offline backgrounds.</li>
9-
</ul>
10-
<h4>Bug Fixes</h4>
11-
<ul>
12-
<li>Fixed issue where weather values weren't rounded properly.</li>
4+
<li>Settings changes now autosave.</li>
5+
<li>Default background tags changed to <code>nature,architecture</code>. If you have changed settings in the past,
6+
you might have to manually change the tags.
7+
</li>
8+
<li>Weather popup shows when weather info was last updated.</li>
9+
<li>Weather shows warning if info saved is more than 2 hours ago (likely offline).</li>
10+
<li>Weather advisories/warnings are now in a red font.</li>
1311
</ul>

evergreen.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,19 @@ a.popper:focus {
235235
.form-control, .form-control:focus {
236236
background: var(--secondary);
237237
color: #ccc;
238+
}
239+
240+
.dynamic-text {
241+
paint-order: stroke fill;
242+
}
243+
244+
.stroke {
245+
text-shadow: -1px -1px 0 #0008,
246+
0 -1px 0 #0008,
247+
1px -1px 0 #0008,
248+
1px 0 0 #0008,
249+
1px 1px 0 #0008,
250+
0 1px 0 #0008,
251+
-1px 1px 0 #0008,
252+
-1px 0 0 #0008;
238253
}

0 commit comments

Comments
 (0)