Skip to content

Commit

Permalink
Merge pull request #289 from khoadng/3.1.0
Browse files Browse the repository at this point in the history
3.1.0
  • Loading branch information
khoadng authored Jun 22, 2023
2 parents 1fc96d6 + 0944124 commit 542ef52
Show file tree
Hide file tree
Showing 128 changed files with 4,912 additions and 916 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.1.0
- Add support for e621/e926
- Add some translations for Turkish and Ukrainian
- Add and update translations for French and Chinese (Simplified)

# 3.0.3
- Adjust the sensitivity of the swipe to dismiss gesture
- Fix an issue where you can't tap on the translation notes
Expand Down
12 changes: 12 additions & 0 deletions assets/boorus.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,17 @@
"url" : "https://lolibooru.moe/",
"cheatsheet" : "https://lolibooru.moe/help/cheatsheet",
"login_type" : "login_password_hashed"
},
{
"name" : "e621",
"url" : "https://e621.net/",
"cheatsheet" : "https://e621.net/help/cheatsheet",
"login_type" : "login_api_key"
},
{
"name" : "e926",
"url" : "https://e926.net/",
"cheatsheet" : "https://e926.net/help/cheatsheet",
"login_type" : "login_api_key"
}
]
Loading

0 comments on commit 542ef52

Please sign in to comment.