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

add changelog for major, minor and patch version #18

Merged
merged 1 commit into from
Sep 23, 2023
Merged
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
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Changelog

## [1.2.0] - 23-08-21

### Feature

- Online/Offline state of all devices on the home page is shown and automatically updated
- internal changes and enhancements for a better user experience


## [1.1.0] - 23-07-05

First feature update which provides easier mac and ip address typing in form fields and some small ui changes and additions

### Feature

- auto delimiters for mac and ip address in form fields
- discover devices subnet info
- device info in about screen


## [1.0.2] - 23-06-21

### Bugfix
- fix keyboard glitch

### Feature
- version info is shown in about screen


## [1.0.1] - 23-06-18

### Bugfix

- keyboard on Add Custom Page now behaves normally instead of disposing as soon as the user pressed on an input field
- wol packages are now additionally sent as broadcast magic packages


## [1.0.0] - 23-06-11

Initial Version of Simple Wake On Lan released! The attached binaries (`.aab` for Android and `.ipa` for iOS) are also the ones uploaded to the Google PlayStore and Apple AppStore respectively. The `.apk` file can be installed directly from here for Android devices.


### Feature

- Automatic device discovery
- Simple interface to send Wake On Lan packets
- Export and import user data as a `json` file

### Screenshots

| | |
|:----------------------------------------:|:-----------------------------------:|
| ![play_integrity](docs/screenshot-1.png) | ![dark_mode](docs/screenshot-2.png) |

| | |
|:----------------------------------:|:-------------------------------:|
| ![settings](docs/screenshot-3.png) | ![about](docs/screenshot-4.png) |