diff --git a/CHANGELOG.md b/CHANGELOG.md index e315680..4ae6c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.2.0] - 2021-10-24 +### Added +- [Termux Config](home/.termux/termux.properties) + ## [1.1.3] - 2021-10-20 ### Added - Link to contact informations. diff --git a/README.md b/README.md index b113832..dbdd9e3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Repository with my dotfiles. * [Bash](http://www.gnu.org/software/bash/) - [ .bashrc](home/.bashrc) +* [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties) * [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc) ## Downloading diff --git a/VERSION b/VERSION index 781dcb0..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.3 +1.2.0 diff --git a/home/.termux/termux.properties b/home/.termux/termux.properties new file mode 100644 index 0000000..a3a255e --- /dev/null +++ b/home/.termux/termux.properties @@ -0,0 +1,3 @@ +extra-keys-style = none +use-black-ui = true +bell-character = ignore