Skip to content

Commit

Permalink
Release 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Apr 30, 2023
1 parent be95314 commit ca1ce13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
4.1.4:
New features:
- Add support for HTTPS (Julien Rouhaud, per initial request from github user
hrawulwa, then further requests from github users banlex73 and
guruguruguru. Thanks also to github user guruguruguru for testing the
feature)
Bug fixes:
- Fix explain plan css (Julien Rouhaud, per report from github user
Ravi160492)
- Fix detection of nodes with the same qualid in the global index suggestion
wizard (Pierre Giraud)
- Fix detection of powa bgworker in the config page (Julien Rouhaud)
Misc:
- Improve grid queries performance (Marc Cousin and Julien Rouhaud)
- Improve login form serverlist (Uwe Simon)
4.1.3:
New features:
- Add a new cookie_expires_days option (Julien Rouhaud, per request from
Expand Down
2 changes: 1 addition & 1 deletion powa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
import re

__VERSION__ = '4.1.3'
__VERSION__ = '4.1.4'

ver_tmp = re.sub("(alpha|beta)[0-9]*", "", __VERSION__)
__VERSION_NUM__ = [int(part) for part in (ver_tmp.split('.'))]
Expand Down

0 comments on commit ca1ce13

Please sign in to comment.