Skip to content

Commit

Permalink
Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Apr 21, 2024
1 parent a055fa3 commit ed19396
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 @@ -174,8 +174,19 @@ const kPatchNotes20240414 = 'Hello MusicPod Users\n'
'\n\nIf you like MusicPod please consider sponsoring me:'
'\n';

const kRecentPatchNotesDisposed = kPatchNotes20240414disposed;
const kRecentPatchNotesTitle = kPatchNotesTitle20240414;
const kRecentPatchNotes = kPatchNotes20240414;
// 2024 04 21
const kPatchNotes20240421disposed = 'patchNotes20240421disposed';
const kPatchNotesTitle20240421 = 'Patch notes: 2024-04-21';
const kPatchNotes20240421 = 'Hello MusicPod Users, this update includes\n'
'\n* adaptive controls depending on audio type'
'\n* better color loading'
'\n* language search for radio and podcastindex (if active)'
'\n* bug fixes'
'\n\nIf you like MusicPod please consider sponsoring me:'
'\n';

const kRecentPatchNotesDisposed = kPatchNotes20240421disposed;
const kRecentPatchNotesTitle = kPatchNotesTitle20240421;
const kRecentPatchNotes = kPatchNotes20240421;

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.4
version: 1.3.5

publish_to: "none"

Expand Down

0 comments on commit ed19396

Please sign in to comment.