Skip to content

Commit

Permalink
Merge branch 'master' into TF-3200-Cleanup-Options-Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat authored Oct 22, 2024
2 parents 6bc3f27 + 124c4ce commit 4dc7147
Show file tree
Hide file tree
Showing 24 changed files with 1,258 additions and 151 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## [0.13.4] - 2024-10-17
### Added
- Configuration for deploy platform

### Fixed
- Change logos to beta and move position of version label on web

## [0.13.3] - 2024-10-16
### Fixed
- \#3002 \[SEARCH\] More filters
- \#3004 \[SEARCH\] Fix open close advanced search looses data
- \#3005 \[SEARCH\] Easily clear From and To search result header
- \#3006 \[SEARCH\] mail address handling in quick search bar
- \#3007 \[SEARCH\] Support drag and drop between From & To field
- \#3025 \[SEARCH\] Mark as read/unread/important/unimportant action refresh email view, reset selection in Search
- \#3192 \[SEARCH\] Update highlight style as design
- \[SEARCH\] Add suggestion for From/To dialog when input is new email address
- \#3045 Hide compose button situationally on mobile
- Show app version on login view
- \#2983 Fix download EML with special character
- Fix alignment receive time in email view
- Remove space when subject is empty or null
- Remove blink blink of next & previous button in Email View
- Fix hyperlink iOS still show full link
- Replace dart:ui to dart:ui\_web when platformViewRegistry in dart:ui is deprecated
- \#3183 Clean up draft after email sent
- \#3034 Prevent duplicate draft warning
- \#3171 Fix duplicate signature button on Composer view changed
- Simplified the prebuild script
- Translation vi, ru, fr, de

## [0.13.2] - 2024-09-18
### Added
- User guide
Expand Down Expand Up @@ -613,6 +644,8 @@
- \#1512 remove plain text input for signature
- \#1469 remove animation when navigating screen

[0.13.4]: https://github.com/linagora/tmail-flutter/releases/tag/v0.13.4
[0.13.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.13.3
[0.11.4002]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.4002
[0.11.4001]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.4001
[0.11.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.3
Expand Down
49 changes: 49 additions & 0 deletions assets/images/ic_logo_with_text_beta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions core/lib/presentation/resources/image_paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class ImagePaths {
String get icEventCanceled => _getImagePath('ic_event_canceled.svg');
String get icFormatQuote => _getImagePath('ic_format_quote.svg');
String get icLogoWithText => _getImagePath('ic_logo_with_text.svg');
String get icLogoWithTextBeta => _getImagePath('ic_logo_with_text_beta.svg');
String get icTMailLogo => _getImagePath('ic_tmail_logo.svg');
String get icLoginGraphic => _getImagePath('ic_login_graphic.svg');
String get icCancel => _getImagePath('ic_cancel.svg');
Expand Down
16 changes: 16 additions & 0 deletions docs/configuration/platform_configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Configuration for platform

### Context
- TwakeMail has actually been deployed on many different environments.

### How to config

1. Environments

- `sass`: SaaS platform
- `other`: Other platform

2. Active field PLATFORM in [env.file](https://github.com/linagora/tmail-flutter/blob/master/env.file)
```
PLATFORM=saas
```
Loading

0 comments on commit 4dc7147

Please sign in to comment.