chore: downscale app icon

This commit is contained in:
relikd
2025-10-27 01:38:28 +01:00
parent c281573044
commit 430e08c78f
5 changed files with 11 additions and 13 deletions

View File

@@ -5,10 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.4.1] 2025-10-27
## [1.4.1] 2025-10-26
### Added ### Added
- Notifications - Notifications
@@ -218,7 +215,6 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2
Initial release Initial release
[Unreleased]: https://github.com/relikd/baRSS/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/relikd/baRSS/compare/v1.4.1...v1.5.0 [1.5.0]: https://github.com/relikd/baRSS/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/relikd/baRSS/compare/v1.4.0...v1.4.1 [1.4.1]: https://github.com/relikd/baRSS/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/relikd/baRSS/compare/v1.3.2...v1.4.0 [1.4.0]: https://github.com/relikd/baRSS/compare/v1.3.2...v1.4.0

View File

@@ -192,7 +192,7 @@ This project uses a modified version of Brent Simmons' [RSXML] for feed parsing.
##### Trivia ##### Trivia
- Start of project: __July 19, 2018__ - Start of project: __July 19, 2018__
- Estimated development time: __2020h+__ - Estimated development time: __2053h+__
- First prototype used __feedparser python__ library - First prototype used __feedparser python__ library

View File

@@ -805,7 +805,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 16687; CURRENT_PROJECT_VERSION = 16711;
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = UY657LKNHJ; DEVELOPMENT_TEAM = UY657LKNHJ;
@@ -866,7 +866,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 16687; CURRENT_PROJECT_VERSION = 16711;
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = UY657LKNHJ; DEVELOPMENT_TEAM = UY657LKNHJ;

Binary file not shown.

View File

@@ -6,10 +6,12 @@
</linearGradient> </linearGradient>
<!-- 3 = half stroke width, 28 = 25 + 3, 25 = radius, 44 = 100 - 2*r - 2*3 --> <!-- 3 = half stroke width, 28 = 25 + 3, 25 = radius, 44 = 100 - 2*r - 2*3 -->
<!-- <path fill="url(#orange)" stroke="#FFF" stroke-width="6" d="M3,28v44q0,25,25,25h44q25,0,25,-25v-44q0,-25,-25,-25h-44q-25,0,-25,25z"/> --> <!-- <path fill="url(#orange)" stroke="#FFF" stroke-width="6" d="M3,28v44q0,25,25,25h44q25,0,25,-25v-44q0,-25,-25,-25h-44q-25,0,-25,25z"/> -->
<g transform="translate(10 10) scale(.8 .8)">
<path fill="url(#orange)" d="M0,25v50q0,25,25,25h50q25,0,25,-25v-50q0,-25,-25,-25h-50q-25,0,-25,25z"/> <path fill="url(#orange)" d="M0,25v50q0,25,25,25h50q25,0,25,-25v-50q0,-25,-25,-25h-50q-25,0,-25,25z"/>
<g fill="#FFF" transform="translate(12.5 12.5) scale(.75 .75)"> <g fill="#FFF" transform="translate(12.5 12.5) scale(.75 .75)">
<circle cx="87" cy="13" r="13"/> <circle cx="87" cy="13" r="13"/>
<path d="M35,0q0,65,65,65v-20q-45,0,-45,-45z"/> <path d="M35,0q0,65,65,65v-20q-45,0,-45,-45z"/>
<path d="M0,0q0,100,100,100v-20q-80,0,-80,-80z"/> <path d="M0,0q0,100,100,100v-20q-80,0,-80,-80z"/>
</g> </g>
</g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 884 B

After

Width:  |  Height:  |  Size: 941 B