Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Packaging

# v3.3.0

## Changes

- Add basic support for Mai Shiraishi Message app (#118)
- New command-line option: `--m_refresh_token` for Mai Shiraishi messages
- Support for downloading messages and media from the Mai Shiraishi Message app

# v3.2.2

### Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "colmsg"
version = "3.2.2"
version = "3.3.0"
authors = ["proshunsuke <shunsuke0901@gmail.com>"]
categories = ["command-line-utilities"]
description="Save the messages of '櫻坂46メッセージ', '日向坂46メッセージ' and '乃木坂46メッセージ' apps to the local."
description="A CLI tool for '櫻坂46メッセージ', '日向坂46メッセージ', '乃木坂46メッセージ', '齋藤飛鳥メッセージ' and '白石麻衣メッセージ' app."
homepage = "https://github.com/proshunsuke/colmsg"
license = "MIT"
readme = "README.md"
Expand Down
Loading