Lofi Changelog

What's new in Lofi 2.0.2

Jan 21, 2024
  • What's Changed:
  • Bump electron from 24.0.0 to 24.8.3 by @dependabot in #287
  • Bump semver from 6.3.0 to 6.3.1 by @dependabot in #275
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #277
  • Fix/is debug crash on first install by @stamoun in #291
  • Bump electron from 24.8.3 to 24.8.5 by @dependabot in #292
  • Bump postcss from 8.4.21 to 8.4.31 by @dependabot in #293
  • Bump zod from 3.21.4 to 3.22.3 by @dependabot in #294
  • Bump @babel/traverse from 7.20.13 to 7.23.2 by @dependabot in #297
  • (fix: 299): Fix keep alive triggering when song is playing by @stamoun in #304
  • feat(286): Add option to hide the free account warning by @stamoun in #306
  • feat: add rounded corners by @marriaga158 in #307

New in Lofi 2.0.1 (Aug 17, 2023)

  • Update settings.ts
  • Allow users to customize the track info visuals
  • Fix track liked status
  • Change app tray icon when a track is liked
  • Fix always on top not being serialized properly

New in Lofi 2.0.0 (Apr 23, 2023)

  • What's Changed:
  • Bump nth-check from 2.0.0 to 2.0.1 by @dependabot in #158
  • Bump node-sass from 6.0.1 to 7.0.0 by @dependabot in #184
  • Bump nanoid from 3.1.25 to 3.2.0 by @dependabot in #173
  • Fix/mac os by @stamoun in #187
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #197
  • Update src for electronheaders, since old src not working by @roman-balzer in #235
  • Skipping 15 sec progress by @roman-balzer in #237
  • Bump plist from 3.0.4 to 3.0.5 by @dependabot in #198
  • Bump ejs from 3.1.6 to 3.1.8 by @dependabot in #236
  • Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #233
  • Bump qs from 6.5.2 to 6.5.3 by @dependabot in #228
  • Bump terser from 4.8.0 to 4.8.1 by @dependabot in #209
  • Bump moment from 2.29.1 to 2.29.4 by @dependabot in #206
  • Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #223
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #244
  • Create linter.yml by @stamoun in #245
  • Update Lofi to Latest Packages & Major Refactoring by @stamoun in #257

New in Lofi 1.6.1 (Feb 28, 2022)

  • Fix Mac Display

New in Lofi 1.6.0 (Sep 16, 2021)

  • New Features:
  • ♥ a song
  • Always display the track's progress and change its thickness
  • Custome volume increment when scrolling
  • Show/hide Lofi in the taskbar
  • Improvements:
  • PKCE authorization
  • Visual feedback when Spotify is throttling API calls
  • Fixed podcast support
  • Improved free user account feedback
  • Packages version update

New in Lofi 1.5.0 (Oct 29, 2020)

  • New feature: Linux support (tested on Ubuntu, but no visualizations yet)
  • New feature: 3D hardware acceleration can be enabled or disabled
  • New feature: window position is now remembered
  • New feature: always-on-top behavior can be enabled or disabled
  • New feature: resizing the Lofi player now supported (drag the corners!)
  • New feature: song info can be always shown (streamer-requested feature)
  • New feature: Lofi can hide itself if Spotify is not detected
  • Only a single instance of Lofi can be run
  • No longer support visualizations on Mac
  • Remove volume capture daemon on Mac
  • Add new dev utility NPM script
  • Remove Mac microphone usage requirement
  • Bumped all dependencies
  • Added better and more robust settings management
  • Visualizations now have names
  • Lofi will now minimize to the tray instead of the taskbar
  • New Electron version needed some black magic changes (AtomNSWindow turned into ElectronNSWindow)
  • Seascape visualizations re-enabled
  • Lofi no longer crashes when attempting to play local media
  • Lofi no longer crashes when playing media without certain metadata (cover art, artist, etc.)
  • Visualizations are no longer cycled with A and D keys
  • Visualizations now picked from the new settings window
  • Removed a few bugs from BUGS.md
  • Bumped version number