Skip to content

Commit

Permalink
Merge pull request #340 from micz/v2.1.0
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
micz authored Aug 20, 2024
2 parents 4e54e2f + 301cfba commit 935403a
Show file tree
Hide file tree
Showing 45 changed files with 2,467 additions and 318 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@




<h3>Version 2.1.0 - ??/??/2024</h3>
<ul>
<li>It's now possible to define non-business days, allowing them to be excluded from aggregated statistics [<a href="https://github.com/micz/ThunderStats/issues/206">#206</a>].</li>
<li>Implemented the data export in CSV format [<a href="https://github.com/micz/ThunderStats/issues/287">#287</a>].</li>
<ul>
<li>Added a menu in every data tab to export data [<a href="https://github.com/micz/ThunderStats/issues/333">#333</a>].</li>
<li>Added the correspondents data extract.</li>
<li>Added the daily emails data extract in the 7 Days and Custom Query tabs.</li>
<li>Added an hourly email extract divider in the Today and Yesterday tabs.</li>
</ul>
<li>Added the total number of mails in aggregate stats in Today Tab, Yesterday Tab, 7 Days Tab and Custom View Tabs. This total also considers business days only if the corresponding option is active [<a href="https://github.com/micz/ThunderStats/issues/323">#323</a>].</li>
<li>Added an option to display today's time graph lines only up to the current hour [<a href="https://github.com/micz/ThunderStats/issues/302">#302</a>].</li>
<li>In today's time graph, a vertical line has been added to indicate the current hour [<a href="https://github.com/micz/ThunderStats/issues/79">#79</a>].</li>
<li>Some options have been moved from the options page "Advanced" tab to the "General" tab.</li>
<li>Displaying the last execution time for each tab [<a href="https://github.com/micz/ThunderStats/issues/314">#314</a>].</li>
<li>Changed the color of the 'Today' bar in the 7-Days Tab Chart [<a href="https://github.com/micz/ThunderStats/issues/326">#326</a>].</li>
<li>If the chosen account has been changed, switching to another tab reloads the data even if the "Reload data when changing tab" option is set to false [<a href="https://github.com/micz/ThunderStats/issues/327">#327</a>].</li>
<li>Fixes the correct default duplicate messages filtering flag for Gmail account.</li>
<li>...</li>
</ul>
<h3>Version 2.0.3 - 08/08/2024</h3>
<ul>
<li>Using the correct locale for the datepicker [<a href="https://github.com/micz/ThunderStats/issues/295">#295</a>].</li>
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,33 @@ Change the `minify` (`true`|`false`) property in the `vite.config.js` file to ch
<br>

## Credits
Original Author: [Mic](https://addons.thunderbird.net/thunderbird/user/Micz/)
Original Author: [Mic](https://github.com/micz)

Contributing Author: [Christopher Leidigh](https://addons.thunderbird.net/thunderbird/user/cleidigh/)
Contributing Author: [Christopher Leidigh](https://github.com/cleidigh)

<br>

## ATTRIBUTIONS
## Attributions

## Translations
### Translations
- English (en-US) : [Mic](https://addons.thunderbird.net/thunderbird/user/Micz/)
- Italian (it) : [Mic](https://addons.thunderbird.net/thunderbird/user/Micz/)
- French (fr) : Goofy and Vittorio
- German (de) : [Axel Grude](https://addons.thunderbird.net/thunderbird/user/realraven/) and ChatGPT (for version 2.0 new text)

<br>

## Javascript Libraries
### Javascript Libraries
See the [package.json](/package.json) file.

<br>

## Graphics
### Graphics
Addon icon thanks to http://hopstarter.deviantart.com/

Custom Query Bookmark Icon thanks to http://www.iconarchive.com/artist/graphicrating.html
Custom Query Bookmark icon thanks to http://www.iconarchive.com/artist/graphicrating.html

Loading SVGs thanks to https://loading.io

Business Days and Export Data icons thanks to https://www.iconarchive.com/artist/custom-icon-design.html

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thunderstats",
"version": "2.0.3",
"version": "2.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
132 changes: 130 additions & 2 deletions public/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"description": ""
},
"ExecutionTime": {
"message": "Ausführungszeit",
"message": "Gesamtzeit",
"description": ""
},
"Setup": {
Expand Down Expand Up @@ -116,7 +116,7 @@
"description": ""
},
"YesterdayThisTime": {
"message": "Gestern um diese Zeit",
"message": "um diese Zeit",
"description": ""
},
"sent": {
Expand Down Expand Up @@ -319,6 +319,10 @@
"message": "Fortgeschritten",
"description": ""
},
"TabBusinessDays.label": {
"message": "Business Days",
"description": ""
},
"TabCustomIdentities.label": {
"message": "Zusätzliche Identitäten",
"description": ""
Expand Down Expand Up @@ -391,6 +395,10 @@
"message": "e-mail-adressen",
"description": ""
},
"Weekdays": {
"message": "Weekdays",
"description": ""
},
"WeekDay0": {
"message": "Sonntag",
"description": ""
Expand Down Expand Up @@ -539,12 +547,132 @@
"message": "Standard festlegen",
"description": ""
},
"Label_bday_use_last_business_day": {
"message": "If yesterday is not a business day, show the last business day instead.",
"description": ""
},
"Label_bday_default_only": {
"message": "Consider business days only in aggregate statistics (max, min, average).",
"description": ""
},
"Non-BDays": {
"message": "Non-Business Days",
"description": ""
},
"Date": {
"message": "Date",
"description": ""
},
"Description": {
"message": "Description",
"description": ""
},
"New": {
"message": "New",
"description": ""
},
"Edit": {
"message": "Edit",
"description": ""
},
"Delete": {
"message": "Delete",
"description": ""
},
"Yearly": {
"message": "Every year",
"description": ""
},
"Yearly_Desc": {
"message": "This day will be a non-business day on every year.",
"description": ""
},
"Cancel": {
"message": "Cancel",
"description": ""
},
"Non-Business_Day": {
"message": "Non-Business Day",
"description": ""
},
"deletePromptNBD_text": {
"message": "Are you sure you want to delete this non-business day?",
"description": ""
},
"EasterNoBusinessDay": {
"message": "Easter and Easter Monday are non-business days.",
"description": ""
},
"Year": {
"message": "Year",
"description": ""
},
"Month": {
"message": "Month",
"description": ""
},
"Day": {
"message": "Day",
"description": ""
},
"OnlyBDCustomQry": {
"message": "Consider business days only",
"description": ""
},
"BusinessDayOnlyWarning": {
"message": "Considering business days only",
"description": ""
},
"LastBusinessDay": {
"message": "Last business day",
"description": ""
},
"Version": {
"message": "Version",
"description": ""
},
"AccountWithNoEmails": {
"message": "Das ausgewählte Konto hat keine zugeordneten E-Mails. Sie müssen eine benutzerdefinierte Identität auf der Optionsseite hinzufügen.",
"description": ""
},
"InfoTotal_AllMails": {
"message": "Diese Gesamtsumme berücksichtigt sowohl Werktage als auch Nicht-Werktage.",
"description": ""
},
"InfoTotal_BDMails_Only": {
"message": "Diese Werte berücksichtigen nur Werktage.",
"description": ""
},
"TimeChartNoFutureHours": {
"message": "Zeigen Sie keine zukünftigen Stunden im heutigen Zeitdiagramm an.",
"description": ""
},
"Miscellaneous": {
"message": "Verschiedenes",
"description": ""
},
"TimeChart": {
"message": "Zeitdiagramm",
"description": ""
},
"LastExecution": {
"message": "Letzte Ausführung",
"description": ""
},
"ExportData": {
"message": "Datenexport",
"description": ""
},
"DailyMails": {
"message": "Tägliche E-Mails",
"description": ""
},
"Correspondents": {
"message": "Korrespondenten",
"description": ""
},
"MailsInADay": {
"message": "E-Mails pro Tag",
"description": ""
}
}
Loading

0 comments on commit 935403a

Please sign in to comment.