Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AnyShake Observer to v3.3.0 #10

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
mode: "COMMIT"
configurationJson: |
{
"template":"#{{CHANGELOG}}\n\nThis release note is automatically generated by GitHub Actions.\nPlease refer to [CHANGELOG.md](https://github.com/anyshake/observer/blob/master/CHANGELOG.md) for details.",
"template":"#{{CHANGELOG}}\n\nThis release note is automatically generated by GitHub Actions, please refer to [CHANGELOG.md](https://github.com/anyshake/observer/blob/master/CHANGELOG.md) for details.",
"categories":[
{
"title":"## Breaking Changes",
Expand Down
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

Starting from v2.2.5, all notable changes to this project will be documented in this file.

## v3.3.0

### New Features

- Added multi-user support and permission management.
- Added earthquake event source API of BMKG.
- Display AnyShake Explorer device serial number on home page.

### Bug Fixes

- Fix timezone issue on earthquake event source API of CEA.

### Chore

- Refined the module names in the log.
- Add more detailed description to API documentation.
- Replace table component with MUI in the frontend.
- Use year provided by Cloudflare to fill the timing of earthquake event source of CWA.

## v3.2.5

### New Features
Expand Down Expand Up @@ -42,7 +61,7 @@ Starting from v2.2.5, all notable changes to this project will be documented in

### Bug Fixes

- Fixed time offset in EQZT data source
- Fixed time offset in EQZT data source.
- Fixed Windows 7 compatibility issue.

## v3.2.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.2.5
v3.3.0
115 changes: 0 additions & 115 deletions api/v1/history/module.go

This file was deleted.

48 changes: 0 additions & 48 deletions api/v1/inventory/module.go

This file was deleted.

77 changes: 0 additions & 77 deletions api/v1/mseed/module.go

This file was deleted.

77 changes: 0 additions & 77 deletions api/v1/station/module.go

This file was deleted.

Loading
Loading