Skip to content

Releases: machineinteractive/mfp-app

v1.2.8

31 Jan 17:04

Choose a tag to compare

version 1.2.8

Refactor button styles and set tap color to transparent.

v1.2.7

25 Jan 14:31

Choose a tag to compare

version 1.2.7

Switch to inline SVG icons, and remove icon fonts.

v1.2.6

24 Jan 23:40

Choose a tag to compare

version to 1.2.6

Update player button layout.

Updated screenshot.

v1.2.5

24 Jan 15:12

Choose a tag to compare

version 1.2.5

Update changelog; fix icon fonts URL in style.css.

v1.2.4

24 Jan 15:00

Choose a tag to compare

version 1.2.4

Fixed Open Graph image URL.
Added project license.
Updated screenshot.

UI:
Removed Fullscreen player.
Replaced SVG icons with icon fonts.
Adjusted CSS grid and text layouts for the mini-player title and duration.
Improved mini-player layout and responsive button sizing.
Adjusted small-screen breakpoints.
Replaced spans with semantic button elements for player controls.
Unified button styles, add hover effects and a pointer cursor.

Refactor:
Simplify player control event handlers and their parameters.
Simplify random-episode playback logic and related event listeners.
Simplify mini-player timer element and update class references.

v1.2.3

17 Jan 16:58

Choose a tag to compare

version 1.2.3

Fixed edge case in three column episode border pseudo-class rules.

v1.2.2

17 Jan 16:30

Choose a tag to compare

version 1.2.2

Update screenshot.

v1.2.0

14 Jan 02:51

Choose a tag to compare

version 1.2.0

Added Fullscreen player and associated functionality.

Added Episode playlist modal.

Refactor About screen.

Misc refactoring and CSS clean up.

Update screenshot.

v1.0.11

10 Jan 13:17

Choose a tag to compare

version 1.0.11

Refactor Playlist and About screens to stack inside of scrollable
div container using a grid stack.

Each screen inside of the scrollable div will have a max height of its
individual content.

Adjusted JavaScript to maintain correct scroll positions of each screen in
the scrollable div container.

v1.0.10

06 Jan 18:09

Choose a tag to compare

version 1.0.10

Made playlist dashed borders thinner.

Refactor JS functions to use arrow functions.