Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Sep 24, 2023
1 parent 4c51db2 commit 1bef87d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# Changelog 📝

## [0.4.2] - 2023-09-24

### Added

* Added gruvbox themes #1

## [0.4.1] - 2023-09-22

### Changed

* Changed default font size to `9pt`
* Prevent set from outside of the function
* Prevent `set` affects box layout from outside of the function

## [0.4.0] - 2023-09-13

### Added

* Added most options from [`block`]([https://](https://typst.app/docs/reference/layout/block/)) function
* Added most options from [`block`]([https://](https://typst.app/docs/reference/layout/block/)) function with the same names and default values
* Added `vscode-light` theme

### Changed

* Changed outmost layout from `rect` to `block`
* Changed default theme to `VSCode Light`
* Changed default theme to `vscode-light`

## [0.3.0] - 2023-09-09

Expand All @@ -29,7 +35,7 @@

* Changed default font size to `10pt`
* Changed default font to `Cascadia Code`
* Changed default theme to `Solarized Light`
* Changed default theme to `solarized-light`

## [0.2.0] 2023-08-05

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing to this project
# Contributing

Thank you for your interest in contributing to My Project! This document outlines the steps you should follow to contribute to the project.
Thank you for your interest in contributing to this project! This document outlines the steps you should follow to contribute to the project.

## Getting started on adding a new theme
## Adding a new theme

1. Fork the repository on GitHub.
2. Add your theme to the `terminal-themes` directory.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contribution is welcomed!
## Usage

```typst
#import "@preview/ansi-render:0.4.1": *
#import "@preview/ansi-render:0.4.2": *
#ansi-render(
string,
Expand Down
4 changes: 3 additions & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "ansi-render"
version = "0.4.1"
version = "0.4.2"
entrypoint = "ansi-render.typ"
authors = ["8LWXpg"]
license = "MIT"
description = "provides a simple way to render text with ANSI escape sequences."
repository = "https://github.com/8LWXpg/typst-ansi-render"
keywords = ["ansi", "escape", "terminal"]
compiler = "0.8.0"

0 comments on commit 1bef87d

Please sign in to comment.