Skip to content

Commit

Permalink
Merge pull request #137 from ReagentX/develop
Browse files Browse the repository at this point in the history
Arroyo Lupine
  • Loading branch information
ReagentX authored Jul 29, 2023
2 parents 563d1a6 + c73bc4d commit 1ec0e93
Show file tree
Hide file tree
Showing 19 changed files with 558 additions and 360 deletions.
84 changes: 45 additions & 39 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Documentation for the library is located [here](imessage-database/README.md).

### Supported Features

This crate supports every iMessage feature as of MacOS 13.3.1 (22E261) and iOS 16.4.1 (20E252):
This crate supports every iMessage feature as of MacOS 13.5 (22G74) and iOS 16.6 (20G75):

- Multi-part messages
- Replies/Threads
Expand Down
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This tool targets the current latest public release for MacOS and iMessage. It m
- Attachments
- Any type of attachment that can be displayed on the web is embedded in the HTML exports
- Attachments can be copied to the export directory or referenced in-place
- Less-compatible HEIC/HEIF images are converted to PNG for portable exports
- Less-compatible HEIC images are converted to PNG for portable exports
- Attachments are displayed as
- File paths in TXT exports
- Embeds in HTML exports (including `<img>`, `<video>`, and `<audio>`)
Expand Down
2 changes: 1 addition & 1 deletion imessage-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/ReagentX/imessage-exporter"
version = "0.0.0"

[dependencies]
chrono = "0.4.24"
chrono = "0.4.26"
plist = "1.4.3"
rusqlite = {version = "0.29.0", features = ["blob", "bundled"]}
sha1 = "0.10.5"
Loading

0 comments on commit 1ec0e93

Please sign in to comment.