diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e928d55..9330b8c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
+
Version 2.3.1 - 25/11/2024
+
+ - In the Custom View now it's also possible to manually write the date in the datepicker. The two dates must be separated by "space hyphen space", " - ".
+ - 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) [#394].
+ - Inbox Zero Date Chart tooltip is now visible again [#392].
+ - 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 [#390].
+ - Custom View export menu is now correctly updated [#393].
+ - Preventing concurrent data querying in the Custom View under some circumstances.
+ - Some buttons graphic and positioning improved.
+
Version 2.3.0 - 17/11/2024
- It's now possible to search for read/unread and starred/unsterred in the Custom View [#158].
diff --git a/package-lock.json b/package-lock.json
index fd3ac164..84002f74 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "thunderstats",
- "version": "2.3.0",
+ "version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "thunderstats",
- "version": "2.3.0",
+ "version": "2.3.1",
"dependencies": {
"@imengyu/vue3-context-menu": "^1.4.1",
"@vueform/multiselect": "^2.6.10",
diff --git a/package.json b/package.json
index b36987f9..06ee2bb8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "thunderstats",
- "version": "2.3.0",
+ "version": "2.3.1",
"private": true,
"type": "module",
"scripts": {
diff --git a/public/_locales/de/messages.json b/public/_locales/de/messages.json
index 32f42aad..43ec24c7 100644
--- a/public/_locales/de/messages.json
+++ b/public/_locales/de/messages.json
@@ -672,7 +672,7 @@
"description": ""
},
"MailsInADay": {
- "message": "E-Mails pro Tag",
+ "message": "Tageszeit",
"description": ""
},
"FolderLocation_percent_handled": {
@@ -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": ""
}
}
\ No newline at end of file
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json
index 36901b63..e86a4a2d 100644
--- a/public/_locales/en/messages.json
+++ b/public/_locales/en/messages.json
@@ -672,7 +672,7 @@
"description": ""
},
"MailsInADay": {
- "message": "Mails in a day",
+ "message": "Time of the day",
"description": ""
},
"FolderLocation_percent_handled": {
@@ -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": ""
}
}
diff --git a/public/_locales/fr/messages.json b/public/_locales/fr/messages.json
index a3c42080..7cdb59cc 100644
--- a/public/_locales/fr/messages.json
+++ b/public/_locales/fr/messages.json
@@ -672,7 +672,7 @@
"description": ""
},
"MailsInADay": {
- "message": "E-mails par jour",
+ "message": "Moment de la journée",
"description": ""
},
"FolderLocation_percent_handled": {
@@ -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": ""
}
}
\ No newline at end of file
diff --git a/public/_locales/it/messages.json b/public/_locales/it/messages.json
index 26be6cf1..3bfa9ded 100644
--- a/public/_locales/it/messages.json
+++ b/public/_locales/it/messages.json
@@ -672,7 +672,7 @@
"description": ""
},
"MailsInADay": {
- "message": "Mail in un giorno",
+ "message": "Ora del giorno",
"description": ""
},
"FolderLocation_percent_handled": {
@@ -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": ""
}
}
\ No newline at end of file
diff --git a/public/manifest.json b/public/manifest.json
index af412d17..23984d05 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -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 (m@micz.it)",
"homepage_url": "http://micz.it/thunderbird-addon-thunderstats-your-thunderbird-statistics/",
"default_locale": "en",
diff --git a/src/assets/main.css b/src/assets/main.css
index d3885419..43189954 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -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;
}
diff --git a/src/components/ExportMenu.vue b/src/components/ExportMenu.vue
index 34bf61be..ac9caa2a 100644
--- a/src/components/ExportMenu.vue
+++ b/src/components/ExportMenu.vue
@@ -7,7 +7,7 @@