Skip to content

Commit

Permalink
New Pre-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 2, 2024
1 parent 49343d4 commit 4e1945d
Show file tree
Hide file tree
Showing 10 changed files with 304 additions and 37 deletions.
106 changes: 106 additions & 0 deletions .packages/Chocolatey/24.12.2.0/sucrose.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sucrose</id>
<owners>Taiizor</owners>
<authors>Taiizor</authors>
<version>24.12.2.0</version>
<title>Sucrose Wallpaper Engine</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://github.com/Taiizor/Sucrose/wiki</docsUrl>
<mailingListUrl>https://www.reddit.com/r/iSucrose</mailingListUrl>
<projectSourceUrl>https://github.com/Taiizor/Sucrose</projectSourceUrl>
<bugTrackerUrl>https://github.com/Taiizor/Sucrose/issues</bugTrackerUrl>
<projectUrl>https://apps.microsoft.com/detail/XP8JGPBHTJGLCQ</projectUrl>
<tags>Sucrose Wallpaper Engine Desktop Live Lively Windows Fluent Widget</tags>
<licenseUrl>https://github.com/Taiizor/Sucrose/blob/develop/LICENSE</licenseUrl>
<iconUrl>https://github.com/Taiizor/Sucrose/raw/develop/.images/Logo.png</iconUrl>
<packageSourceUrl>https://github.com/Taiizor/Sucrose/tree/develop/.packages/Chocolatey</packageSourceUrl>
<summary>Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.</summary>
<description>
<![CDATA[
**Sucrose** is a versatile wallpaper engine that brings a wide range of interactive wallpapers to life on your desktop. With light and dark theme options, you can choose the appearance that suits your personal preferences. You can create your own wallpapers simply or in detail, and it supports multiple screens and all screen resolutions for a seamless experience across various display configurations.
Completely open-source and free, Sucrose doesn't require any payments for any features, granting users full access. You can create media-responsive wallpapers using the **Sucrose Audio API** and design wallpapers with system status indicators using the **Sucrose System API**. Additionally, you can use any website as a wallpaper using **CefSharp** and **WebView**.
**Sucrose** allows you to create your own custom wallpapers and share them with friends or the Sucrose Community. You can explore and download wallpapers offered by users directly from the Sucrose Store.
In terms of performance, it ensures smooth performance by optimizing CPU and GPU usage. It automatically pauses wallpapers when fullscreen applications/games are running to conserve resources, and it has a power-saving mode that pauses wallpapers when running on battery power, such as on laptops.
**Sucrose** is a powerful tool for personalizing and animating your desktop. It enables users to express their creativity and fully customize their desktop experiences.
---
## Features
_Take a moment, preview GIF clips may take some time to load._
### Wallpaper Varieties
| Wallpaper Type | Example | Interactive | Resolution | Performance |
|-------------|--------------------------------------------------------------------------------------------|-------------|------------|-------------|
| Gif | ![Gif](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Gif2.gif) | No | Variable | Fixed |
| Url | ![Url](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Url2.gif) | Yes | Fixed | Variable |
| Web | ![Web](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Web2.gif) | Yes | Fixed | Variable |
| Video | ![Video](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Video2.gif) | No | Variable | Fixed |
| YouTube | ![YouTube](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/YouTube2.gif) | No | Fixed | Variable |
| Application | ![Application](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Application2.gif) | Yes | Fixed | Variable |
---
### More Features
* Light and Dark theme feature.
* Create your own wallpapers simply or in detail.
* Supports multiple screens and all screen resolutions.
* Customize various wallpaper engines and plugins freely.
* Completely open-source and free, no feature requires payment.
* Create media-responsive wallpapers using the Sucrose Audio API.
* Determine the fate of the wallpaper based on system performance.
* Create wallpapers that display system status using the Sucrose System API.
* You can use any website you want as a wallpaper with CefSharp and WebView.
* Automatically switch between different wallpapers at specified time intervals or randomly.
### Create and Share Wallpapers
* Create your own custom wallpapers and share them with friends or the Sucrose community.
* Explore a store of user-submitted wallpapers and download them directly from the Sucrose store.
### Performance
* Optimize CPU and GPU usage for smooth performance.
* Power-saving mode to pause wallpapers when running on battery (laptops).
* Auto-pause wallpapers when fullscreen applications/games run to conserve resources.
]]>
</description>
<releaseNotes>
<![CDATA[
# What's changed in Sucrose v24.12.2.0
## Enhancements:
* Some bugs have been fixed.
* Customization support has been added for Gif, Video and YouTube wallpapers for WebView, CefSharp and MpvPlayer.
* The issue where the desktop background disappears even when the setting to apply wallpapers as desktop images is turned off has been fixed.
* Errors encountered during wallpaper customization on some devices (such as window size and position adjustments) are now ignored, and the default settings are applied instead.
* A setting has been introduced to control whether wallpapers prevent sleep mode or the screensaver. When enabled, this behavior is blocked; when disabled, it is not. However, not all engines and plugins support this feature (currently only MpvPlayer supports it).
## Translations:
* Translations and improvements have been made.
## Updates:
* Updated 7-Zip library.
* Updated MpvPlayer library.
* Updated Downloader library.
* Updated Skylark.Wing library.
* Updated Costura.Fody library.
* Updated CommunityToolkit.Mvvm library.
## Store:
* More than 80 new wallpaper have been added.
## Full Changelog: https://github.com/Taiizor/Sucrose/compare/v24.11.26.0...v24.12.2.0
]]>
</releaseNotes>
<dependencies>
<dependency id="dotnetfx" version="4.8.0.20220524" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
34 changes: 34 additions & 0 deletions .packages/Chocolatey/24.12.2.0/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
$ErrorActionPreference = 'Stop'

Get-Process 'Sucrose*' | % {
Write-Output ('Closing: {0}' -f $_.ProcessName)
Stop-Process -InputObject $_ -Force
}

$packageArgs = @{
packageName = 'Sucrose Wallpaper Engine'
checksumType = 'sha256'
fileType = 'exe'
silentArgs = '/s'
validExitCodes = @(0)
}

if ($env:PROCESSOR_ARCHITECTURE -eq 'ARM64') {
$packageArgs['checksum'] = '591656718233A282552CA9D2CA70EDE9C18DA386F3DB304FFA87E31D19CBE706'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.12.2.0.exe'
} else {
if ([Environment]::Is64BitOperatingSystem) {
if ([System.Environment]::Is64BitProcess) {
$packageArgs['checksum'] = 'B74BA0003F36A532C700927FE2F2BB8F580AE72C4AE9DFECF45CA04422C067FE'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.12.2.0.exe'
} else {
$packageArgs['checksum'] = '0DB5825701A95611482C861AE8E1F98F20F1F9BF95844BF13DCD8E1B059E1F45'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.12.2.0.exe'
}
} else {
$packageArgs['checksum'] = '0DB5825701A95611482C861AE8E1F98F20F1F9BF95844BF13DCD8E1B059E1F45'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.12.2.0.exe'
}
}

Install-ChocolateyPackage @packageArgs
18 changes: 18 additions & 0 deletions .packages/Chocolatey/24.12.2.0/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'Sucrose Wallpaper Engine'
fileType = 'exe'
validExitCodes= @(0)
}

$key = Get-ItemProperty 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\Sucrose' -ErrorAction SilentlyContinue

if ($null -ne $key) {
$packageArgs['file'] = "$($key.UninstallString)"

#Start-Process -FilePath $uninstallString -Wait
Uninstall-ChocolateyPackage @packageArgs
}
else {
Write-Warning "$($packageArgs.packageName) is not installed or has already been uninstalled."
}
48 changes: 48 additions & 0 deletions .packages/Scoop/24.12.2.0/sucrose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "24.12.2.0",
"description": "Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.",
"homepage": "https://github.com/Taiizor/Sucrose",
"license": "GPL-3.0",
"architecture": {
"32bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.12.2.0.exe",
"hash": "0DB5825701A95611482C861AE8E1F98F20F1F9BF95844BF13DCD8E1B059E1F45",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_x86_$version.exe\" -ArgumentList '/s' -Wait"
}
},
"64bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.12.2.0.exe",
"hash": "B74BA0003F36A532C700927FE2F2BB8F580AE72C4AE9DFECF45CA04422C067FE",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_x64_$version.exe\" -ArgumentList '/s' -Wait"
}
},
"arm64": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.12.2.0.exe",
"hash": "591656718233A282552CA9D2CA70EDE9C18DA386F3DB304FFA87E31D19CBE706",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_ARM64_$version.exe\" -ArgumentList '/s' -Wait"
}
}
},
"uninstaller": {
"script": "Start-Process (Get-ItemProperty HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Sucrose).UninstallString -Wait"
},
"checkver": {
"github": "https://github.com/Taiizor/Sucrose"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_x86_$version.exe"
},
"64bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_x64_$version.exe"
},
"arm64": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_ARM64_$version.exe"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Taiizor.SucroseWallpaperEngine
PackageVersion: 24.12.2.0
InstallerType: exe
InstallerSwitches:
Silent: /s
SilentWithProgress: /s
Installers:
- InstallerUrl: https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.12.2.0.exe
Architecture: x86
InstallerSha256: 0DB5825701A95611482C861AE8E1F98F20F1F9BF95844BF13DCD8E1B059E1F45
- InstallerUrl: https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.12.2.0.exe
Architecture: x64
InstallerSha256: B74BA0003F36A532C700927FE2F2BB8F580AE72C4AE9DFECF45CA04422C067FE
- InstallerUrl: https://github.com/Taiizor/Sucrose/releases/download/v24.12.2.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.12.2.0.exe
Architecture: arm64
InstallerSha256: 591656718233A282552CA9D2CA70EDE9C18DA386F3DB304FFA87E31D19CBE706
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Taiizor.SucroseWallpaperEngine
PackageVersion: 24.12.2.0
PackageLocale: en-GB
Publisher: Taiizor
PublisherUrl: https://github.com/Taiizor
PublisherSupportUrl: https://github.com/Taiizor
PrivacyUrl: https://github.com/Taiizor/Sucrose/blob/develop/PRIVACY_POLICY.md
Author: Taiizor
PackageName: Sucrose Wallpaper Engine
PackageUrl: https://github.com/Taiizor/Sucrose
License: GPL-3.0 License
LicenseUrl: https://github.com/Taiizor/Sucrose/blob/develop/LICENSE
Copyright: Copyright © 2024 Taiizor
ShortDescription: Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
Description: Sucrose is a versatile wallpaper engine that brings a wide range of interactive wallpapers to life on your desktop. With light and dark theme options, you can choose the appearance that suits your personal preferences. You can create your own wallpapers simply or in detail, and it supports multiple screens and all screen resolutions for a seamless experience across various display configurations. Completely open-source and free, Sucrose doesn't require any payments for any features, granting users full access. You can create media-responsive wallpapers using the Sucrose Audio API and design wallpapers with system status indicators using the Sucrose System API. Additionally, you can use any website as a wallpaper using CefSharp and WebView. Sucrose allows you to create your own custom wallpapers and share them with friends or the Sucrose Community. You can explore and download wallpapers offered by users directly from the Sucrose Store. In terms of performance, it ensures smooth performance by optimizing CPU and GPU usage. It automatically pauses wallpapers when fullscreen applications/games are running to conserve resources, and it has a power-saving mode that pauses wallpapers when running on battery power, such as on laptops. Sucrose is a powerful tool for personalizing and animating your desktop. It enables users to express their creativity and fully customize their desktop experiences.
Moniker: Sucrose
Tags:
- Sucrose
- Wallpaper
- Engine
- Desktop
- Live
- Lively
- Windows
- Fluent
- Widget
ReleaseNotesUrl: https://github.com/Taiizor/Sucrose/releases/tag/v24.12.2.0
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Taiizor.SucroseWallpaperEngine
PackageVersion: 24.12.2.0
DefaultLocale: en-GB
ManifestType: version
ManifestVersion: 1.6.0
Loading

0 comments on commit 4e1945d

Please sign in to comment.