Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Apr 24, 2024
1 parent e11858e commit 78a0290
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions lib/src/patch_notes/patch_notes.dart
Expand Up @@ -185,8 +185,19 @@ const kPatchNotes20240421 = 'Hello MusicPod Users, this update includes\n'
'\n\nIf you like MusicPod please consider sponsoring me:'
'\n';

const kRecentPatchNotesDisposed = kPatchNotes20240421disposed;
const kRecentPatchNotesTitle = kPatchNotesTitle20240421;
const kRecentPatchNotes = kPatchNotes20240421;
// 2024 04 24
const kPatchNotes20240424disposed = 'patchNotes20240424disposed';
const kPatchNotesTitle20240424 = 'Patch notes: 2024-04-24';
const kPatchNotes20240424 = 'Hello MusicPod Users, this update includes\n'
'\n* icy tags and images in the media control tray'
'\n* improved performance'
'\n* better fallback widgets for streams'
'\n* bug fixes'
'\n\nIf you like MusicPod please consider sponsoring me:'
'\n';

const kRecentPatchNotesDisposed = kPatchNotes20240424disposed;
const kRecentPatchNotesTitle = kPatchNotesTitle20240424;
const kRecentPatchNotes = kPatchNotes20240424;

const kPatchNotesDisposed = 'kPatchNotesDisposed';
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: musicpod
description: Ubuntu music, radio and podcast player.
version: 1.3.5
version: 1.3.6

publish_to: "none"

Expand Down

0 comments on commit 78a0290

Please sign in to comment.