mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
v2.28.1
This commit is contained in:
parent
d190aa114b
commit
fe0216aa3a
7 changed files with 83 additions and 36 deletions
|
|
@ -316,5 +316,5 @@ dev_email = ""
|
||||||
dev_password = ""
|
dev_password = ""
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
current = "2.28.0"
|
current = "2.28.1"
|
||||||
saved = "Sun, 18 Dec 2022 22:10:48 +0000"
|
saved = "Sun, 18 Dec 2022 22:10:48 +0000"
|
||||||
|
|
|
||||||
107
CHANGELOG.md
107
CHANGELOG.md
|
|
@ -1,46 +1,93 @@
|
||||||
|
## 2.28.1 – 2023-06-05
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- Optical issue with input fields for mail and folder search
|
||||||
|
[#1149](https://github.com/the-djmaze/snappymail/pull/1149)
|
||||||
|
- Update Chinese translation by @mayswind
|
||||||
|
[#1157](https://github.com/the-djmaze/snappymail/pull/1157)
|
||||||
|
- Update Polish translation by @tinola
|
||||||
|
[#1156](https://github.com/the-djmaze/snappymail/pull/1156)
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Undefined SIG constants
|
||||||
|
[#1147](https://github.com/the-djmaze/snappymail/pull/1147)
|
||||||
|
|
||||||
|
|
||||||
## 2.28.0 – 2023-05-30
|
## 2.28.0 – 2023-05-30
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
- Threaded view make number orange when unread sub-messages #1028
|
- Threaded view make number orange when unread sub-messages
|
||||||
|
[#1028](https://github.com/the-djmaze/snappymail/pull/1028)
|
||||||
- Handle PHP pctnl messages
|
- Handle PHP pctnl messages
|
||||||
- addEventListener('rl-view-model') missing for Settings #1013
|
- addEventListener('rl-view-model') missing for Settings
|
||||||
|
[#1013](https://github.com/the-djmaze/snappymail/pull/1013)
|
||||||
- CSS `--btn-border-radius`
|
- CSS `--btn-border-radius`
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
- Improved RTL languages support #1056
|
- Improved RTL languages support
|
||||||
- Composer text/attachments as tabs #1119
|
[#1056](https://github.com/the-djmaze/snappymail/pull/1056)
|
||||||
- Filter dialog doesn't refer to folder names consistently #1111
|
- Composer text/attachments as tabs
|
||||||
- TLS connection for MYSQL contact db #1078
|
[#1119](https://github.com/the-djmaze/snappymail/pull/1119)
|
||||||
- Allow empty message body when there are attachments #1052
|
- Filter dialog doesn't refer to folder names consistently
|
||||||
|
[#1111](https://github.com/the-djmaze/snappymail/pull/1111)
|
||||||
|
- TLS connection for MYSQL contact db
|
||||||
|
[#1078](https://github.com/the-djmaze/snappymail/pull/1078)
|
||||||
|
- Allow empty message body when there are attachments
|
||||||
|
[#1052](https://github.com/the-djmaze/snappymail/pull/1052)
|
||||||
- PHP inherit logger as Trait
|
- PHP inherit logger as Trait
|
||||||
- Update Portuguese by @ner00 #1124
|
- Update Portuguese by @ner00
|
||||||
- Update Traditional Chinese (Taiwan) by @chiyi4488 #1107
|
[#1124](https://github.com/the-djmaze/snappymail/pull/1124)
|
||||||
- Update Russian by @konkere #1108
|
- Update Traditional Chinese (Taiwan) by @chiyi4488
|
||||||
- Update Italian by @cm-schl #1094
|
[#1107](https://github.com/the-djmaze/snappymail/pull/1107)
|
||||||
- Update French by @hguilbert #1102
|
- Update Russian by @konkere
|
||||||
- Update German by @cm-schl #1087
|
[#1108](https://github.com/the-djmaze/snappymail/pull/1108)
|
||||||
|
- Update Italian by @cm-schl
|
||||||
|
[#1094](https://github.com/the-djmaze/snappymail/pull/1094)
|
||||||
|
- Update French by @hguilbert
|
||||||
|
[#1102](https://github.com/the-djmaze/snappymail/pull/1102)
|
||||||
|
- Update German by @cm-schl
|
||||||
|
[#1087](https://github.com/the-djmaze/snappymail/pull/1087)
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
- Show messagelist timeout/abort error for #1071
|
- Show messagelist timeout/abort error for
|
||||||
- DesktopNotifications setting not saved #1137
|
[#1071](https://github.com/the-djmaze/snappymail/pull/1071)
|
||||||
- PHP Deprecation warning for $_openPipes #1141
|
- DesktopNotifications setting not saved
|
||||||
- Images size wrong #1134
|
[#1137](https://github.com/the-djmaze/snappymail/pull/1137)
|
||||||
- Unable to preview body of encrypted mail in mailvelope reply-to #1130
|
- PHP Deprecation warning for $_openPipes
|
||||||
- Replace `<button>` in HTML message with innerHTML instead of remove #1125
|
[#1141](https://github.com/the-djmaze/snappymail/pull/1141)
|
||||||
- Mailvelope failed #1126
|
- Images size wrong
|
||||||
|
[#1134](https://github.com/the-djmaze/snappymail/pull/1134)
|
||||||
|
- Unable to preview body of encrypted mail in mailvelope reply-to
|
||||||
|
[#1130](https://github.com/the-djmaze/snappymail/pull/1130)
|
||||||
|
- Replace `<button>` in HTML message with innerHTML instead of remove
|
||||||
|
[#1125](https://github.com/the-djmaze/snappymail/pull/1125)
|
||||||
|
- Mailvelope failed
|
||||||
|
[#1126](https://github.com/the-djmaze/snappymail/pull/1126)
|
||||||
- Tabs labels row height
|
- Tabs labels row height
|
||||||
- Selecting not yet existing filter throws error message instead of opening edit box #1104
|
- Selecting not yet existing filter throws error message instead of opening edit box
|
||||||
|
[#1104](https://github.com/the-djmaze/snappymail/pull/1104)
|
||||||
- JavaScript Squire `node is null` error
|
- JavaScript Squire `node is null` error
|
||||||
- Config/Application.php: array_rand(): Argument #1 cannot be empty #1123
|
- Config/Application.php: array_rand(): Argument
|
||||||
- Pressing Enter in Add Filter dialog results in "Leave page?" prompt #1112
|
[#1](https://github.com/the-djmaze/snappymail/pull/1) cannot be empty
|
||||||
- Issue with certain Amazon emails #1086
|
[#1123](https://github.com/the-djmaze/snappymail/pull/1123)
|
||||||
- HTML font 8px and 10px issue #1082
|
- Pressing Enter in Add Filter dialog results in "Leave page?" prompt
|
||||||
- Exception when executed on command line on the first-time #1085
|
[#1112](https://github.com/the-djmaze/snappymail/pull/1112)
|
||||||
- Folders missing pagination #1070
|
- Issue with certain Amazon emails
|
||||||
- Nextcloud WYSIWYG button style #1138
|
[#1086](https://github.com/the-djmaze/snappymail/pull/1086)
|
||||||
|
- HTML font 8px and 10px issue
|
||||||
|
[#1082](https://github.com/the-djmaze/snappymail/pull/1082)
|
||||||
|
- Exception when executed on command line on the first-time
|
||||||
|
[#1085](https://github.com/the-djmaze/snappymail/pull/1085)
|
||||||
|
- Folders missing pagination
|
||||||
|
[#1070](https://github.com/the-djmaze/snappymail/pull/1070)
|
||||||
|
- Nextcloud WYSIWYG button style
|
||||||
|
[#1138](https://github.com/the-djmaze/snappymail/pull/1138)
|
||||||
- Nextcloud .btn-group > .btn layout
|
- Nextcloud .btn-group > .btn layout
|
||||||
- Nextcloud Bulleted items do not show the bullets in the preview window. #1117
|
- Nextcloud Bulleted items do not show the bullets in the preview window.
|
||||||
- Nextcloud Contacts integration #1083
|
[#1117](https://github.com/the-djmaze/snappymail/pull/1117)
|
||||||
|
- Nextcloud Contacts integration
|
||||||
|
[#1083](https://github.com/the-djmaze/snappymail/pull/1083)
|
||||||
|
|
||||||
|
|
||||||
## 2.27.3 – 2023-04-04
|
## 2.27.3 – 2023-04-04
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages SnappyMail <upstream>2.28.0</upstream>.
|
This app packages SnappyMail <upstream>2.28.1</upstream>.
|
||||||
|
|
||||||
SnappyMail is a simple, modern, lightweight & fast web-based email client.
|
SnappyMail is a simple, modern, lightweight & fast web-based email client.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
# If you change the extraction below, be sure to test on scaleway
|
# If you change the extraction below, be sure to test on scaleway
|
||||||
VERSION=2.28.0
|
VERSION=2.28.1
|
||||||
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
|
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
|
||||||
unzip /tmp/snappymail.zip -d /app/code && \
|
unzip /tmp/snappymail.zip -d /app/code && \
|
||||||
rm /tmp/snappymail.zip && \
|
rm /tmp/snappymail.zip && \
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<id>snappymail</id>
|
<id>snappymail</id>
|
||||||
<name>SnappyMail</name>
|
<name>SnappyMail</name>
|
||||||
<summary>SnappyMail Webmail</summary>
|
<summary>SnappyMail Webmail</summary>
|
||||||
<version>2.28.0</version>
|
<version>2.28.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
|
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
|
||||||
<description><![CDATA[**Simple, modern, lightweight & fast web-based email client.**
|
<description><![CDATA[**Simple, modern, lightweight & fast web-based email client.**
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ return "SnappyMail Webmail is a browser-based multilingual IMAP client with an a
|
||||||
# script_snappymail_versions()
|
# script_snappymail_versions()
|
||||||
sub script_snappymail_versions
|
sub script_snappymail_versions
|
||||||
{
|
{
|
||||||
return ( "2.28.0" );
|
return ( "2.28.1" );
|
||||||
}
|
}
|
||||||
|
|
||||||
sub script_snappymail_version_desc
|
sub script_snappymail_version_desc
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"title": "SnappyMail",
|
"title": "SnappyMail",
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.28.0",
|
"version": "2.28.1",
|
||||||
"homepage": "https://snappymail.eu",
|
"homepage": "https://snappymail.eu",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "DJ Maze",
|
"name": "DJ Maze",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue