Skip to content

Commit

Permalink
Bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Dec 25, 2023
1 parent fb40e0e commit da0da77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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`
Expand Down

0 comments on commit da0da77

Please sign in to comment.