Skip to content

v1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Feb 01:43
2ce2da0

What's New

Changes

Features

  • Support file names titled for multi-disks e.g. 01-01, 02-03, etc

Bug Fixes

  • #19 List index out of range
  • #22 Resize elements and text on Windows

Improvements

Installation

Windows

  1. Download ipod-wrapped-windows.zip
  2. Extract to any location (Desktop, Documents, USB drive, etc.)
  3. Double-click iPodWrapped.exe to run

Updating: Extract new version to the same location and replace files. Your data in storage/ folder is preserved.

Linux (AppImage)

  1. Download iPod-Wrapped-x86_64.AppImage
  2. Make executable: chmod +x iPod-Wrapped-x86_64.AppImage
  3. Run: ./iPod-Wrapped-x86_64.AppImage

Updating: Download new AppImage and replace the old file. Your data in ~/.iPodWrapped/ is preserved.

macOS

macOS installer not yet available. To run on macOS:

  1. Clone the repository: git clone https://github.com/Mandy-cyber/Everything-iPod.git
  2. Install dependencies (requires Homebrew):
    brew install gtk4 libadwaita gtksourceview5 pygobject3
    pip install -r requirements.txt
  3. Run: python -m ipod_wrapped

Full Changelog: v1.0.1...v1.0.2

Check out the README for more detailed installation instructions.

What's Changed

Full Changelog: v1.0.1...v1.0.2