# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.5.0] - 2025-09-08
### Added
* Add IT8759E chip support

### Changed 
* Deprecated install modules-load and modprobe config

## [1.4.2] - 2024-11-08
### Fixed
* Remove softdep and use atomic delay 

## [1.4.1+u2] - 2023-08-16
### Changed
* To update vesion file '1.4.1+u2' from '1.4.1u2' for resolve Debian versions comparation issue.

## [1.4.1u2] - 2023-08-15
### Changed
* To follow the rule of Debian compare versions alphabetic sorting.
  The vesion is updated to '1.4.1u2' from '1.4.1-2'

## [1.4.1-2] - 2023-08-04
### Added
* Add uninstall target to remove installed files in Makefile

### Changed
* Remove unnecessary depmod when clean function in Makefile
* Change the absolute path /usr/sbin/depmod to /sbin/depmod in Makefile
  for solving the symlink path is not created issue
* Rename license file COPYING-GPLV2.TXT to COPYING

## [1.4.1-1] - 2023-05-16
### Added
* This CHANGELOG file
* Add version file
* Add COPYING-GPLV2.TXT licence file

### Changed
* Refactor Makefile to general template
