Skip to content

Commit

Permalink
bumpyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoxor committed Feb 4, 2023
1 parent 7275a23 commit 35d0478
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions manifests/aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

pkgbase = amethyst-player
pkgdesc = Amethyst is an Electron-based audio player with a node-based audio routing system, the main goal of this project is to make a music player in Typescript that has pro-level features as most DAWs / DAEs, while also providing useful tools and customizability to the end-user to deal with audio.
pkgver = 1.8.52
pkgver = 1.8.53
pkgrel = 1
url = https://github.com/Geoxor/amethyst
arch = x86_64
Expand All @@ -11,7 +11,7 @@ makedepends = git
makedepends = gendesk
makedepends = yarn
makedepends = libxcrypt-compat
source = git+https://github.com/Geoxor/amethyst/#tag=v1.8.52
source = git+https://github.com/Geoxor/amethyst/#tag=v1.8.53
md5sums = SKIP

pkgname = amethyst-player
2 changes: 1 addition & 1 deletion manifests/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Geoxor <geoxor123@outlook.com>
appname=amethyst
pkgname=$appname-player
pkgver=1.8.52
pkgver=1.8.53
pkgrel=1
pkgdesc="Amethyst is an Electron-based audio player with a node-based audio routing system, the main goal of this project is to make a music player in Typescript that has pro-level features as most DAWs / DAEs, while also providing useful tools and customizability to the end-user to deal with audio."
arch=('x86_64')
Expand Down
10 changes: 5 additions & 5 deletions manifests/scoop/amethyst.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "1.8.52",
"version": "1.8.53",
"description": "Amethyst is an Electron-based audio player with a node-based audio routing system, the main goal of this project is to make a music player in Typescript that has pro-level features as most DAWs / DAEs, while also providing useful tools and customizability to the end-user to deal with audio.",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Geoxor/Amethyst/releases/download/v1.8.52/Amethyst-Setup-1.8.52.exe",
"url": "https://github.com/Geoxor/Amethyst/releases/download/v1.8.53/Amethyst-Setup-1.8.53.exe",
"extract_dir": "Files\\Amethyst"
},
"32bit": {
"url": "https://github.com/Geoxor/Amethyst/releases/download/v1.8.52/Amethyst-Setup-1.8.52.exe",
"url": "https://github.com/Geoxor/Amethyst/releases/download/v1.8.53/Amethyst-Setup-1.8.53.exe",
"extract_dir": "Files\\Amethyst"
}
},
"pre_install": [
"Invoke-ExternalCommand \"$dir\\Amethyst-Setup-1.8.52.exe\" | Out-Null",
"Invoke-ExternalCommand \"$dir\\Amethyst-Setup-1.8.53.exe\" | Out-Null",
"info 'Amethyst has been installed'"
],
"post_install": [
"Remove-Item \"$dir\\Amethyst-Setup-1.8.52.exe\""
"Remove-Item \"$dir\\Amethyst-Setup-1.8.53.exe\""
],
"uninstaller": {
"script": "Invoke-ExternalCommand \"C:\\Users\\$env:username\\AppData\\Local\\Programs\\amethyst\\Uninstall Amethyst.exe\" | Out-Null"
Expand Down
6 changes: 3 additions & 3 deletions manifests/winget/Geoxor.Amethyst.installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json

PackageIdentifier: Geoxor.Amethyst
PackageVersion: 1.8.52
PackageVersion: 1.8.53
Installers:
- Architecture: x64
InstallerType: nullsoft
InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.8.52/Amethyst-Setup-1.8.52.exe
InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.8.53/Amethyst-Setup-1.8.53.exe
InstallerSha256: 7F973E9B821B772C6DF0362C5DB37899E556823BDB1ACB7CBF1F42868159AD26
- Architecture: x32
InstallerType: nullsoft
InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.8.52/Amethyst-Setup-1.8.52.exe
InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.8.53/Amethyst-Setup-1.8.53.exe
InstallerSha256: 7F973E9B821B772C6DF0362C5DB37899E556823BDB1ACB7CBF1F42868159AD26
ManifestType: installer
ManifestVersion: 1.1.0
2 changes: 1 addition & 1 deletion manifests/winget/Geoxor.Amethyst.locale.en-US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json

PackageIdentifier: Geoxor.Amethyst
PackageVersion: 1.8.52
PackageVersion: 1.8.53
PackageLocale: en-US
Publisher: Geoxor
PackageName: Amethyst
Expand Down
2 changes: 1 addition & 1 deletion manifests/winget/Geoxor.Amethyst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json

PackageIdentifier: Geoxor.Amethyst
PackageVersion: 1.8.52
PackageVersion: 1.8.53
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amethyst",
"author": "Geoxor <geoxor123@outlook.com>",
"productName": "Amethyst",
"version": "1.8.52",
"version": "1.8.53",
"main": "./release/dist/main/main.js",
"licenses": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/PlaybackButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const handleContextCoverMenu = ({x, y}: MouseEvent) => {
<div class="flex flex py-1 gap-2 items-start justify-between">
<div class="flex flex-col w-full py-1 font-bold gap-1 ">
<h1
class="text-12px hover:underline cursor-pointer"
class="text-12px hover:underline cursor-pointer w-24 overflow-hidden overflow-ellipsis"
@click="invoke('show-item', [player.getCurrentTrack()?.path])"
>
{{ player.getCurrentTrack()?.getTitleFormatted() }}
Expand Down

0 comments on commit 35d0478

Please sign in to comment.