diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0c7a239 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.1 (25.12.2023) + +### Fixed + +- Usage `#!/usr/bin/env` instead of hardcoded path `bash/sh` +- Removed usage of odiapi as it returns product url which uses javascript +- Fixed when were returned multiple product urls \ No newline at end of file diff --git a/README.md b/README.md index 33b8ff8..0405aae 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License: GPL v2](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) ![Maintainer](https://img.shields.io/badge/maintainer-ldrahnik-blue) [![GitHub Release](https://img.shields.io/github/release/asus-linux-drivers/asus-bios-updates-notifier.svg?style=flat)](https://github.com/asus-linux-drivers/asus-bios-updates-notifier/releases) -[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-bios-updates-notifier/v1.0.0.svg)](https://GitHub.com/asus-linux-drivers/asus-bios-updates-notifier/commit/) +[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-bios-updates-notifier/v1.0.1.svg)](https://GitHub.com/asus-linux-drivers/asus-bios-updates-notifier/commit/) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20about-anything-1abc9c.svg)](https://github.com/asus-linux-drivers/asus-bios-updates-notifier/issues/new/choose) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fasus-linux-drivers%2Fasus-bios-updates-notifier&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) @@ -14,6 +14,10 @@ Included script checks whether is current version of ASUS laptop's BIOS up-to-da If you find this project useful, do not forget to give it a [![GitHub stars](https://img.shields.io/github/stars/asus-linux-drivers/asus-bios-updates-notifier.svg?style=social&label=Star&maxAge=2592000)](https://github.com/asus-linux-drivers/asus-bios-updates-notifier/stargazers) People already did! +## Changelog + +[CHANGELOG.md](CHANGELOG.md) + ## Features - Notifier is installed for current user and does not run under `$ sudo`