Skip to content

Commit

Permalink
Release Frecents plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zt64 committed Oct 24, 2024
1 parent d4e2fa8 commit 038132a
Show file tree
Hide file tree
Showing 9 changed files with 7,268 additions and 8,461 deletions.
9 changes: 8 additions & 1 deletion plugin/Frecents/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Protobuf Code Generation

Protobuf code is generated by invoking the following command from `src/main`:

```shell
protoc --java_out=lite:java proto/FrecencyUserSettings.proto
```
```

Thank you Dolfies :blobcatcozy:
[discord-protos/FrecencyUserSettings.proto](https://github.com/dolfies/discord-protos/blob/master/discord_protos/FrecencyUserSettings.proto)

Using [protocolbuffers/protobuf v29.0-rc2/java](https://github.com/protocolbuffers/protobuf/tree/v29.0-rc2/java)
4 changes: 3 additions & 1 deletion plugin/Frecents/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version = "1.0.0"
description = "Favorite GIFs & stickers"
description = "Adds support for favorite GIFs, emojis, stickers, and recent items"

aliucord.excludeFromUpdaterJson.set(true)
aliucord.changelog.set(
"""
# 1.0.0
- Initial release
""".trimIndent()
)
Loading

0 comments on commit 038132a

Please sign in to comment.