Skip to content

Commit

Permalink
4.4 info
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Oct 26, 2023
1 parent d5fcc91 commit f3e5329
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 4.4

_Released 26/10/2023_

### 🐞 Bug fixes

- [Cocoa] Window not retaining focus on keystrokes. #1187
- [Cocoa] App crashing when closing fullscreen window. #1236
- [Cocoa] Video keeps playing after closing window. #1235
- [Cocoa] Uploaded file is empty if filename contains a space. #1231
- [Cocoa] Return value of confirmation dialog created by `window.confirm`. #976
- [Windows] Fullscreen application disappearing after disconnecting extended display. #1229

### 🚀 Improvements

- [All] Don't start http server for file:// urls. Thanks @glorpen
- [GTK] Bump WebKit2 to 4.1. Thanks @starnight
- [Windows] Disable swipe navigation #1230
- [Windows] Window is changed to fullscreen on the current monitor in a multi-monitor setup.

## 4.3.3

_Released 08/09/2023_
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

---
home: true
heroImage: logo.png
Expand All @@ -7,7 +8,7 @@ actionLink: /guide/
footer: BSD Licensed | Copyright © 2014–present Roman Sirokov
---
<div class='center version'>
Current version: <strong>4.3.3</strong><br/>
Current version: <strong>4.4</strong><br/>
<a href='/changelog.html'>What's new</a>
</div>

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"pyobjc-framework-WebKit;sys_platform=='darwin'",
"pyobjc-framework-security;sys_platform=='darwin'",
"QtPy;sys_platform=='openbsd6'",
"importlib_resources; python_version < '3.7'",
"proxy_tools",
"bottle",
"typing_extensions",
Expand Down

0 comments on commit f3e5329

Please sign in to comment.