Skip to content

Commit 0a63942

Browse files
authored
Merge pull request #7 from AshhadDevLab/development
CustomTkinter Snippets v4.0.0
2 parents 9b33a39 + b1c84b1 commit 0a63942

File tree

3 files changed

+495
-29
lines changed

3 files changed

+495
-29
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@ All notable changes to the CustomTkinter Snippets extension will be documented i
1919
- **Features**
2020
- Improved [README.md](./README.md) formatting and data.
2121

22+
## [v4.0.0] - Feature Addition and Work Flow Improvement (February 12, 2024)
23+
24+
- **New Features:**
25+
26+
- Added `customtkcfg` command which allows users to view all available custom configuration options.
27+
- Added `.grid()` and `.pack()` placement options.
28+
- Added placeholders to increase work-flow speed.
29+
- Added snippet for [`tkvideoplayer`](https://github.com/PaulleDemon/tkVideoPlayer).
30+
31+
- **Bug Fixes**
32+
- Fixed incorrect master name in `ctkwindow` snippet.
33+
- Corrected the [VSCode Market Place](https://marketplace.visualstudio.com/items?itemName=AshhadDevLab.customtkinter-snippets) banner color for better
34+
visibility.
35+
- Added keywords in `package.json` for searching easibility.
36+
2237
[v1.0.0]: #
2338
[v2.0.0]: #
2439
[v3.0.0]: #
40+
[v4.0.0]: #

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22
"name": "customtkinter-snippets",
33
"displayName": "CustomTkinter-Snippets",
44
"description": "A curated collection of Python customtkinter snippets for building interactive GUI applications effortlessly.",
5-
"version": "3.0.0",
5+
"version": "4.0.0",
6+
"keywords": [
7+
"python",
8+
"gui",
9+
"customtkinter",
10+
"tkinter",
11+
"custom",
12+
"design",
13+
"ui",
14+
"framework",
15+
"snippets",
16+
"visual studio code",
17+
"snippet"
18+
],
619
"engines": {
720
"vscode": "^1.86.0"
821
},
@@ -13,7 +26,7 @@
1326
],
1427
"license": "https://github.com/AshhadDevLab/CustomTkinter-Snippets/blob/main/LICENSE",
1528
"galleryBanner": {
16-
"color": "#029CFF",
29+
"color": "#33383F",
1730
"theme": "dark"
1831
},
1932
"publisher": "AshhadDevLab",

0 commit comments

Comments
 (0)