Skip to content

Commit b765b97

Browse files
committed
Bump to v1.2.0
1 parent f5dc84c commit b765b97

File tree

6 files changed

+20
-9
lines changed

6 files changed

+20
-9
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
include:
1717
- os: macos-latest
1818
name: macos
19-
# - os: ubuntu-latest
20-
# name: linux
21-
# - os: windows-latest
22-
# name: windows
19+
- os: ubuntu-latest
20+
name: linux
21+
- os: windows-latest
22+
name: windows
2323
# runs-on: ${{ matrix.platform }}
2424
runs-on: ${{ matrix.os }}
2525
env:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.2.0
4+
### Features
5+
* Tsunami warning indicator.
6+
* Open event details on [earthquake.usgs.gov](https://earthquake.usgs.gov/).
7+
* Windows & Linux builds (untested).
8+
9+
## 1.1.0
10+
### Features
11+
* Optional color-coded magnitude scale that can be toggled in Settings.
12+
313
## 1.0.0
414
### Features
515
* Display the app version in Settings.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Download the latest release for your platform [here](https://github.com/breadthe
2020
- Desktop notifications for significant events (Mac only)
2121
- Configurable notification threshold.
2222
- Dark mode.
23-
- Open location in geojson.io map.
23+
- Open location in [geojson.io](geojson.io) map.
24+
- Open event details on [earthquake.usgs.gov](https://earthquake.usgs.gov/).
2425
- Optional color coding of events according to severity.
26+
- Tsunami warning indicator.
2527

2628
## Stack
2729

@@ -53,7 +55,6 @@ cargo tauri build
5355
All the [features](#features) intended for v1.0 are complete. The following are potential embellishments that may or may not happen.
5456

5557
- [ ] Timestamp for last feed refresh.
56-
- [ ] Display more event parameters from the feed (such as tsunami warning).
5758

5859
[](#known_issues)
5960

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "seismic",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seismic"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "USGS earthquake tracker (unofficial)"
55
authors = ["breadthe"]
66
license = "MIT"

0 commit comments

Comments
 (0)