Skip to content

Commit

Permalink
Release 1.0.2. (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier authored Feb 18, 2024
1 parent 07da393 commit b66f0e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions lib/src/patch_notes/patch_notes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,21 @@ const kPatchNotes20240204 = 'Hello MusicPod Users 💙🐧🧡\n'
'\n\nIf you like MusicPod please consider sponsoring me 🙏:'
'\n';

const kRecentPatchNotesDisposed = kPatchNotes20240204disposed;
const kRecentPatchNotesTitle = kPatchNotesTitle20240204;
const kRecentPatchNotes = kPatchNotes20240204;
// 2024 02 18
const kPatchNotes20240218disposed = 'patchNotes20240218disposed';
const kPatchNotesTitle20240218 = 'Patch notes: 2024-02-18';
const kPatchNotes20240218 = 'Hello MusicPod Users 💙🐧🧡\n'
'\n* with this release come several performance improvements'
'\n* bug fixes for podcast loading'
'\n* linux users can now set MusicPod as their default video and music player'
'\n* single video and audio files can be opened from the hamburger menu'
'\n* the artist pages have been improved'
'\n* audios are now correctly sorted when thanks to https://github.com/fsobolev'
'\n\nIf you like MusicPod please consider sponsoring me 🙏:'
'\n';

const kRecentPatchNotesDisposed = kPatchNotes20240218disposed;
const kRecentPatchNotesTitle = kPatchNotesTitle20240218;
const kRecentPatchNotes = kPatchNotes20240218;

const kPatchNotesDisposed = 'kPatchNotesDisposed';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: musicpod
description: Ubuntu music, radio and podcast player.
version: 1.0.1
version: 1.0.2

publish_to: "none"

Expand Down

0 comments on commit b66f0e2

Please sign in to comment.