Skip to content

Commit

Permalink
chore(release): prepare for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Sep 13, 2024
1 parent fc3904b commit 8343b1b
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,59 @@

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

## [0.6.0] - 2024-09-13

### Bug Fixes

- Set `rain` speed
- Fix bold chars in `rain`
- Update `getNthValues()`
- Allow shorter column strings
- Set rendering mode for `rain`
- Adjust the amount of active columns
- Start with `updateStyle()`
- Shutdown on error
- Resolve expanding `chars`

### Features

- Add `hexadecimal` mode
- Add `textual` mode
- Add `speed` option
- Add `rain` style
- Update `style` description
- Randomize `rain` columns
- Delay columns
- Implement active columns

### Performance

- Use dynamic char buffer

### Refactor

- Switch `.hexadecimal` to u4
- Drop `slice` const
- Drop redundant `deinit()` in `height:`
- Use columns in `rain`
- Fix `Char` elements
- Reorganize `Column` fns
- Drop redundant enum definitions
- Edit `tex_chars`
- Use u4 with `decimal`
- Switch `printCells()` over `Style`
- Drop `updateTermSize()` error
- Move `core.setRendering(true)`
- Remove `old_char` deallocation

### Testing

- Add `hexadecimal`
- Add `column`
- Check `fmtChar()`
- Fix `column` start
- Fix `column` init

## [0.5.1] - 2024-08-30

### Bug Fixes
Expand Down

0 comments on commit 8343b1b

Please sign in to comment.