Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Oct 17, 2024
1 parent f69ad89 commit d08a809
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 0 additions & 2 deletions lib/editor_page.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'dart:io';
import 'dart:async';

import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/services.dart';
import 'package:flutter/material.dart';

Expand Down
4 changes: 1 addition & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import 'dart:io';

import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/services.dart';
import 'package:flutter/material.dart';

Expand Down Expand Up @@ -164,6 +161,7 @@ class _SlyHomePageState extends State<SlyHomePage> {
children: <Widget>[
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.start,
children: platformHasRightAlignedWindowControls
? [
preferencesButton,
Expand Down
1 change: 0 additions & 1 deletion lib/title_bar.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:io';

import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/material.dart';

import 'package:window_manager/window_manager.dart';
Expand Down
8 changes: 8 additions & 0 deletions packaging/linux/page.kramo.Sly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
</screenshot>
</screenshots>
<releases>
<release version="0.4.0" date="2024-10-17">
<description>
<ul>
<li>Added options for light and system appearance</li>
<li>User interface improvements</li>
</ul>
</description>
</release>
<release version="0.3.4" date="2024-09-18">
<description>
<p>Fixes a bug where the saved image would lack edits</p>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sly
description: "Friendly image editor"
publish_to: "none"

version: 0.3.4+3
version: 0.4.0

environment:
sdk: ^3.5.0
Expand Down

0 comments on commit d08a809

Please sign in to comment.