| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| timelinize_v0.0.28_mac_x64.zip | 2025-10-17 | 56.8 MB | |
| timelinize_v0.0.28_windows_x64.zip | 2025-10-17 | 52.0 MB | |
| timelinize_v0.0.28_linux_x64.tar.gz | 2025-10-17 | 50.1 MB | |
| timelinize_v0.0.28_mac_arm64.zip | 2025-10-17 | 53.8 MB | |
| timelinize_v0.0.28_linux_arm64.tar.gz | 2025-10-17 | 47.0 MB | |
| README.md | 2025-10-17 | 1.8 kB | |
| v0.0.28 source code.tar.gz | 2025-10-17 | 9.5 MB | |
| v0.0.28 source code.zip | 2025-10-17 | 9.7 MB | |
| Totals: 8 Items | 279.0 MB | 0 | |
Lots of improvements based on early feedback. Thanks to everyone who is trying it out and reporting bugs and especially those of you who submit patches/improvements! I very much appreciate not having to do this all myself. :) I can only test with my own data, of course, but these data sets vary so much and change over time, so I literally need your reports and patches to improve the software.
This time around:
- Major improvements to our Docker image (thanks @rubiojr!)
- Data sources:
- Twitter/X: Added support for older archives; they have the file named
tweet.jsinstead oftweets.js, apparently - Instagram: They have a slightly new archive layout in 2025, so added support for that
- Instagram: Stories are optional too, apparently
- VCard, Apple Contacts: Several fixes for birthdays, and even varying schemas :dizzy_face:
- Facebook: No longer recognize HTML versions of the data set (this is a "soft" fail, we should probably improve the UX here)
- Google Location: Add support for more languages other than English (the on-device Google Maps Timeline export file is named based on your locale, so we have to build a list of possible names...)
- Processor: Improved data sanitization (0-coordinates, super future timestamps)
What's Changed (PRs)
- googlelocation: add Polish translation for 'Timeline' when recognizing on-device export by @orestesgaolin in https://github.com/timelinize/timelinize/pull/143
- Dockerfile fixes by @rubiojr in https://github.com/timelinize/timelinize/pull/151
New Contributors
- @orestesgaolin made their first contribution in https://github.com/timelinize/timelinize/pull/143
Full Changelog: https://github.com/timelinize/timelinize/compare/v0.0.27...v0.0.28