Skip to content

Commit

Permalink
release: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobii-arks committed Apr 14, 2023
1 parent d1a7a37 commit d3b5476
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# CHANGELOG

---

<!--
## v1.x.x
### General
### Miscellaneous
-->

## v1.0.3

### General

- Redo frontend styling to use custom components instead of DaisyUI.
- New frontend allows for more customization via [Misskey Theme](https://misskey-hub.net/en/docs/features/theme.html).
- Currently does not save theme settings (alongside other settings). This will be implemented in a future release.

### Miscellaneous

- Create changelog for app. (hi!)
- Added debug buttons to settings page.

## v1.0.2

### General

- Added settings modal, move settings to it.

### Miscellaneous

- Refactor file listener handler.

## v1.0.1

### General

- Add window shadow.

## v1.0.0

### General

- Initial release.
- Branch off of https://github.com/jojobii-arks/ngs-log-observer.

![image](https://user-images.githubusercontent.com/78003700/231263926-41d34101-983b-406c-821b-93a6bd46cc86.png)
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nt-ngs-log-observer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Action Log observer for PSO2:NGS",
"author": "jojobii-arks",
"private": true,
Expand Down

0 comments on commit d3b5476

Please sign in to comment.