Skip to content

Commit ae3666c

Browse files
Updated description
1 parent 027864e commit ae3666c

File tree

4 files changed

+736
-369
lines changed

4 files changed

+736
-369
lines changed

_data/app.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Screenshot Editor - NeonFrame
22
description: Make eye-catching screenshots you share on Twitter, Instagram, and others.
3-
full_description: '<b>v1.8.4 (Sep 6, 2024)</b><br>
3+
full_description: '<b>v1.9.0 (Oct 29, 2024)</b><br>
4+
<br>- Option to export images in high-quality (4k). Available in Settings.
5+
<br>
6+
<br><b>v1.8.4 (Sep 6, 2024)</b><br>
47
<br>- Added support for Themed icons on Android 13+
58
<br>- UI fixes and improvements
69
<br>

config/webpack.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
66
const FaviconsWebpackPlugin = require('favicons-webpack-plugin');
77

88
module.exports = {
9+
mode: 'production',
910
entry: {
1011
app: './_src/index.js',
1112
},

0 commit comments

Comments
 (0)