Releases: Mandy-cyber/Everything-iPod
v1.0.2
What's New
Changes
Features
- Support file names titled for multi-disks e.g.
01-01,02-03, etc
Bug Fixes
Improvements
Installation
Windows
- Download
ipod-wrapped-windows.zip - Extract to any location (Desktop, Documents, USB drive, etc.)
- Double-click
iPodWrapped.exeto run
Updating: Extract new version to the same location and replace files. Your data in storage/ folder is preserved.
Linux (AppImage)
- Download
iPod-Wrapped-x86_64.AppImage - Make executable:
chmod +x iPod-Wrapped-x86_64.AppImage - 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:
- Clone the repository:
git clone https://github.com/Mandy-cyber/Everything-iPod.git - Install dependencies (requires Homebrew):
brew install gtk4 libadwaita gtksourceview5 pygobject3 pip install -r requirements.txt
- 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
- fix: list index out of range by @Mandy-cyber in #20
- feat/fix: support for multi-disk song album file names by @Mandy-cyber in #24
- fix: font resizing by @Mandy-cyber in #25
- fix: make each launch of iPod Wrapped app unique/independent by @Mandy-cyber in #26
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's New
Changes
Features
Bug Fixes
- #17 Adding support for more directory structure varieties
- Appending new entries into the local playback.log instead of overwriting it (locally, not on rockbox device)
Improvements
Installation
Windows
- Download
ipod-wrapped-windows.zip - Extract to any location (Desktop, Documents, USB drive, etc.)
- Double-click
iPodWrapped.exeto run
Updating: Extract new version to the same location and replace files. Your data in storage/ folder is preserved.
Linux (AppImage)
- Download
iPod-Wrapped-x86_64.AppImage - Make executable:
chmod +x iPod-Wrapped-x86_64.AppImage - 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:
- Clone the repository:
git clone https://github.com/Mandy-cyber/Everything-iPod.git - Install dependencies (requires Homebrew):
brew install gtk4 libadwaita gtksourceview5 pygobject3 pip install -r requirements.txt
- Run:
python -m ipod_wrapped
Full Changelog: v1.0.0...v1.0.1
Check out the README for more detailed installation instructions.
What's Changed
- fix: work w/various dir structs + unicode error + overwritten log files by @Mandy-cyber in #18
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's New
Installers have been created for Windows and Linux users. For Windows it has been tested on Windows 11, and for Linux it's been tested on the latest Arch and Ubuntu distro versions.
Installation
Windows
- Download
ipod-wrapped-windows.zip - Extract to any location (Desktop, Documents, USB drive, etc.)
- Double-click
iPodWrapped.exeto run
Updating: Extract new version to the same location and replace files. Your data in storage/ folder is preserved.
Linux (AppImage)
- Download
iPod-Wrapped-x86_64.AppImage - Make executable:
chmod +x iPod-Wrapped-x86_64.AppImage - 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:
- Clone the repository:
git clone https://github.com/Mandy-cyber/Everything-iPod.git - Install dependencies (requires Homebrew):
brew install gtk4 libadwaita gtksourceview5 pygobject3 pip install -r requirements.txt
- Run:
python -m ipod_wrapped
Full Changelog: ...v1.0.0
Check out the README for more detailed installation instructions.
What's Changed
- feat(installers): windows portable exe by @Mandy-cyber in #14
- feat(installers): linux appimage by @Mandy-cyber in #15