-
Notifications
You must be signed in to change notification settings - Fork 5
V4: New structure #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Thumuss
wants to merge
65
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
Closed
From now on I got more times to continue this tool! |
* refactor(pre-release): it works or it doesn't * refactor(pre-release): it works or it doesn't v2 * refactor(pre-release): it works or it doesn't v3 * refactor(pre-release): it works or it doesn't v4 * refactor(pre-release): it works or it doesn't v5 * refactor(pre-release): it works or it doesn't v6 * refactor(pre-release): based on typst workflow * refactor(pre-release): without features ^^ * refactor(pre-release): trying different things * refactor(pre-release): i'm dumb * refactor(pre-release): let's try other things! * refactor(pre-release): good path :D * refactor(pre-release): wrong path :c * refactor(pre-release): oops * refactor(pre-release): better tags i guess * refactor(pre-release): try something * refactor(pre-release): revert * refactor(pre-release): trying windows build * refactor(pre-release): trying windows build v2 * refactor(pre-release): trying windows build v3 * refactor(pre-release): trying windows build v4 * refactor(pre-release): trying mac build v1 * refactor(pre-release): trying mac build v2 * refactor(pre-release): trying mac build v3 * refactor(pre-release): FINALLY CLEAN UP * add: release * add: latest * add: latest * tapes * generate tapes + change a print * fix(readme): package-path
Thanks to @ivelter for this PR! --------- Co-authored-by: Thumus <[email protected]>
* fix(create & install): fixes bugs * fix: forgot a .unwrap * fix: won't print link
…tegory (#18) * <BREKAING CHANGE> add(subcommands): change every commands to their category * add(add.rs): command to add dependency * add(macro): added write_manifest! * add(remove): fix `add` and add `remove` * fix: `add` won't re-add dependencies already in the manifest
When I'm done with the |
* cleaned up emoji tree * small visual spacing fix * removed gifts in favor of plain text * fixed list format * code formatting * added div tags * warning * fixed capitalization of Typst * spelling mistakes * removed redundant titling
* comments: add comments (starting point) * add: comments on utils directory
It will returns to 0.1.0. I have created so many version for nothing, and I'm publishing it to creates.io and others. CAN BE REVERTED IF THAT IS A BIG PROBLEM.
Add: nix package
This patch updates the flake's inputs to remain compatible with current nixpkgs. Recent updates to nixpkgs seem to have broken crane somehow. Updating all inputs fixes the build.
Update flake
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.72. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.72) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.72 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump openssl from 0.10.68 to 0.10.72
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
V4 (2024.03.10)
As of today (2024.03.10), a new version of Typst has been released (
v0.11.0-rc1 (fe94bd85)
) with a new template system.From now on, this version of
utpm
will focus on both adapting to the new system and maintaining compatibility with the previous system.If time permits, I'll add quality-of-life improvements such as a
Context
system and new commands to complement thetypst init
command.The main focus will be:
utpm
(transfer to typst-project) Updatetypst-project
#22 Replace actual structure with thetypst-project
crate made by @tingerrr #12typst-project
, we don't need to do anything)tracing-subscriber
as a logger (thanks @frozolotl) Dev cloning + tracing #27 and moreREADME
: add more examples, explanations, etc. (thanks @pachi) Dev readme #23utpm publish
command, similar to this repository (thanks @tingerrr)exclude
files toutpm
) (thanks SillyFreak)octocrab
@preview
(thanks SillyFreak)add
commanddelete
commandclone
command Allow cloning preview packages to local namespace #25 Dev cloning + tracing #27edit
command Create a command to edit values of the Manifest. #28utpm ws link --no-copy
(no need) utpm workspace link can also create symlink instead of copying #26Optional, not needed in this PR but will be added in the future:
tree
andlist
commands