Skip to content

Commit dfad11c

Browse files
committed
prepare for deploy
1 parent 8190518 commit dfad11c

File tree

3 files changed

+443
-333
lines changed

3 files changed

+443
-333
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 2.0.0
4+
5+
### New Features
6+
7+
* Add option to control auto sync behavior [#281](https://github.com/KatsuteDev/Settings-Repository/pull/281) ([@Katsute](https://github.com/Katsute))
8+
9+
Adds the following option **Auto Sync Mode**:
10+
11+
* **Full Sync** - Always pull and push changes to repository
12+
* **Import Only** - Only pull settings from repository
13+
* **Export Only** - Only push settings to repository
14+
15+
If you are using **Import Only** make sure to manually sync to repo so this settings change is retained.
16+
17+
### Dependencies
18+
19+
* Bump esbuild from 0.25.5 to 0.25.6 [#272](https://github.com/KatsuteDev/Settings-Repository/pull/272) ([@dependabot](https://github.com/dependabot))
20+
* Bump @types/vscode from 1.101.0 to 1.102.0 [#273](https://github.com/KatsuteDev/Settings-Repository/pull/273) ([@dependabot](https://github.com/dependabot))
21+
* Bump esbuild from 0.25.6 to 0.25.8 [#274](https://github.com/KatsuteDev/Settings-Repository/pull/274) ([@dependabot](https://github.com/dependabot))
22+
* Bump @types/node from 24.0.6 to 24.1.0 [#275](https://github.com/KatsuteDev/Settings-Repository/pull/275) ([@dependabot](https://github.com/dependabot))
23+
* Bump form-data from 4.0.3 to 4.0.4 in the npm_and_yarn group [#276](https://github.com/KatsuteDev/Settings-Repository/pull/276) ([@dependabot](https://github.com/dependabot))
24+
* Bump typescript from 5.8.3 to 5.9.2 [#277](https://github.com/KatsuteDev/Settings-Repository/pull/277) ([@dependabot](https://github.com/dependabot))
25+
* Bump @types/node from 24.1.0 to 24.2.0 [#278](https://github.com/KatsuteDev/Settings-Repository/pull/278) ([@dependabot](https://github.com/dependabot))
26+
* Bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group [#279](https://github.com/KatsuteDev/Settings-Repository/pull/279) ([@dependabot](https://github.com/dependabot))
27+
* Bump @types/node from 24.2.0 to 24.3.0 [#282](https://github.com/KatsuteDev/Settings-Repository/pull/282) ([@dependabot](https://github.com/dependabot))
28+
* Bump esbuild from 0.25.8 to 0.25.9 [#283](https://github.com/KatsuteDev/Settings-Repository/pull/283) ([@dependabot](https://github.com/dependabot))
29+
30+
**Full Changelog**: [`1.0.13...2.0.0`](https://github.com/KatsuteDev/Settings-Repository/compare/1.0.13...2.0.0)
31+
332
## 1.0.13
433

534
### Dependencies

0 commit comments

Comments
 (0)