Skip to content

Releases: yooogeee16/desktop-pet

0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 10:04
v0.4.0

Add sit mode, expand speech, enemy tiers, and food/coin variety, bump…

0.3.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 11:18
v0.3.2

Restore missing virus sprite, make loot meat look like meat, bump to …

0.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 10:40
Remove yougai chest/crotch dark spots, update README, bump to 0.3.1

The chest shading pixel added for the muscular redesign read as
nipples, and the long transparent gap between the legs (needed to
separate them visually) showed through as a dark strip at the groin
on a dark background. Removed the chest shading and merged the legs
into a single connected column that only splits apart at the feet.

Also updated the README to describe the current skin lineup (dog/cat
/girl/yougai/fish), the sea-creature companion reskin, the real
companion cap (15), and the scripts/gen-sprites.js sprite tool, since
it still described the old white-square-only appearance.

0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:50

追加

  • アクティブウィンドウから「音楽」「勉強」「タイマー」を検出し、ヘッドホン・本・時計をつけて対象のウィンドウの近くまで移動するように
  • 子分が親のウィンドウに縛られず、それぞれ独立したウィンドウで生まれた場所の近くを勝手に跳ね回るように
  • たまにウイルスっぽい敵が出現し、走って行って戦う演出を追加(見た目だけの一発イベント)
  • たまにコインや骨付き肉が画面上に現れ、拾って食べる演出を追加
  • 通常の歩行に加えて、走る・ジャンプする・転がる動きを追加
  • 5分間操作が無いと目を閉じてZZZを出しながら眠るように

修正

  • 歩行の開始/停止時に子分が一瞬中央にワープして見えるバグを修正(子分を専用ウィンドウに分離して解消)
  • 敵/コインの出現頻度を引き上げ、セリフの表示時間を延長

0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 05:46

追加

  • 犬・猫・女の子のドット絵スキンを追加
  • READMEにヒーロー画像とスキンプレビューを追加

修正

  • サブモニターにペットをドラッグすると元の位置にスナップして戻ってしまう不具合を修正
  • ウィンドウを閉じた際にtick/wanderタイマーが停止せず、破棄済みオブジェクトへのアクセスでクラッシュしていた不具合を修正

0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 04:47
Fix release workflow: Linux AppImage build and token permissions

The v0.1.0 tag run failed on ubuntu-latest. Two likely causes for
electron-builder GitHub Actions failures like this: AppImage packaging
needs libfuse2 (missing on default runners) and the default
GITHUB_TOKEN may lack contents:write needed to publish a release.
Also pins Linux to ubuntu-22.04 (libfuse2 still installable there) and
bumps Node to 22 to drop the actions/checkout Node-20 deprecation warning.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>