Skip to content

Commit

Permalink
Merge pull request #110 from brick-a-brack/feature/optimize-resize
Browse files Browse the repository at this point in the history
Feature/optimize resize
  • Loading branch information
Maxou44 authored Oct 27, 2024
2 parents bc5b36d + c3a716b commit 591d858
Show file tree
Hide file tree
Showing 55 changed files with 1,488 additions and 1,691 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ Some variables can be configured using a `.env` file, values with a "\*" are req

### Telemetry

To improve the quality of **Eagle Animation**, runtime errors are automatically reported to developpers by using [Sentry SDK](https://sentry.io/). You can disable error reporting, just set
`SENTRY_DSN` to `""` in `src/config.js` and rebuild the app.
To improve the quality of **Eagle Animation**, runtime errors and application events are automatically reported to developpers by using [Sentry SDK](https://sentry.io/) and [PostHog](https://posthog.com/). You can disable the telemetry, just set
`SENTRY_DSN` and `POSTHOG_TOKEN` to `""` in `src/config.js` and rebuild the app.

We also track user behavior on the app to

## Compatilibity

Expand Down
6 changes: 6 additions & 0 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ extraMetadata:

win:
artifactName: Eagle-Animation-${version}-win.${ext}
executableName: eagle-animation
icon: out/renderer/favicon.ico
target:
- portable
- zip

mac:
artifactName: Eagle-Animation-${version}-mac.${ext}
executableName: eagle-animation
category: public.app-category.photography
icon: out/renderer/icon.icns
extendInfo:
Expand All @@ -32,10 +34,14 @@ mac:

linux:
artifactName: Eagle-Animation-${version}-linux.${ext}
executableName: eagle-animation
category: Photography
synopsis: EagleAnimation is an awesome, free and open-source animation software.
description: EagleAnimation is an awesome, free and open-source animation software.
icon: out/renderer/icon.icns
target:
- deb
- rpm
- tar.gz
- AppImage
- flatpak
Loading

0 comments on commit 591d858

Please sign in to comment.