WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fc4babb

Browse files
committed
⚡ terra informatica link
1 parent a5c9083 commit fc4babb

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "temps-lite"
3-
version = "2.2.2"
3+
version = "2.3.2"
44
authors = ["GirkovArpa <[email protected]>"]
55
edition = "2018"
66

@@ -20,7 +20,7 @@ OriginalFilename = "temps-lite.exe"
2020
LegalCopyright = "Copyright © GirkovArpa 2021"
2121
FileDescription = "temps-lite: A smart, good-looking little weather app"
2222
ProductName = "temps-lite"
23-
ProductVersion = "2.2.2"
23+
ProductVersion = "2.3.2"
2424

2525
[profile.release]
2626
opt-level = "z" # Optimize for size.

app/copyright-notice.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#copyright {
22
color: #999;
33
font-size: 10dip;
4-
height: 10dip;
4+
height: 25dip;
55
margin-top: 13dip;
66
}
77

88
#sciter-logo {
99
vertical-align: bottom;
10-
}
10+
}

app/copyright-notice.tis

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ $(#sciter-link) << event click {
22
const href = this.attributes["href"];
33
Sciter.launch(href);
44
return true;
5-
}
5+
}
6+
7+
$(#terra-informatica-link) << event click {
8+
const href = this.attributes["href"];
9+
Sciter.launch(href);
10+
return true;
11+
}

app/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
href="https://sciter.com">Sciter Engine</a>,
142142
</div>
143143
<div .copyright-row>
144-
© Terra Informatica Software, Inc.
144+
© <a #terra-informatica-link href="https://terrainformatica.com/">Terra Informatica Software, Inc.</a>
145145
</div>
146146
</div>
147147
</div>

app/storage.tis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const initDatabase = function(storage) {
22
storage.root = {
3-
VERSION: "2.2.2",
3+
VERSION: "2.3.2",
44
LOCATION: "New York",
55
UNITS: "imperial",
66
TIME_FORMAT: "12h",

0 commit comments

Comments
 (0)