File tree Expand file tree Collapse file tree 3 files changed +495
-29
lines changed
Expand file tree Collapse file tree 3 files changed +495
-29
lines changed Original file line number Diff line number Diff 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 ] : #
Original file line number Diff line number Diff line change 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 },
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" ,
You can’t perform that action at this time.
0 commit comments