-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a79f63
commit 55e5889
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |