Skip to content

Commit

Permalink
chore: prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
soberhacker committed Feb 12, 2024
1 parent 9b52c40 commit a50609c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release-notes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
// TODO notify in setting that new beta version is ready for installing
// TODO add messagesLeftCnt displaying in status bar
import { compareVersions } from "compare-versions";
export const releaseVersion = "3.0.0";
export const releaseVersion = "3.1.0";
export const showNewFeatures = true;
export let showBreakingChanges = false;

const newFeatures = "This release adds the possibility to append new messages under or above a specified note heading";
const newFeatures =
"This release adds the possibility to append new messages either above or below a specified note heading.";
export const breakingChanges = `⚠️ <b><i>In this release, approximately 30 files have been changed. Although this version has gone through beta testing, please pay close attention during the initial runs of the plugin with the old message processing feature enabled.</i></b> ⚠️`;
export const telegramChannelLink = "https://t.me/tribute/app?startapp=s1uX";
const telegramChannelAHref = `<a href='${telegramChannelLink}'>channel</a>`;
Expand Down

0 comments on commit a50609c

Please sign in to comment.