diff --git a/changes.txt b/changes.txt index 1ba91146..01debd59 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,28 @@ +Adminer 4.8.3 (released 2023-10-xx): +Added some translations to russian language (PR #31) +Better URL detection (PR #33) +Main logo SVG, improved theme compatibility, RTL support (PR #34) +Added some translations to czech language (PR #39) +Improve tables list rendering (PR #41) +Detection of adminer.js (PR #42) +Added plugin plugin-login-external (PR #43) +Added plugin import-from-dir (PR #44) +Fix for plugin AdminerVersionNoverify (PR #45) +Fix issue with SELECT DISTINCT +Filter tables beautify +Added key shortcut Ctrl+Shift+F to focus filter field and disabled enter key +Fieldset rounded corners +Remove undefined variable removed by #7442183 (for IE9 compatibility) (PR #48) +Replaced Edit and Edit all of SQL Command history by icons +Replaced icons from PNG to SVG to reduce CSS file size +Make sure table is marked active in select mode +Use links bar for "Create ..." functions (PR #51) +Updates pepe-linha-dark submodule to the lastest commit (PR #54) +Fix issue with truncated queries and prevent copying queries > 1Mb to clipboard +Added a clipboard icon next to SQL command to expand and copy to clipboard +Added plugin documentation (PR #65) +Plugin file-upload generate temp filename no extension + prevent file to be located elsewhere then under upload path + files prefix .htfile to increase security (Issue reported by CISA) + Adminer 4.8.2 (released 2023-07-21): Support multi-line table comments MySQL: Use ST_SRID() instead of SRID() for MySQL 8 (PR #418)