Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchray committed Jan 23, 2022
1 parent fedd64c commit c67f3cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.31.0] - 2022-01-23
### Fixed
- Lister column resize handles and checkboxes were not visible in dark mode

### Changed
- Updated layout for playlists

## [0.30.0] - 2022-01-21
### Changed
- New visual style for many items
Expand Down
2 changes: 1 addition & 1 deletion src/stores/player.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { readable, writable } from 'svelte/store';
import Player from '../logic/player'

export let ampleVersion = readable("0.30.0");
export let ampleVersion = readable("0.31.0");

export let MediaPlayer = writable(new Player);

Expand Down

0 comments on commit c67f3cb

Please sign in to comment.