Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Nov 22, 2024
1 parent fd9d183 commit 9f21539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ The `tidocs merge` command provides a web interface for combining multiple relea

## Changelog

### v1.0.2

- Fix the issue that Pandoc fails to write docx output to terminal on Windows.

### v1.0.1

- Fix the issue that Pandoc becomes non-executable after installation on macOS because `Zipfile.extract()` doesn't maintain file permissions.
Expand Down
2 changes: 1 addition & 1 deletion src/tidocs/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def launch_marimo_app(appname: str, host: str, port: int) -> None:


@click.command(no_args_is_help=True)
@click.version_option(version='1.0.1')
@click.version_option(version='1.0.2')
@click.argument(
"appname",
type=click.Choice(list(APPS.keys())),
Expand Down

0 comments on commit 9f21539

Please sign in to comment.