Skip to content

Commit

Permalink
feat: Added multi-user support and permission management
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Sep 16, 2024
1 parent fa5cada commit 7655e9f
Show file tree
Hide file tree
Showing 158 changed files with 4,915 additions and 2,738 deletions.
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

0 comments on commit 7655e9f

Please sign in to comment.