Skip to content

Commit

Permalink
update: bump version to v1.6.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
uragiristereo committed Dec 23, 2022
1 parent 539ef56 commit a4701e0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 53 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<img src="https://github.com/uragiristereo/Mejiboard/raw/main/docs/banner.png" width="100%">

# Mejiboard
image (イメージ) + board = メジboard (mejiboard)
![GitHub all releases](https://img.shields.io/github/downloads/uragiristereo/Mejiboard/total)
[![)](https://img.shields.io/badge/latest-v1.6.0--alpha-orange)](https://github.com/uragiristereo/Mejiboard/releases)

_image (イメージ) + board = メジboard (mejiboard)_

An anime image board (booru) viewer for android, made from Jetpack Compose 🚀.

Expand All @@ -15,7 +18,7 @@ _Note: all providers are filtered as rated safe (general & sensitive)._

## Features
- Material Design UI
- Easy one-handed operation
- Optimized for one-handed operation
- System-based theme with 3 themes available (Light, Dark & Black)
- Search images with tags
- Image viewer with zoom, pan & gesture support
Expand All @@ -24,10 +27,10 @@ _Note: all providers are filtered as rated safe (general & sensitive)._
- Using latest Android tech stacks

## Download
Latest **alpha** variant:
- Version: `1.5.1-alpha`
- Date: 2022-11-01
- Links: [changelogs](https://github.com/uragiristereo/Mejiboard/releases/tag/v1.5.1-alpha) [direct APK](https://github.com/uragiristereo/Mejiboard/releases/download/v1.5.1-alpha/Mejiboard_v1.5.1-alpha.apk)

| variant | date | latest version | link |
|----------|------------|--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|
| v1-alpha | 2022-12-23 | [v1.6.0-alpha](https://github.com/uragiristereo/Mejiboard/releases/tag/v1.6.0-alpha) | [direct APK](https://github.com/uragiristereo/Mejiboard/releases/download/v1.5.1-alpha/Mejiboard_v1.5.1-alpha.apk) |

> _Check out [Releases](https://github.com/uragiristereo/Mejiboard/releases) section for more._
Expand All @@ -36,12 +39,6 @@ Latest **alpha** variant:

> _Demo video: [streamable.com/y8yc4p](https://streamable.com/y8yc4p)_
## To-Dos
> _See [TODOs.md](https://github.com/uragiristereo/Mejiboard/blob/main/docs/TODOs.md)_
## Libraries used
> _See [LIBRARIES.md](https://github.com/uragiristereo/Mejiboard/blob/main/docs/LIBRARIES.md)_
## License
Copyright 2021 Agung Watanabe

Expand Down
4 changes: 2 additions & 2 deletions app-alpha/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
minSdk 23
//noinspection ExpiredTargetSdkVersion
targetSdk 29
versionCode 105010
versionName "1.5.1-alpha"
versionCode 106000
versionName "1.6.0-alpha"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 2 additions & 2 deletions app-alpha/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"variant": "alpha",
"releases": [
{
"versionCode": 105010,
"versionName": "1.5.1-alpha",
"versionCode": 106000,
"versionName": "1.6.0-alpha",
"updateRequired": true
}
]
Expand Down
19 changes: 0 additions & 19 deletions docs/LIBRARIES.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/TODOs.md

This file was deleted.

Binary file modified docs/screenshots.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4701e0

Please sign in to comment.