Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Releases: joshka/tui-big-text

v0.4.5

25 Jun 17:25
ca6454b
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

v0.4.4

28 May 08:16
7d54c12
Compare
Choose a tag to compare

Features

  • e38a2df
    Add alignment support for BigText (#41)

    Added alignment field to BigText along with updating the layout
    function to create a layout that produces the given alignment.
    The default value of the alignment is Alignment::Left which will
    not change the current behavior.
    

v0.4.3

12 Apr 19:10
15cdd43
Compare
Choose a tag to compare

Features

  • e38a2df
    Add alignment support for BigText (#41)

    Added alignment field to BigText along with updating the layout
    function to create a layout that produces the given alignment.
    The default value of the alignment is Alignment::Left which will
    not change the current behavior.
    

v0.4.2

26 Feb 08:39
4901be7
Compare
Choose a tag to compare

Documentation

  • a952145
    Add link to docs.rs in cargo.toml
  • 2580224
    Add pixel height example to main readme
  • ef5dc56
    Tweak readme
  • 10b2d74
    Update main demo example and README

Features

  • e91e86d
    Add BigText::builder()

    This was a workaround for cargo-rdme not being able to see
    `BigTextBuilder`, but it's a reasonable API addition anyway.
    

Miscellaneous Tasks

  • 1e07ece
    Update derive_builder requirement from 0.13.0 to 0.20.0 (#38)

    Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version.
    - [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
    - [Commits](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.13.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: derive_builder
      dependency-type: direct:production
    ...
    

v0.4.1

15 Feb 04:52
29c9c29
Compare
Choose a tag to compare

Bug Fixes

  • 973392b
    Fix (src/big_text.rs): remove print statement (#36)

v0.4.0

08 Feb 07:23
82ec7b5
Compare
Choose a tag to compare

Bug Fixes

Features

  • 9233b06
    Add sextant-based fonts (#26)

    Made with VHS

    Adds two new sizes of pixels `ThirdHeight` and `Sextant`
    which use the sextant characters to render big text 1/3 the normal
    big text height and 1/2 wide * 1/3 height respectively.
    
    ---------
    

Miscellaneous Tasks

  • 64d5921
    Bump codecov/codecov-action from 3 to 4 (#34)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    

Refactor

  • a7db511
    Split big_text and pixel_size into modules for readability

v0.3.6

05 Feb 02:05
2ac511c
Compare
Choose a tag to compare

Miscellaneous Tasks

v0.3.5

30 Jan 04:02
838d230
Compare
Choose a tag to compare

Miscellaneous Tasks

  • 0fe1dd5
    Update derive_builder requirement from 0.12.0 to 0.13.0 (#29)

    Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version.
    - [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
    - [Commits](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: derive_builder
      dependency-type: direct:production
    ...
    

v0.3.4

29 Jan 14:08
72cd68c
Compare
Choose a tag to compare

Miscellaneous Tasks

  • 0fe1dd5
    Update derive_builder requirement from 0.12.0 to 0.13.0 (#29)

    Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version.
    - [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
    - [Commits](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: derive_builder
      dependency-type: direct:production
    ...
    

v0.3.3

24 Jan 20:00
3ea4bbf
Compare
Choose a tag to compare

Bug Fixes

  • faaa42c
    Builder initialization of BigTextBuilder in docs (#27)

Miscellaneous Tasks

  • 5b2a0d7
    Fix missing changelog entry for PixelSize change

    git-cliff missed the change due to case sensitivity
    
  • c505b82
    Create dependabot.yml