You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
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))
0 commit comments