-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
219 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,220 @@ | ||
Changelog | ||
========= | ||
|
||
|
||
0.0.25 (2022-10-06) | ||
------------------- | ||
- Feat: Add toAddress and fromAddress to MileageTable. [Rein Appeldoorn] | ||
|
||
Closes #13 | ||
|
||
|
||
0.0.24 (2022-10-04) | ||
------------------- | ||
|
||
Fix | ||
~~~ | ||
- Export name. [Rein Appeldoorn] | ||
|
||
Closes #16 | ||
- Duration as milliseconds. [Rein Appeldoorn] | ||
|
||
Closes #15 | ||
- TimeEnd export when csvExportDatesInLocalTimezone is turned on. [Rein | ||
Appeldoorn] | ||
|
||
Other | ||
~~~~~ | ||
- 0.0.24. [Rein Appeldoorn] | ||
- Chore: NodeJS 14. [Rein Appeldoorn] | ||
- Feat: lat long in data table. [Rein Appeldoorn] | ||
|
||
|
||
0.0.23 (2021-04-12) | ||
------------------- | ||
- 0.0.23. [Rein Appeldoorn] | ||
- Feat(csv_export): Local timezone export option. [Rein Appeldoorn] | ||
|
||
|
||
0.0.22 (2021-04-12) | ||
------------------- | ||
- 0.0.22. [Rein Appeldoorn] | ||
- Feat(options): autoFetch, csvExport processed data. [Rein Appeldoorn] | ||
|
||
|
||
0.0.21 (2021-03-22) | ||
------------------- | ||
- 0.0.21. [Rein Appeldoorn] | ||
- Feat: miles. [Rein Appeldoorn] | ||
|
||
|
||
0.0.20 (2021-03-22) | ||
------------------- | ||
|
||
Fix | ||
~~~ | ||
- Stop fetching. [Rein Appeldoorn] | ||
|
||
Other | ||
~~~~~ | ||
- 0.0.20. [Rein Appeldoorn] | ||
|
||
|
||
0.0.19 (2021-03-22) | ||
------------------- | ||
- 0.0.19. [Rein Appeldoorn] | ||
- Feat: Show error message on 429 error (too many requests) [Rein | ||
Appeldoorn] | ||
|
||
|
||
0.0.18 (2021-01-06) | ||
------------------- | ||
- 0.0.18. [Rein Appeldoorn] | ||
- Removed week start day and added overwrite distance. [Rein Appeldoorn] | ||
|
||
|
||
0.0.17 (2020-12-27) | ||
------------------- | ||
|
||
Fix | ||
~~~ | ||
- Week numbers. [Rein Appeldoorn] | ||
|
||
Other | ||
~~~~~ | ||
- 0.0.17. [Rein Appeldoorn] | ||
|
||
|
||
0.0.16 (2020-12-27) | ||
------------------- | ||
- 0.0.16. [Rein Appeldoorn] | ||
- Bugfixes. [Rein Appeldoorn] | ||
|
||
|
||
0.0.15 (2020-12-23) | ||
------------------- | ||
- 0.0.15. [Rein Appeldoorn] | ||
- Chore: styling / branding. [Rein Appeldoorn] | ||
|
||
|
||
0.0.14 (2020-12-16) | ||
------------------- | ||
- 0.0.14. [Rein Appeldoorn] | ||
- Chore: refactor for re-usage of data table. [Rein Appeldoorn] | ||
- Doc: fixed release doc. [Rein Appeldoorn] | ||
|
||
|
||
0.0.13 (2020-12-12) | ||
------------------- | ||
- 0.0.13. [Rein Appeldoorn] | ||
- Feat: MileageTable example. [Rein Appeldoorn] | ||
|
||
|
||
0.0.12 (2020-12-11) | ||
------------------- | ||
|
||
Fix | ||
~~~ | ||
- Accounts.google.com/ServiceLogin redirect. [Rein Appeldoorn] | ||
|
||
Other | ||
~~~~~ | ||
- 0.0.12. [Rein Appeldoorn] | ||
|
||
|
||
0.0.11 (2020-12-10) | ||
------------------- | ||
- 0.0.11. [Rein Appeldoorn] | ||
- Feat: TimesheetTable. [Rein Appeldoorn] | ||
- Chore: lint / formatting. [Rein Appeldoorn] | ||
|
||
|
||
0.0.10 (2020-12-10) | ||
------------------- | ||
|
||
Fix | ||
~~~ | ||
- Extension url. [Rein Appeldoorn] | ||
|
||
Other | ||
~~~~~ | ||
- 0.0.10. [Rein Appeldoorn] | ||
|
||
|
||
0.0.9 (2020-12-10) | ||
------------------ | ||
|
||
Fix | ||
~~~ | ||
- Async sendResponse by returning 'true' [Rein Appeldoorn] | ||
|
||
+ Error toast when request fails | ||
|
||
Other | ||
~~~~~ | ||
- 0.0.9. [Rein Appeldoorn] | ||
|
||
|
||
0.0.8 (2020-12-10) | ||
------------------ | ||
- 0.0.8. [Rein Appeldoorn] | ||
- Fix watch:dev. [Rein Appeldoorn] | ||
|
||
|
||
0.0.7 (2020-12-09) | ||
------------------ | ||
- 0.0.7. [Rein Appeldoorn] | ||
- Feat: Global options / Sortable table + refactor. [Rein Appeldoorn] | ||
- Removed unused import. [Rein Appeldoorn] | ||
|
||
|
||
0.0.6 (2020-12-09) | ||
------------------ | ||
|
||
Fix | ||
~~~ | ||
- CORS request via background.js messaging. [Rein Appeldoorn] | ||
|
||
See https://www.chromium.org/Home/chromium-security/extension-content-script-fetches | ||
|
||
Other | ||
~~~~~ | ||
- 0.0.6. [Rein Appeldoorn] | ||
|
||
|
||
0.0.5 (2020-12-07) | ||
------------------ | ||
- 0.0.5. [Rein Appeldoorn] | ||
- Fix(DateSelection): Value as date. [Rein Appeldoorn] | ||
- Feat: CSV export. [Rein Appeldoorn] | ||
- Chore: raw data title + formatting. [Rein Appeldoorn] | ||
- Feat: Day/Week/Month/Range selection. [Rein Appeldoorn] | ||
|
||
|
||
0.0.4 (2020-12-05) | ||
------------------ | ||
- 0.0.4. [Rein Appeldoorn] | ||
- Formatting. [Rein Appeldoorn] | ||
|
||
|
||
0.0.3 (2020-12-04) | ||
------------------ | ||
- 0.0.3. [Rein Appeldoorn] | ||
- Chore: removed "tabs" permission. [Rein Appeldoorn] | ||
|
||
|
||
0.0.2 (2020-12-02) | ||
------------------ | ||
- 0.0.2. [Rein Appeldoorn] | ||
|
||
|
||
0.0.1 (2020-12-02) | ||
------------------ | ||
- Update tags.yaml. [Rein Appeldoorn] | ||
- Create tags.yaml. [Rein Appeldoorn] | ||
- Create master.yml. [Rein Appeldoorn] | ||
- Changelog. [Rein Appeldoorn] | ||
- Feat: Fetch date range to table. [Rein Appeldoorn] | ||
- Chore: plugin scaffold. [Rein Appeldoorn] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "timeline-exporter", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Google maps timeline exporter", | ||
"author": "Rein Appeldoorn <[email protected]>", | ||
"license": "MIT", | ||
|