Skip to content

Commit

Permalink
chore(master): release nix4vscode 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cathaysia committed Feb 9, 2025
1 parent ba6315c commit 89d9302
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.2"
}
107 changes: 107 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
# Changelog

## [0.0.2](https://github.com/nix-community/nix4vscode/compare/nix4vscode-v0.0.1...nix4vscode-v0.0.2) (2025-02-09)


### Features

* add autogen_warning ([a64e1f7](https://github.com/nix-community/nix4vscode/commit/a64e1f7aaf0f96a96aca2896322fc21654972ecd))
* add flake, precommit, editorconfig and etc ([df3aacb](https://github.com/nix-community/nix4vscode/commit/df3aacbba19ee0eb40d738a1ce28660eff47b381))
* add interface to generate full package ([a92d218](https://github.com/nix-community/nix4vscode/commit/a92d2183f18fe82c6c25b928ba3f5aa45fdc5a5e))
* add some data struct ([c227b48](https://github.com/nix-community/nix4vscode/commit/c227b484dc3bcda0fd987acbaa5dd5371a2a738d))
* add sqlite ([6986261](https://github.com/nix-community/nix4vscode/commit/6986261fd49bd722e57301b39a6af37c506e72d1))
* **args:** add -o arg ([ee5a7ec](https://github.com/nix-community/nix4vscode/commit/ee5a7ecb078b247ed57a465ff7bfa50b56321414))
* **cargo:** add infos ([2b18145](https://github.com/nix-community/nix4vscode/commit/2b18145e70d554fe8e73071c0bb738e009249206))
* **clap:** add args --export ([901d359](https://github.com/nix-community/nix4vscode/commit/901d359f1ed0b96dc0f5eab6b977ac7b6083dd5a))
* **clap:** make --file as a position arg ([358f7b9](https://github.com/nix-community/nix4vscode/commit/358f7b9f42ea064f29013ce7230e2c49ed05d9e1))
* clean warnings ([b4ddb21](https://github.com/nix-community/nix4vscode/commit/b4ddb216c91719c505dbe62f4eebbdfcd6051825))
* complete assert_url redirect ([f54e0e2](https://github.com/nix-community/nix4vscode/commit/f54e0e2fe93732a0ed81eb35d23968bc095b3fd5))
* complete basic template render ([ed37f0f](https://github.com/nix-community/nix4vscode/commit/ed37f0ff8a6c5887df90eac53788b8aeed084a88))
* Complete prototype ([005db7b](https://github.com/nix-community/nix4vscode/commit/005db7b4f8a324c0140a36aa81771cae1dd073e4))
* **config.toml:** add more extension ([1f1537c](https://github.com/nix-community/nix4vscode/commit/1f1537cb4164214461c6e00a43ad6b5f00813d10))
* **config:** allow extension be empty ([cf19ee2](https://github.com/nix-community/nix4vscode/commit/cf19ee236b7102b8fc58dad13f021e8aecb8c932))
* **config:** allow nixpkgs version ([383cc58](https://github.com/nix-community/nix4vscode/commit/383cc585f6ebdeaa2e03efbb3f20ca1671619637)), closes [#22](https://github.com/nix-community/nix4vscode/issues/22)
* **config:** config can configure system info now ([d10a5db](https://github.com/nix-community/nix4vscode/commit/d10a5dbad0c4ab7afe20a83512316ded1d5e9774))
* **config:** include warn by default ([da0e370](https://github.com/nix-community/nix4vscode/commit/da0e3700e791bdec360e3e11b6d26354ffcbc452))
* **config:** skip handled_extension ([ca9b566](https://github.com/nix-community/nix4vscode/commit/ca9b56628fcf7b7965833bdc51c02b2800294f5e))
* **config:** support better config ([3702618](https://github.com/nix-community/nix4vscode/commit/3702618873e9387d07caf3e12f9b853f92c5eb15))
* **config:** update extension ([8dbb5ec](https://github.com/nix-community/nix4vscode/commit/8dbb5ec2443fd445c8ab938b623c5bf54ea270f6))
* **data:** impl necessary codes ([d98ac6b](https://github.com/nix-community/nix4vscode/commit/d98ac6bb3e61112010aab5d46a0bec3a0fca2224))
* **db:** remove db file if first open failed ([4796897](https://github.com/nix-community/nix4vscode/commit/47968976193e7b74525e2aceec208cbc10b24fc6))
* **dump:** add dump function ([6bc0b49](https://github.com/nix-community/nix4vscode/commit/6bc0b4908263fd37ad8ff3c2bea0a69971ab119e))
* **dump:** remove dump ([66a1d78](https://github.com/nix-community/nix4vscode/commit/66a1d78103edbb9f00001e30fc58d8997ac26435))
* **extension:** add resultMetadata ([240b238](https://github.com/nix-community/nix4vscode/commit/240b238e14d49e2b70086d195bd0393aadfa481f))
* **flake:** remove flake ([c34cb22](https://github.com/nix-community/nix4vscode/commit/c34cb22ce6294b0f236d4646fe18e5644c6a007a))
* **flake:** remove flake ([273ee89](https://github.com/nix-community/nix4vscode/commit/273ee8909917fab4c4290db70867100cf13428f0))
* **flake:** update flake ([0177af7](https://github.com/nix-community/nix4vscode/commit/0177af70da40c2f73b39b4583d80247edc4f4b7d))
* generate dict but not list ([98fbd5f](https://github.com/nix-community/nix4vscode/commit/98fbd5fa21a2a7c7e80ebd2ff4d46b5e1c1a4e21))
* **http_client:** exit when result is empty ([2ee7879](https://github.com/nix-community/nix4vscode/commit/2ee7879a2b63a0dd61bd8198850d23d8ce9c3b65))
* **jinja:** add nixfmt filter, modify template ([8564d9e](https://github.com/nix-community/nix4vscode/commit/8564d9ecf9763fd72a6a9ee044d9eebce96c58a7))
* **jinja:** allow publisher start with number ([d175a28](https://github.com/nix-community/nix4vscode/commit/d175a28e04ceed0ec8803706e4f808aaea8b362a)), closes [#10](https://github.com/nix-community/nix4vscode/issues/10)
* **jinja:** using rust-embed ([e12e469](https://github.com/nix-community/nix4vscode/commit/e12e469266d2dd1095616a80be3d48e0c3452842))
* **log:** add more log ([77d361d](https://github.com/nix-community/nix4vscode/commit/77d361d99d0fe40c9fa3e6e97c698e99610881e5))
* **log:** filte out logs of other crates ([586803e](https://github.com/nix-community/nix4vscode/commit/586803eb0f5fb89c0f496b58ddfdc13bfd311dc2))
* **log:** lower some log level ([fd82a3f](https://github.com/nix-community/nix4vscode/commit/fd82a3f3c7f9fa112894d317111562008cf86735))
* **log:** more log with details ([05838ef](https://github.com/nix-community/nix4vscode/commit/05838ef0ad6c7340311d9eb8d090a4b7367d3555))
* **log:** print log to stderr ([a945ef8](https://github.com/nix-community/nix4vscode/commit/a945ef83073e97cf414a996203b019c1c220a78c))
* **logs:** better logs ([1879568](https://github.com/nix-community/nix4vscode/commit/187956835475c8c87568b4e4352232355e652588))
* **main:** better log ([5c9feb2](https://github.com/nix-community/nix4vscode/commit/5c9feb266c1cf863ea549d4b339c4a9ef9837530))
* **nix4vscode:** add openvsx ([9d0fff4](https://github.com/nix-community/nix4vscode/commit/9d0fff47b90688be503adc7a028aab7e1c7d45ef))
* **nix:** add flake build ([37006ab](https://github.com/nix-community/nix4vscode/commit/37006abdfb3c70dbe313037b2c387c1874b2116d))
* **nix:** fix extension get problem, add target_platform in NixContext ([4891d09](https://github.com/nix-community/nix4vscode/commit/4891d09d568e67a75cc3bac5c541eae16ecd7c06))
* **openvsx:** add openvsx module ([ff9ead9](https://github.com/nix-community/nix4vscode/commit/ff9ead9ce6962a0085fcdbe4952d37e868ab20e3))
* **openvsx:** filter unknown platform ([a19dbb3](https://github.com/nix-community/nix4vscode/commit/a19dbb3526e964bf5cbc954df8f678ab819412aa))
* **openvsx:** impl basic support for openvsx ([7466cad](https://github.com/nix-community/nix4vscode/commit/7466cada3b315a03bef5846a8a440584d7eefdfd))
* **platform:** allow convert from openvsx string ([2dd9fba](https://github.com/nix-community/nix4vscode/commit/2dd9fbae7fb7c1f43c239b8253941c2e58aacae8))
* **platform:** filte out platform before get sha ([c741d31](https://github.com/nix-community/nix4vscode/commit/c741d31005c73ff7b6e4abb679f8c852bd415611))
* query the gallery API until all results are fetched ([5c29b12](https://github.com/nix-community/nix4vscode/commit/5c29b120e45473212ca54c9f8719960dd5005042))
* remove hard uri ([f0346c4](https://github.com/nix-community/nix4vscode/commit/f0346c4a9186883d7c382c856dc42aecdabbf35f))
* **rust:** remove component from rust-toolchain file ([3f0eaed](https://github.com/nix-community/nix4vscode/commit/3f0eaedfc836541d151abd40341e8be68bdad6f7))
* simplifer code ([c79af07](https://github.com/nix-community/nix4vscode/commit/c79af07ffa3c57587a5bfbcd982814804d12c531))
* simplify code and reuse client objects ([ebc1520](https://github.com/nix-community/nix4vscode/commit/ebc15209b3725ca3b2ef7fb7b68a20c21cfaf5d5))
* **system_ctx:** pass system context to jinja ([d008529](https://github.com/nix-community/nix4vscode/commit/d008529d5cb03db923619134be4893449cb934a4))
* **template:** remove some empty line ([3a94a14](https://github.com/nix-community/nix4vscode/commit/3a94a14bb0dc7d5a297392e54c58c1d8f6695409))
* update crate ([7da6331](https://github.com/nix-community/nix4vscode/commit/7da63311d14097022304b3b3b69b7874798367ce))
* **version:** allow * in vscode version ([55d13c9](https://github.com/nix-community/nix4vscode/commit/55d13c93d388ec3851beb1167060e4245081324e))
* **version:** remove useless code ([3e62ed1](https://github.com/nix-community/nix4vscode/commit/3e62ed162198f6fbaecece591342a21069dd8625))
* **version:** using code's logic for jugle version ([003f820](https://github.com/nix-community/nix4vscode/commit/003f8206853c2d9ac2264efc213f37badcbfbeb8))
* **vscode:** allow api without engine attribute ([4d8e9e0](https://github.com/nix-community/nix4vscode/commit/4d8e9e0e5c071b1618a1fffe4378c3bed97934cb))


### Bug Fixes

* **build:** fix build on nightly ([ad738ea](https://github.com/nix-community/nix4vscode/commit/ad738ea58210cf8fecb011912a52d669740f9da8))
* **cache:** handle cache and sha256 calc failed case ([88eda78](https://github.com/nix-community/nix4vscode/commit/88eda78f88ee6c112a5387558d7834b58b6ea84c))
* **clippy:** fix clippy warning ([518ef15](https://github.com/nix-community/nix4vscode/commit/518ef15fcdc47c7f6df71ea2ca3d7f7616ec60d4))
* **codelldb:** fix codelldb render problem ([bdd754b](https://github.com/nix-community/nix4vscode/commit/bdd754b15f78048771acffd897a49a9aa8ecb320))
* **cpptools:** patch cpptools ([60533c5](https://github.com/nix-community/nix4vscode/commit/60533c5fa62d83a2890ae81459072bcd49ab063c))
* **ctx:** ensure no duplicate context ([9eb15a8](https://github.com/nix-community/nix4vscode/commit/9eb15a85ddb93e1e65e5f81075cb844d4768cd09))
* **engine:** add and test visual-studio-code-compatibility ([35645b0](https://github.com/nix-community/nix4vscode/commit/35645b0f50740796029ee179efb00704776a2fe4)), closes [#19](https://github.com/nix-community/nix4vscode/issues/19)
* **engine:** replace version req ([631e10d](https://github.com/nix-community/nix4vscode/commit/631e10dcb157e129092f463df8989cc01fa0fa06)), closes [#19](https://github.com/nix-community/nix4vscode/issues/19)
* fix [#7](https://github.com/nix-community/nix4vscode/issues/7) ([0d7798b](https://github.com/nix-community/nix4vscode/commit/0d7798bb7f6f66877fd26ffaf919917b792faec8))
* fix generate problem ([7140b65](https://github.com/nix-community/nix4vscode/commit/7140b6506abadb20158dde33a585cbc5bac153e2))
* fix jinja template and sha256 problem ([f595f81](https://github.com/nix-community/nix4vscode/commit/f595f81dd8ce05c47767b0600cccb56d273cd764))
* fix log problem ([cc3cde4](https://github.com/nix-community/nix4vscode/commit/cc3cde46cdff713d618287764fffe873f60711c1))
* fix version with target_platform ([dd1c636](https://github.com/nix-community/nix4vscode/commit/dd1c636a2a7528b84a1f0fe1494299d03d90a4c2)), closes [#18](https://github.com/nix-community/nix4vscode/issues/18)
* **flake:** fix build on darwin ([72c816c](https://github.com/nix-community/nix4vscode/commit/72c816c9fe1f37902b6392f64817b7ab8f0765b4))
* **flake:** fix linux development ([e1366f8](https://github.com/nix-community/nix4vscode/commit/e1366f8cd5490849554c6c2037e1765533f25b6e))
* **jinja:** fix codelldb render problem ([05b5057](https://github.com/nix-community/nix4vscode/commit/05b50573df9e2327e20760ea1bfbdf13206db0b8))
* **main:** fix unwrap problem, add ci for test ([eb0d507](https://github.com/nix-community/nix4vscode/commit/eb0d5071549c10befcd98919b36e6f27af461b07))
* **main:** using lowercase publisher_name and extension_name ([e1f7099](https://github.com/nix-community/nix4vscode/commit/e1f7099b2b25f9c761bb2701123f1a2163e6c0d9))
* **nix:** fix attr overwrite problem ([58f221e](https://github.com/nix-community/nix4vscode/commit/58f221ef455d701c6f3b6bf5225b2db2dc4fc2a4))
* **nix:** fix nix expression ([11d0b55](https://github.com/nix-community/nix4vscode/commit/11d0b55b876576eed13d67a28d52716edb169435))
* **nix:** fix rust version ([ac75ad2](https://github.com/nix-community/nix4vscode/commit/ac75ad292858362c795e764ad0242180a251f962)), closes [#194](https://github.com/nix-community/nix4vscode/issues/194)
* **openvsx:** fix openvsx sha256 problem ([0848e55](https://github.com/nix-community/nix4vscode/commit/0848e5551adf00400217b08a3b8edeb645574ea0))
* **rust:** lock rust to stable channel ([ed61e18](https://github.com/nix-community/nix4vscode/commit/ed61e18a2f5dd5029a9c54303176df51089fce90))
* skip empty platform if there already a one ([b5c8ca1](https://github.com/nix-community/nix4vscode/commit/b5c8ca1f917cd732e0727e340d055a790a1cc559)), closes [#135](https://github.com/nix-community/nix4vscode/issues/135)
* **utils:** fix build on macos ([e38210d](https://github.com/nix-community/nix4vscode/commit/e38210df1298684ceb4e7ef04d230da648df2f9b))
* **version:** fix [#23](https://github.com/nix-community/nix4vscode/issues/23) ([f629962](https://github.com/nix-community/nix4vscode/commit/f629962af02834a4daa6f382a8760cb7666f406c))
* **version:** fix richie5um2.vscode-sort-json ([d315a2f](https://github.com/nix-community/nix4vscode/commit/d315a2f19a219853e37821df84d905bf26cf154c))


### Performance Improvements

* add cache for http and fix sha256 cache problem ([5e0f92e](https://github.com/nix-community/nix4vscode/commit/5e0f92ef3a9edd00511ac00d6dda518367efcfc9))
* **sha256:** add sha256 cache ([4e45037](https://github.com/nix-community/nix4vscode/commit/4e45037902ac1a0dadcdd46088e913545c93729d))
* using multithread send requests ([77d7cf8](https://github.com/nix-community/nix4vscode/commit/77d7cf8d1daa62506b5517818437f19bbd6afb70))
* using multithread when nix-prefetch-url ([c472761](https://github.com/nix-community/nix4vscode/commit/c47276159fee18e9e2ab585ea2c9054ac91ef72c))
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nix4vscode"
description = "A tool to prefetch VS Code extensions for Nix expressions"
readme = "README.md"
version = "0.1.0"
version = "0.0.2"
edition = "2021"
license = "Apache-2.0"
keywords = ["nix"]
Expand Down

0 comments on commit 89d9302

Please sign in to comment.