Skip to content

Commit

Permalink
chore: bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jomaway committed Dec 15, 2024
1 parent 2dae2b8 commit 4d4db59
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 28 deletions.
57 changes: 33 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,48 @@
# Changelog

## v.1.0.0 (2024/09/04)
## v1.1.0 (2024/12/15)

- feat: Add Hungarian translation
- feat: Add support for custom title fonts and weights
- fix: Update chinese translation

## v1.0.0 (2024/09/04)

- !refactor(predefined): use catppuccin palette as default theme colors.
- fix(predefined): show notify clue correctly now
- refactor(docs): add API docs with tidy

## v.0.9.0 (2024/07/01)
- feat: allow gradient and pattern as color settings.
- feat: add experiment clue
- feat: add idea clue
- feat: add code clue
- feat: set custom image as icon.
- refactor: moved color and icon definitions to a seperate `theme.typ` file.

*BREAKING:*
- refactor: To disable the task-counter `gc-task-counter-enabled.update(false)` needs to be called because moved states to `predefined.typ`
- refactor: change `quote` to `quotation` due to naming conflicts
- refactor: change `example` icon
- refactor: change `conclusion` icon and color
- refactor: change default title weight to a delta of 200
- refactor: change default icon to none.
## v0.9.0 (2024/07/01)

- feat: allow gradient and pattern as color settings.
- feat: add experiment clue
- feat: add idea clue
- feat: add code clue
- feat: set custom image as icon.
- refactor: moved color and icon definitions to a seperate `theme.typ` file.

*BREAKING:*
- refactor: To disable the task-counter `gc-task-counter-enabled.update(false)` needs to be called because moved states to `predefined.typ`
- refactor: change `quote` to `quotation` due to naming conflicts
- refactor: change `example` icon
- refactor: change `conclusion` icon and color
- refactor: change default title weight to a delta of 200
- refactor: change default icon to none.

## v0.8.0 (2024/04/26)
- feat: allow clues without an icon.
- feat: add goal clue
- fix: transparent background for body
- feat: set body-color
- feat: use typst quote function inside quote.
- refactor: update to linguify 0.4.0
- refactor: split into multiple files for better maintainability

- feat: allow clues without an icon.
- feat: add goal clue
- fix: transparent background for body
- feat: set body-color
- feat: use typst quote function inside quote.
- refactor: update to linguify 0.4.0
- refactor: split into multiple files for better maintainability


## v0.7.1 (2024/03/26)
- fix: bug with linguify.

- fix: bug with linguify.

## v0.7.0 (2024/03/18)

Expand Down
Binary file modified docs.pdf
Binary file not shown.
4 changes: 1 addition & 3 deletions docs.typ
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#import "lib/lib.typ": *
#import "@preview/tidy:0.3.0"
// #import "@local/svg-emoji:0.1.0": *

// extract version from typst.toml package file.
#let pkg-data = toml("typst.toml").package
Expand Down Expand Up @@ -157,14 +156,13 @@ Add some beautiful, predefined admonitions or define your own.
..args
) = clue(title: title, icon: icon, ..args)
#ghost[Huuuuuuh.]
#set text(9pt)
#tip[Use the `svg-emoji` package until emoji support is fully supported in typst ]
]


== List of all predefined clues <predefined>

#columns(2)[
#set text(10pt)

`#clue`
#clue[
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gentle-clues"
version = "1.0.0"
version = "1.1.0"
entrypoint = "lib/lib.typ"
authors = ["Jomaway <https://github.com/jomaway>"]
license = "MIT"
Expand Down

0 comments on commit 4d4db59

Please sign in to comment.