Skip to content

Commit 99b1900

Browse files
committed
Update README for v1.4.0: Add changelog
1 parent 7b53841 commit 99b1900

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A package to manipulate windows and titlebar of GUI applications made using python
44
**Supports Windows 7-11**
55

6-
https://raw.githubusercontent.com/zingzy/hPyT/main/.github/assets/hPyT-preview-app.mp4
6+
https://github.com/Zingzy/hPyT/assets/90309290/f86df1c7-b75b-4477-974a-eb34cc117df3
77

88
**You can download the above hPyT-preview-app from [github releases](https://github.com/Zingzy/hPyT-preview-app/releases/latest/) to test out the package before using it in your projects**
99

@@ -658,6 +658,8 @@ hwnd = ctypes.windll.user32.GetActiveWindow()
658658
rainbow_border.start(hwnd, interval=4) # use the hwnd of the window instead of the window object
659659
```
660660

661+
[Back to top](#-installing)
662+
661663
## Miscellaneous
662664

663665
### Get Windows Accent Color
@@ -681,7 +683,11 @@ print(stylize_text("Your Custom Text", style=1)) # stylizes your text
681683

682684
### v1.4.0
683685

684-
-
686+
- Add new feature for customizing the corner radius of the window
687+
- Add new feature for manipulating the non-client area of the window
688+
- Fix the issue with stylize text not looking for changes made by the user
689+
- Fix the issue with title text not being consistent on older versions of windows
690+
- Add support for x86/x32 pythonarchitecture
685691

686692
### v1.3.7
687693

0 commit comments

Comments
 (0)