facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

new release? #625

Closed maks closed 5 years ago

maks commented 5 years ago

@jasta there have been a fair few commits go into master since 1.5.0 - are there any plans to do a new release?

sudhee commented 5 years ago

+1. Looking for a new release.

android-notes commented 5 years ago

+1

alexio commented 5 years ago

+1 @jasta Are there any updates on a plan for a new release?

spukki01 commented 5 years ago

+1 for a new release.

iamareebjamal commented 5 years ago

Can't inspect elements on Android P until new release. It'd be much appreciated to get one soon

longinoa commented 5 years ago

@iamareebjamal - probably a good idea to open a separate issue on that. I havent explicitly done this on P yet but if there are code changes to make to support it we need to track it

iamareebjamal commented 5 years ago

622 solved that as far as I know

rachellaura-jones commented 5 years ago

+1

pseandersson commented 5 years ago

+1

brianguertin commented 5 years ago

For anyone looking for a new build, jitpack seems to work well, so you can use any revision as a dependency by using jitpack, e.g.:

repositories {
    maven { url "https://jitpack.io" }
}
dependencies {
    implementation 'com.github.facebook.stetho:stetho:6d148f20b96ecb29320cced6617830eda8af0426'
}
carstenhag commented 5 years ago

@jasta @rogerhu @AlexTrotsenko Please release a new version! It's hopefully just running a script, there's no reason this is open since months now :(

brianguertin commented 5 years ago

Maybe first fix the JS and database consoles. Stetho is crippled in recent Chrome releases :cry: https://github.com/facebook/stetho/issues/634

longinoa commented 5 years ago

@brianguertin - I think that issue is upstream.

jasta commented 5 years ago

New version is incoming. The #634 issue is indeed different though and I believe uptsream is fixing it independently.