Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Releases: pathephone/pathephone-desktop

v2.2.1

12 Sep 19:41
Compare
Choose a tag to compare

2.2.1 (2018-09-12)

Bug Fixes

  • improve macos indicator behavior (eef6251), closes #164

v2.2.0

19 Aug 11:52
Compare
Choose a tag to compare

2.2.0 (2018-08-19)

Bug Fixes

Features

v2.1.0

04 Aug 13:35
Compare
Choose a tag to compare

2.1.0 (2018-08-04)

Bug Fixes

Features

  • UI: add indicator bar with some basic stats (#190) (a2e2d0b)

Performance Improvements

  • make a single ipc call when publishing outdated albums (#193) (326194a)

v2.0.2

23 Jul 10:35
Compare
Choose a tag to compare

2.0.2 (2018-07-23)

Bug Fixes

  • add cover placeholder icon for discover page albums (4cad8e4)
  • add random gateway port (991bb41)
  • fix 'Bitcoin Cache' typo (92efaa6)
  • focus empty cover input on submit (fc9e3c9)
  • replace custom tracklist errors with ajv native errors (258d375)
  • replace ipfs gateway endpoint with api endpoint for images (4bc93cb)

v2.0.1

13 Jul 09:37
Compare
Choose a tag to compare

2.0.1 (2018-07-13)

Bug Fixes

  • make albums appearence interval 2 min (41eb42f)

v2.0.0 BLACKBEARD

05 Jul 16:05
Compare
Choose a tag to compare

2.0.0 (2018-07-05)

Bug Fixes

  • add yandex donate button to about page (78946b9)
  • add CIDv0 regex pattern to album instance schema (0390d55)
  • add web site link to about page (98cdc92)
  • cache playlist CIDs on app start if any (b7cd076)
  • correct feed album artist if it was edited (53f1f2a)
  • disable latest albums request on empty search if search was not performed (07d7581)
  • disable pubsub-related tasks when offline (418db3d)
  • hide search bar when albums count equals 0 (f53d73c)
  • limit max tracklist size (e958e25)
  • perform search on enter only (b09d3f5)
  • playlist controls fixed position (5cda3b5)
  • prevent nested metadata field access error (76aa4fc)
  • return missing fields on album update (2925f5f)
  • set albums collection limit to 50000 (a733b5e)
  • update feed automatically when first album arrive (0b984e9)
  • updated indicator icons with retina display support (9241b5f)
  • updated tray icon (e79d9ed)
  • warning notifiaction for duplicate album sharing (be5a1bc)

Code Refactoring

  • album instance schema update (f86b362)
  • replace musicmetadata with music-metadata package (b7db52d)

Features

  • ui: discover latest albums (c42ab1b)
  • ui: legal notice on first start (e07c6cb)
  • about page with version number (00626cc)
  • add "new albums available" button to Discover page (7b518c0)
  • add check for new release (762f3e2)
  • add russian localization (48c785d)
  • add text search with custom allOf implementation (6c0566c)
  • display time left (016e761)
  • display total albums count in search bar (8c2652b)

Performance Improvements

  • move all Dexie operations to Web Worker (75370f3)
  • move fs-related methods to child process (5551ba4)
  • move ipfs to a child process (7d22361)
  • move performance-affecting methods to main thread (bf78b84)
  • remove second get discover albums request (7935531)

BREAKING CHANGES

  • modify album instance schema with no backward compatibility (tracks[])
  • modify album instance schema with no backward compatibility (cover.image, tracks[].audio fields)
  • modify album instance schema with no backward compatibility (tracks[].bitrate field).
  • remove quality bage as bitrate field is removed as well.
  • modify album instance schema with no backward compatibility (cover, tracks fields)

v1.4.0

21 Jun 21:10
Compare
Choose a tag to compare

1.4.0 (2018-06-21)

Features

v1.3.0

24 Mar 10:52
Compare
Choose a tag to compare

1.3.0 (2018-03-24)

Features

  • tray: tray support for mac and win (94f706c)

v1.2.1

01 Mar 08:21
Compare
Choose a tag to compare

1.2.1 (2018-03-01)

Bug Fixes

  • disallow publishing without cover (2bdd849)

v1.2.0

28 Feb 13:45
Compare
Choose a tag to compare

1.2.0 (2018-02-28)

Features