Skip to content

Commit

Permalink
Merge pull request #395 from micz/v2.3.1
Browse files Browse the repository at this point in the history
v2.3.1
  • Loading branch information
micz authored Nov 25, 2024
2 parents 3b808d5 + 045b8f3 commit e52810a
Show file tree
Hide file tree
Showing 20 changed files with 609 additions and 203 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@



<h3>Version 2.3.1 - 25/11/2024</h3>
<ul>
<li>In the Custom View now it's also possible to manually write the date in the datepicker. The two dates must be separated by "<i>space hyphen space</i>", " - ".</li>
<li>Now it's possible to extract all the new charts data (tags, folder, domains) and all the Custom View periods (daily, weekly, monthly, yearly mails) [<a href="https://github.com/micz/ThunderStats/issues/394">#394</a>].</li>
<li>Inbox Zero Date Chart tooltip is now visible again [<a href="https://github.com/micz/ThunderStats/issues/392">#392</a>].</li>
<li>Custom View sent and received charts day view has now a max width of 30.000 pixels, so it's visible also when querying hundreds of days [<a href="https://github.com/micz/ThunderStats/issues/390">#390</a>].</li>
<li>Custom View export menu is now correctly updated [<a href="https://github.com/micz/ThunderStats/issues/393">#393</a>].</li>
<li>Preventing concurrent data querying in the Custom View under some circumstances.</li>
<li>Some buttons graphic and positioning improved.</li>
</ul>
<h3>Version 2.3.0 - 17/11/2024</h3>
<ul>
<li>It's now possible to search for read/unread and starred/unsterred in the Custom View [<a href="https://github.com/micz/ThunderStats/issues/158">#158</a>].</li>
Expand Down
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.3.0",
"version": "2.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
18 changes: 17 additions & 1 deletion public/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
"description": ""
},
"MailsInADay": {
"message": "E-Mails pro Tag",
"message": "Tageszeit",
"description": ""
},
"FolderLocation_percent_handled": {
Expand Down Expand Up @@ -812,5 +812,21 @@
"prefs_customqry_loaddata_when_opening_addon": {
"message": "Daten laden, auch wenn die benutzerdefinierte Ansicht der erste geöffnete Tab in ThunderStats ist",
"description": ""
},
"WeeklyMails": {
"message": "Wochenmails",
"description": ""
},
"MonthlyMails": {
"message": "Monatsmails",
"description": ""
},
"YearlyMails": {
"message": "Jahresmails",
"description": ""
},
"Week": {
"message": "Woche",
"description": ""
}
}
18 changes: 17 additions & 1 deletion public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
"description": ""
},
"MailsInADay": {
"message": "Mails in a day",
"message": "Time of the day",
"description": ""
},
"FolderLocation_percent_handled": {
Expand Down Expand Up @@ -812,5 +812,21 @@
"prefs_customqry_loaddata_when_opening_addon": {
"message": "Load data even when Custom View is the first tab opened in ThunderStats",
"description": ""
},
"WeeklyMails": {
"message": "Weekly Mails",
"description": ""
},
"MonthlyMails": {
"message": "Monthly Mails",
"description": ""
},
"YearlyMails": {
"message": "Yearly Mails",
"description": ""
},
"Week": {
"message": "Week",
"description": ""
}
}
18 changes: 17 additions & 1 deletion public/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
"description": ""
},
"MailsInADay": {
"message": "E-mails par jour",
"message": "Moment de la journée",
"description": ""
},
"FolderLocation_percent_handled": {
Expand Down Expand Up @@ -812,5 +812,21 @@
"prefs_customqry_loaddata_when_opening_addon": {
"message": "Charger les données même si la vue personnalisée est l'onglet ouvert en premier dans ThunderStats",
"description": ""
},
"WeeklyMails": {
"message": "Courriels de la semaine",
"description": ""
},
"MonthlyMails": {
"message": "Courriels du mois",
"description": ""
},
"YearlyMails": {
"message": "Courriels de l'annee",
"description": ""
},
"week": {
"message": "Semaine",
"description": ""
}
}
18 changes: 17 additions & 1 deletion public/_locales/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
"description": ""
},
"MailsInADay": {
"message": "Mail in un giorno",
"message": "Ora del giorno",
"description": ""
},
"FolderLocation_percent_handled": {
Expand Down Expand Up @@ -812,5 +812,21 @@
"prefs_customqry_loaddata_when_opening_addon": {
"message": "Carica i dati anche quando la Vista Personalizzata è la prima scheda aperta in ThunderStats",
"description": ""
},
"WeeklyMails": {
"message": "Email settimanali",
"description": ""
},
"MonthlyMails": {
"message": "Email mensili",
"description": ""
},
"YearlyMails": {
"message": "Email annuali",
"description": ""
},
"Week": {
"message": "Settimana",
"description": ""
}
}
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderStats",
"description": "Do you remember the old good Eudora statistics? Do you miss them? Using this addon you can finally keep an eye on how you use your beloved Thunderbird!",
"version": "2.3.0",
"version": "2.3.1",
"author": "Mic ([email protected])",
"homepage_url": "http://micz.it/thunderbird-addon-thunderstats-your-thunderbird-statistics/",
"default_locale": "en",
Expand Down
9 changes: 9 additions & 0 deletions src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,15 @@ table#customqry_adv_filters_table td{
cursor: unset;
}

.btn_pos_3{
position: relative;
top: -3px;
}

.chart_inbox0_extended_btn{
text-align: right;
}

.spacer {
flex-grow: 1;
}
Expand Down
Loading

0 comments on commit e52810a

Please sign in to comment.