You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Previewing original question papers and mark schemes
7
-
- Enhances application performance
8
-
- Fixes update check dialog
3
+
- Adds paper preview in **Checkout** page.
9
4
10
5
**Note:** Past Paper Master is still in beta test, and there are still many features to be added and bugs to be fixed. Please report any issues you encounter to SCIE.DEV. Thank you for your support!
11
6
@@ -15,9 +10,9 @@ See [commit history](https://github.com/SCIEDEV/PastPaperMaster/commits/main) fo
15
10
16
11
Currently, none of the binaries are signed due to a lack of developer certificate. (which is expensive!)
- Since this application is not signed, you may need to click the <kbd>Open anyway</kbd> button in System Settings » Privacy & Security.
20
15
- Opening this app anyway should be secure since this app is already open source; if you are still concerned of security, just build this app from source and use that binary.
21
-
-`ppm-windows-v0.2.1-beta+77.zip` Windows x64 application.
16
+
-`ppm-windows-v0.2.2-beta+79.zip` Windows x64 application.
22
17
- Again, this application is not signed. You may see Windows Defender warning about this application.
23
-
-`ppm-linux-v0.2.1-beta+77.tar.gz` Linux x64 application.
18
+
-`ppm-linux-v0.2.2-beta+79.tar.gz` Linux x64 application.
Copy file name to clipboardExpand all lines: lib/core/global.dart
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,21 @@ late BuildContext globalContext;
8
8
constString kAppStage ='Beta Version';
9
9
10
10
constString kReleaseNotes ='''
11
-
- **Search Questions** is now available! Features:
12
-
- Filtering by subjects and / or by levels
13
-
- Checking answers with one click
14
-
- Previewing original question papers and mark schemes
15
-
- Enhances application performance
16
-
- Fixes update check dialog
11
+
- Adds paper preview in **Checkout** page.
17
12
18
13
**Note:** Past Paper Master is still in beta test, and there are still many features to be added and bugs to be fixed. Please report any issues you encounter to SCIE.DEV. Thank you for your support!
19
14
20
15
See [full changelog](https://github.com/SCIEDEV/PastPaperMaster/releases) and [commit history](https://github.com/SCIEDEV/PastPaperMaster/commits/main/) for changes in previous versions.
0 commit comments