Skip to content

Commit

Permalink
chore(release): prepare for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bresilla committed Feb 7, 2024
1 parent 2cb94c6 commit 5ef4d0e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
42 changes: 22 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
## 0.1.0 - 2020-02-02

### Added
- Initial commit with source files
- Contributors' name [AUTHORS.md]
- Chronological changes [CHANGELOG.md]
- Readme file with documentation [README.md]
- Licence file [LICENCE.md]
- Contributing guide [CONTRIBUTING.md]

[AUTHORS.md]: AUTHORS.md
[CHANGELOG.md]: CHANGELOG.md
[CONTRIBUTING.md]: CONTRIBUTING.md
[LICENCE.md]: LICENCE.md
[README.md]: README.md
[Keep a Changelog]: http://keepachangelog.com
[Semantic Versioning]: http://semver.org/

[unreleased]: https://github.com/${USER}/${REPO}/compare/0.1.0...HEAD
[0.1.1]: https://github.com/${USER}/${REPO}/compare/0.1.0...0.1.1
# Changelog

## [0.2.0] - 2024-02-07

### <!-- 3 -->📚 Documentation

- Update README.md with required environment variables and example code

### <!-- 7 -->⚙️ Miscellaneous Tasks

- Refactor color generation and file organization
- Configure changelog generation, devbox setup, and aliases

### ADD

- Added ryon for paralell processing

### IMPORTANT

- Removed WRITE struct

<!-- WARP -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lule"
version = "0.1.0"
version = "0.2.0"
authors = ["Trim Bresilla <trim.bresilla@gmail.com>"]
description = "a command line to set 255 colors on tty's and other places that use ANSI colors"
edition = "2018"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ lule create -- set
## Features

In order for lule to work properly, you need to set the following environment variables:
- `LULE_W` : The path to the wallpaper
- `LULE_W` : The path to the wallpaper (one random image will be selected from this directory)
- `LULE_S` : The path to the script that will be run after the colors are generated
(please check the 'scripts/apply_colors.sh' file for an example)

```
export LULE_W="~/.wallpaper"
export LULE_S="~/.func/lule_colors.sh"
export LULE_C="/home/bresilla/.config/lule/configs.json"
lule create -- set
```

0 comments on commit 5ef4d0e

Please sign in to comment.