Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved release v0.1.11 #365

Merged
merged 3 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flathub/rocks.poopjournal.librelinkupdesktop.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
</keywords>

<releases>
<release version="0.1.11" date="2024-09-14"/>
<release version="0.1.10" date="2024-08-09"/>
<release version="0.1.9" date="2024-04-10"/>
<release version="0.1.8" date="2024-04-06"/>
Expand Down
723 changes: 238 additions & 485 deletions generated-sources.json

Large diffs are not rendered by default.

584 changes: 124 additions & 460 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocks.poopjournal.librelinkupdesktop",
"version": "0.1.10",
"version": "0.1.11",
"author": {
"name": "Yuran Fernando",
"email": "[email protected]"
Expand Down Expand Up @@ -124,7 +124,7 @@
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"detect-port": "^1.6.1",
"electron": "^31.3.1",
"electron": "31.3.1",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"electronmon": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "librelinkupdesktop",
"version": "0.1.10",
"version": "0.1.11",
"description": "This is a desktop application that fetches your blood sugar from LibreLinkUp",
"license": "Apache-2.0",
"author": "Crazy Marvin & Contributors (especially Yuran) <[email protected]> (https://crazymarvin.com/librelinkupdesktop/)",
Expand Down
2 changes: 1 addition & 1 deletion snap/gui/librelinkupdesktop.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.1.10
Version=0.1.11
Name=LibreLinkUpDesktop
Comment=This is a desktop application that fetches your blood sugar from LibreLinkUp
Exec=${SNAP}/librelinkupdesktop/librelinkupdesktop --no-sandbox
Expand Down
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: librelinkupdesktop
base: core22
version: '0.1.10'
version: '0.1.11'
summary: LibreLinkUpDesktop
description: |
This is a desktop application that fetches your blood sugar from LibreLinkUp.
Expand Down Expand Up @@ -58,7 +58,7 @@ parts:
npx cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts
npx cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.renderer.prod.ts

npx electron-packager ./release/app librelinkupdesktop --overwrite --platform=linux --arch=x64 --out=release-build --prune=true --electron-version=31.3.1 --app-version=0.1.10
npx electron-packager ./release/app librelinkupdesktop --overwrite --platform=linux --arch=x64 --out=release-build --prune=true --electron-version=31.3.1 --app-version=0.1.11

cp -rv release-build/librelinkupdesktop-linux-x64 $SNAPCRAFT_PART_INSTALL/librelinkupdesktop
chmod -R 755 $SNAPCRAFT_PART_INSTALL/librelinkupdesktop
Expand Down
Loading