Skip to content

Commit

Permalink
docs: add feature section to README & separate technical details
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Jan 26, 2025
1 parent 0173c0d commit 3035d41
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,18 @@
## :warning: Disclaimer

SnapX is a [hard fork](https://producingoss.com/en/forks.html) of the application [ShareX](https://github.com/ShareX/ShareX).

## Feature wise

- SnapX is a cross-platform application.
- Elegance in user interfaces by separating essential settings from advanced or intermediate functionality
- Supporting high DPI screens
- Automatically tone maps HDR screenshots to SDR*

## Technical Details
- It uses [.NET 9](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview), [ImageSharp](https://docs.sixlabors.com/articles/imagesharp/?tabs=tabid-1) (cross-platform image manipulation library)
- And it *will* use [SQLite](https://www.sqlite.org/about.html) to [store settings & history](https://github.com/BrycensRanch/SnapX/issues/28).
- Additionally, all uploaders are now forced to use HTTPS <2.0 & TLS 1.3 out of the box.
- Additionally, all uploaders are now forced to use HTTPS <2.0 & *optionally* uses TLS 1.3 out of the box.
- Keeps compatability with the custom uploader configuration format (.sxcu)
- As a user, you do **NOT** need to have .NET installed. Whether you're on Linux, Windows, or macOS.

Expand Down

0 comments on commit 3035d41

Please sign in to comment.