Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breadthe committed Mar 3, 2023
1 parent f5dc84c commit b765b97
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
include:
- os: macos-latest
name: macos
# - os: ubuntu-latest
# name: linux
# - os: windows-latest
# name: windows
- os: ubuntu-latest
name: linux
- os: windows-latest
name: windows
# runs-on: ${{ matrix.platform }}
runs-on: ${{ matrix.os }}
env:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.2.0
### Features
* Tsunami warning indicator.
* Open event details on [earthquake.usgs.gov](https://earthquake.usgs.gov/).
* Windows & Linux builds (untested).

## 1.1.0
### Features
* Optional color-coded magnitude scale that can be toggled in Settings.

## 1.0.0
### Features
* Display the app version in Settings.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ Download the latest release for your platform [here](https://github.com/breadthe
- Desktop notifications for significant events (Mac only)
- Configurable notification threshold.
- Dark mode.
- Open location in geojson.io map.
- Open location in [geojson.io](geojson.io) map.
- Open event details on [earthquake.usgs.gov](https://earthquake.usgs.gov/).
- Optional color coding of events according to severity.
- Tsunami warning indicator.

## Stack

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

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

[](#known_issues)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seismic",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seismic"
version = "1.1.0"
version = "1.2.0"
description = "USGS earthquake tracker (unofficial)"
authors = ["breadthe"]
license = "MIT"
Expand Down

0 comments on commit b765b97

Please sign in to comment.