Skip to content

Commit 6a01767

Browse files
committed
🔖 release: v0.1.0
1 parent a6bdc90 commit 6a01767

File tree

4 files changed

+74
-6
lines changed

4 files changed

+74
-6
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# 📄 更新日志
2+
3+
## [0.1.0](https://github.com/ddki/devEnvLite/compare/...v0.1.0) (2025-09-03)
4+
5+
### ✨ 新增功能 | A new feature
6+
7+
* :sparkles: add auto update ([c0b3e83](https://github.com/ddki/devEnvLite/commit/c0b3e83134898b3f7b3bc6a98b063a1424e0d467))
8+
* :sparkles: add sea-orm ([5ed229a](https://github.com/ddki/devEnvLite/commit/5ed229a8deb59bd6ef214cafabe6cbaff8f24135))
9+
* :sparkles: add something ([2fe270c](https://github.com/ddki/devEnvLite/commit/2fe270cf74c85ca60e71c251d6c1908e18ae9142))
10+
* :sparkles: build mode and change base dir ([ce7c2fb](https://github.com/ddki/devEnvLite/commit/ce7c2fbf8256a164daec8f113f9f10727d3c8c1b))
11+
* :sparkles: change app store dirs ([97ba527](https://github.com/ddki/devEnvLite/commit/97ba527ad3fce1c335e21001b3f3472b09644275))
12+
* :sparkles: change db sql ([09acab5](https://github.com/ddki/devEnvLite/commit/09acab575489d3260769ee11429e0401348c2b5a))
13+
* :sparkles: clean config. update readme file. ([c5c9b91](https://github.com/ddki/devEnvLite/commit/c5c9b913477ced481f103d4cd8773c0785367ab9))
14+
* :sparkles: export config ([df2e9db](https://github.com/ddki/devEnvLite/commit/df2e9db01a5cf91176725ca774290d0952ca06d4))
15+
* :sparkles: replace toast ([b7592ea](https://github.com/ddki/devEnvLite/commit/b7592eaacdf261158477f06794a1818cdbf7fd07))
16+
* :sparkles: rewrite font ([c947c79](https://github.com/ddki/devEnvLite/commit/c947c79ef4e8766036411bef8be2a6b137795601))
17+
* :sparkles: rewrite something ([bd94ed0](https://github.com/ddki/devEnvLite/commit/bd94ed02c62383b66b7dd458e7ff037d6b1ddb88))
18+
* :sparkles: setting ([0f025b7](https://github.com/ddki/devEnvLite/commit/0f025b7c58ff98d7284c878e142251abaea1361b))
19+
* :sparkles: setting store ([e032058](https://github.com/ddki/devEnvLite/commit/e0320584c4eaa81d3ad9d77648c5fc7390501f6a))
20+
* :sparkles: support sea-orm ([85f8019](https://github.com/ddki/devEnvLite/commit/85f80190d6336980d7c0cb43969066dc4c8a6bf1))
21+
* :sparkles: support sea-orm ([0fcda9c](https://github.com/ddki/devEnvLite/commit/0fcda9cb2f268ac01cac107aa5d0a725cc71251f))
22+
* :sparkles: support sea-orm ([2d1ef7b](https://github.com/ddki/devEnvLite/commit/2d1ef7be84862c1605e8e3ec18616b322cfa1d67))
23+
* :sparkles: update shadcn-vue ui components ([e082f67](https://github.com/ddki/devEnvLite/commit/e082f676840959d005cbb8b8f9f6fa5c0bed9e05))
24+
* :sparkles: update shadcn-vue,tailwindcss4... ([0363717](https://github.com/ddki/devEnvLite/commit/0363717966f99f30b6f7e542404b7e3efd9dbe94))
25+
* :sparkles: upgrade dependencies version ([0a1a069](https://github.com/ddki/devEnvLite/commit/0a1a06946befadcedf99fc4ddb59a8b2a93cf4d0))
26+
* :sparkles: upgrade dependencies version ([7f6f8cd](https://github.com/ddki/devEnvLite/commit/7f6f8cd0e11a6ca6a29c14bd14ead2197904437f))
27+
* :sparkles: use async component to check for update ([abe0bce](https://github.com/ddki/devEnvLite/commit/abe0bceba21a3bc2d5aeed8ed9c341cf4327298d))
28+
* **config:** :sparkles: apply config ([c50f97f](https://github.com/ddki/devEnvLite/commit/c50f97f9cc458687e5fd718fafc91588ce0df822))
29+
* **config:** :sparkles: import config form file done. ([0a9955f](https://github.com/ddki/devEnvLite/commit/0a9955f54172d571394f3532a74d16cb56a07b84))
30+
* **header:** :sparkles: rewrite collate ([934f064](https://github.com/ddki/devEnvLite/commit/934f064bc4eaaeaa613bab0024c9f0a08433ffbb))
31+
* **os:** :sparkles: os environment variable to bakcup and recover. ([e82c4e3](https://github.com/ddki/devEnvLite/commit/e82c4e336fc6bf6f3d37da968736f43e6509fb1f))
32+
33+
### 📝 文档更新 | Documentation only changes
34+
35+
* :memo: update readme ([409f168](https://github.com/ddki/devEnvLite/commit/409f1683115cae72290572bfb55dc2b9cbe8b9ce))
36+
37+
### ♻️ 代码重构 | A code change that neither fixes a bug nor adds a feature
38+
39+
* :recycle: app setup ([18a1136](https://github.com/ddki/devEnvLite/commit/18a11366d057cca5d29074691f7dde3df038af49))
40+
* :recycle: env_config ui and replace some icon ([2d91c18](https://github.com/ddki/devEnvLite/commit/2d91c1849b415d64b5f05aa75e554ac3cb9b70f4))
41+
* :recycle: fix cannot scroll panel ([03289f9](https://github.com/ddki/devEnvLite/commit/03289f99878cb0d0c9565402d7f3b5c98d2e9f48))
42+
* :recycle: rewrite components ([f9f4065](https://github.com/ddki/devEnvLite/commit/f9f40651716bcaf459c7f502df291afa845045fc))
43+
* :recycle: rewrite env config ([eb5410b](https://github.com/ddki/devEnvLite/commit/eb5410ba08b658df16fb45e0ee0b6b42c0acf5e0))
44+
* :recycle: rewrite environment variable components ([700b183](https://github.com/ddki/devEnvLite/commit/700b18307057594da79ecc7b6a85edb208038053))
45+
* :recycle: rewrite font ([2025457](https://github.com/ddki/devEnvLite/commit/20254574bbefb25cecf59fdadf91b6a6ef03d456))
46+
* :recycle: rewrite setting ([7a5f6a3](https://github.com/ddki/devEnvLite/commit/7a5f6a32afc7d0019bbb4197b5e84c522ac15bbb))
47+
* :recycle: rewrite settings ([a6bd3a1](https://github.com/ddki/devEnvLite/commit/a6bd3a13539079522c8b6b6bd71898d360845f7e))
48+
* :recycle: rewrite something ([115a9e5](https://github.com/ddki/devEnvLite/commit/115a9e58139e0764ee2d6bf2d338a8348517bb1f))
49+
* :recycle: rewrite something ([d37644a](https://github.com/ddki/devEnvLite/commit/d37644a61a4e1e24a0b283b5e358c09c92bbd726))
50+
* :recycle: rewrite something ([ae3fb52](https://github.com/ddki/devEnvLite/commit/ae3fb5266a983ec6f3645182a47ba40a77bc3c66))
51+
* :recycle: rewrite something ([512f8da](https://github.com/ddki/devEnvLite/commit/512f8daf73dd68375023349252545ead66ca76cd))
52+
* :recycle: rewrite something ([3b28e7a](https://github.com/ddki/devEnvLite/commit/3b28e7ab29c599986394585cb8525716c32ee894))
53+
* :recycle: use sqlite ([950b9d6](https://github.com/ddki/devEnvLite/commit/950b9d6a17c2eafe9554948597cd4c2aa9983f34))
54+
* **os:** :recycle: change environment variable ui and rewrite collate function ([f1b3d30](https://github.com/ddki/devEnvLite/commit/f1b3d307735ff610c845929e3aa3bfb8c8ab82d5))
55+
56+
### 📦️ 构建相关 | Changes that affect the build system or external dependencies
57+
58+
* :package: update dependencies version and volta toolchain version ([4f4dc9a](https://github.com/ddki/devEnvLite/commit/4f4dc9a1f132d665ee6eb0d16a0ffdc7a2abe1e2))
59+
* **github action:** :package: fix release workflow ([a6bdc90](https://github.com/ddki/devEnvLite/commit/a6bdc906fcf5d4f12e6c6916c84fb75e2c6dfe9e))
60+
61+
### 🎡 持续集成 | Changes to our CI configuration files and scripts
62+
63+
* :ferris_wheel: update github action script ([f805e8a](https://github.com/ddki/devEnvLite/commit/f805e8a2266e24773d483c40fdb6505184cf6b8a))
64+
* :ferris_wheel: update release-it and cz-git config ([89e338b](https://github.com/ddki/devEnvLite/commit/89e338b6fc437d7db2ea9ab317ea3f68dbc1ed13))
65+
66+
### 🔨 其他修改 | Other changes that do not modify src or test files
67+
68+
* :hammer: update dependencies version ([9aed98d](https://github.com/ddki/devEnvLite/commit/9aed98d7aa42c583c8c594ef2ebe681e88622544))
69+
* :hammer: upgrade dependencies version ([6cadb83](https://github.com/ddki/devEnvLite/commit/6cadb830d51460171b587c6540039aa759d5c1b9))
70+
* :hammer: upgrade dependencies version ([73e1eda](https://github.com/ddki/devEnvLite/commit/73e1edad0636abca616557a5dcca97973069d6db))

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devenvlite",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --mode development",
@@ -69,9 +69,7 @@
6969
"biome format --write --no-errors-on-unmatched",
7070
"biome lint --apply --no-errors-on-unmatched"
7171
],
72-
"**/*": [
73-
"git add"
74-
]
72+
"**/*": ["git add"]
7573
},
7674
"volta": {
7775
"node": "22.18.0",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devenvlite"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "一个环境变量管理和配置工具。 A lightweight tool for managing and configuring environment variables. "
55
authors = ["ddki"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "DevEnvLite",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"identifier": "devenvlite.ddki.io.github",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)