Skip to content

Commit

Permalink
Change icons, fix versions in security
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Feb 9, 2025
1 parent 44fd392 commit a765675
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 44 deletions.
26 changes: 13 additions & 13 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

## Supported Versions

| Version | Supported | |
| --------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| 2.3-dev | :warning: | [Docs](https://butterfly.linwood.dev/docs/2.2/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.3.0-beta.0) |
| 2.2.3 | :white_check_mark: | [Docs](https://butterfly.linwood.dev/docs/2.2/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.2.3) |
| 2.1.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.1.1) |
| 2.0.3 | :x: | [Docs](https://butterfly.linwood.dev/docs/2.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.3) |
| 1.6.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.6/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.6.1) |
| 1.5.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.5/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.5.1) |
| 1.4.4 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.4/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.4.4) |
| 1.3.2 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.3/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.3.2) |
| 1.2.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.2/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.2.1) |
| 1.1.2 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.1.2) |
| 1.0.0 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.0.0) |
| Version | Supported | |
|---------| ------------------ |------------------------------------------------------------------------------------------------------------------------------------|
| 2.3-dev | :warning: | [Docs](https://butterfly.linwood.dev/docs/2.2/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.3.0-beta.1) |
| 2.2.4 | :white_check_mark: | [Docs](https://butterfly.linwood.dev/docs/2.2/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.2.4) |
| 2.1.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.1.1) |
| 2.0.3 | :x: | [Docs](https://butterfly.linwood.dev/docs/2.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.3) |
| 1.6.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.6/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.6.1) |
| 1.5.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.5/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.5.1) |
| 1.4.4 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.4/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.4.4) |
| 1.3.2 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.3/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.3.2) |
| 1.2.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.2/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.2.1) |
| 1.1.2 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.1.2) |
| 1.0.0 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.0.0) |

Older versions can be found [here](https://butterfly.linwood.dev/community/pre-1-0).

Expand Down
4 changes: 2 additions & 2 deletions app/lib/renderers/renderer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ enum RendererOperation {
RendererOperation.invert => PhosphorIcons.circleHalf,
RendererOperation.background => PhosphorIcons.paintBucket,
RendererOperation.grayscale => PhosphorIcons.palette,
RendererOperation.flipHorizontal => PhosphorIcons.arrowsHorizontal,
RendererOperation.flipVertical => PhosphorIcons.arrowsVertical,
RendererOperation.flipHorizontal => PhosphorIcons.flipHorizontal,
RendererOperation.flipVertical => PhosphorIcons.flipVertical,
};
}

Expand Down
45 changes: 16 additions & 29 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "03f6da266a27a4538a69295ec142cb5717d7d4e5727b84658b63e1e1509bac9c"
sha256: dc27559385e905ad30838356c5f5d574014ba39872d732111cd07ac0beff4c57
url: "https://pub.dev"
source: hosted
version: "79.0.0"
_macros:
dependency: transitive
description: dart
source: sdk
version: "0.3.3"
version: "80.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: c9040fc56483c22a5e04a9f6a251313118b1a3c42423770623128fa484115643
sha256: "192d1c5b944e7e53b24b5586db760db934b177d4147c42fbca8c8c5f1eb8d11e"
url: "https://pub.dev"
source: hosted
version: "7.2.0"
version: "7.3.0"
animations:
dependency: "direct main"
description:
Expand Down Expand Up @@ -185,10 +180,10 @@ packages:
dependency: transitive
description:
name: camera_avfoundation
sha256: "55eb9c216f25339a3faa55fc42826e2c4a45becefa1387fd50fce6ae9dd0c574"
sha256: "823436c028c27222da6e82c8b644acf00bd2adb69bda78bc8ae479bb8e21f43a"
url: "https://pub.dev"
source: hosted
version: "0.9.18+1"
version: "0.9.18+2"
camera_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -257,10 +252,10 @@ packages:
dependency: "direct main"
description:
name: connectivity_plus
sha256: "8a68739d3ee113e51ad35583fdf9ab82c55d09d693d3c39da1aebab87c938412"
sha256: "04bf81bb0b77de31557b58d052b24b3eee33f09a6e7a8c68a3e247c7df19ec27"
url: "https://pub.dev"
source: hosted
version: "6.1.2"
version: "6.1.3"
connectivity_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -306,10 +301,10 @@ packages:
dependency: transitive
description:
name: dart_mappable
sha256: f69a961ae8589724ebb542e588f228ae844c5f78028899cbe2cc718977c1b382
sha256: "6eda273146ed930c1f161d0b29f4bc9ef9e87ecfb9341607833bf76b008fb7d5"
url: "https://pub.dev"
source: hosted
version: "4.3.0"
version: "4.3.1"
dart_style:
dependency: transitive
description:
Expand All @@ -330,10 +325,10 @@ packages:
dependency: transitive
description:
name: device_info_plus
sha256: e3fc9a65820fef83035af8ee8c09004a719d5d1d54e6de978fcb0d84bbeb241a
sha256: "72d146c6d7098689ff5c5f66bcf593ac11efc530095385356e131070333e64da"
url: "https://pub.dev"
source: hosted
version: "11.2.2"
version: "11.3.0"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -624,10 +619,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "9b736a9fa879d8ad6df7932cbdcc58237c173ab004ef90d8377923d7ad731eaa"
sha256: "04539267a740931c6d4479a10d466717ca5901c6fdfd3fcda09391bbb8ebd651"
url: "https://pub.dev"
source: hosted
version: "14.7.2"
version: "14.8.0"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -804,14 +799,6 @@ packages:
url: "https://github.com/LinwoodDev/dart_pkgs.git"
source: git
version: "0.0.1"
macros:
dependency: transitive
description:
name: macros
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
url: "https://pub.dev"
source: hosted
version: "0.1.3-main.0"
markdown:
dependency: "direct main"
description:
Expand Down Expand Up @@ -915,10 +902,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: c447a3c3e7be4addf129b8f9ab6a4bd5d166b78918223e223b61fddf4d07e254
sha256: "67eae327b1b0faf761964a1d2e5d323c797f3799db0e85aa232db8d9e922bc35"
url: "https://pub.dev"
source: hosted
version: "8.2.0"
version: "8.2.1"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down

0 comments on commit a765675

Please sign in to comment.