Skip to content

Commit

Permalink
Docs: add changes to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed May 11, 2023
1 parent 1a79f63 commit 55e5889
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [1.0.0] - 2023-05-12

### Added
- Add sample document `apa-sample.pdf` for default `apa` template.
- Add `paperer` script with the following options:
- `--source` or `-s` to specify the source directory where the templates are
located
- `--template` or `-t` to specify which template to use
- `--directory` or `-d` to specify the directory where to scaffold to scaffold
a new `LaTeX` manuscript
- `--update` to update `paperer` from GitHub
- `--uninstall` to uninstall `paperer`
- `--help` to display the help message
- Add `install.sh` script to install `paperer`.
- Generate a reasonable logo via `DALL-E`.
- Add documentation to `README.md`.
- Add `LaTeX` project template based on the `apa7` class.

0 comments on commit 55e5889

Please sign in to comment.