Skip to content

Commit 3714f92

Browse files
committed
Release v2.3.0
1 parent 751f935 commit 3714f92

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ A GUI for saving SHSH blobs using s0uthwest's fork of tsschecker. Supports Mac,
99

1010
If you have an antivirus or firewall, you may need to disable some other settings or disable the firewall completely for automatically saving blobs in the background to work. If you use Norton, go to Settings -> Firewall -> Advanced Program Control and set the option "Low Risk Applications" to "Allow".
1111

12-
![Mac Screenshot](https://i.imgur.com/2UvuaCZ.png)
13-
![Windows Screenshot](https://i.imgur.com/ENSX4E5.png)
12+
![Mac Screenshot](.github/screenshots/screenshot-macos.png)
13+
![Windows Screenshot](.github/screenshots/screenshot-windows.png)
1414

1515
## Features
1616
- **Automatically save blobs in the background**
1717
- Store up to ten devices with presets
1818
- Save blobs for beta versions
19-
- Read ECID and other info from device so you don't have to get it manually (currently broken on Windows)
19+
- Read ECID and other info from device so you don't have to get it manually
2020
- No need to download entire .ipsw for beta versions(just specify link)
2121
- Choose where to save blobs with file picker
2222
- Explains how to get ECID, Board Config(if needed), and information necessary for beta versions
@@ -27,9 +27,6 @@ If you have an antivirus or firewall, you may need to disable some other setting
2727
## Feedback
2828
Please send feedback via [Github Issue](https://github.com/airsquared/blobsaver/issues/new/choose) or [Reddit PM](https://www.reddit.com//message/compose?to=01110101_00101111&subject=Blobsaver+Feedback) if you encounter any bugs/problems or have a feature request.
2929

30-
## TODO
31-
See Github issues tagged [enhancement](https://github.com/airsquared/blobsaver/labels/enhancement)
32-
3330
## Built With
3431
- JDK 8
3532
- [IntelliJ Idea](https://www.jetbrains.com/idea/)

blobsaver.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "blobsaver"
5-
#define MyAppVersion "2.2.3"
5+
#define MyAppVersion "2.3.0"
66
#define MyAppPublisher "blobsaver"
77
#define MyAppURL "https://www.github.com/airsquared/blobsaver"
88
#define MyAppExeName "blobsaver.exe"

src/main/java/com/airsquared/blobsaver/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
public class Main {
3737

38-
static final Version appVersion = new Version("2.2.4");
38+
static final Version appVersion = new Version("2.3.0");
3939
static final Preferences appPrefs = Preferences.userRoot().node("airsquared/blobsaver/prefs");
4040
private static final String appID = "com.airsquared.blobsaver";
4141
static Stage primaryStage;

0 commit comments

Comments
 (0)