Skip to content

Commit

Permalink
Temporary disable ReleaseNotesAnnouncement, fixes #513 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
vslinko authored Mar 21, 2024
1 parent 6661ac4 commit e11303f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ObsidianOutlinerPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Feature } from "./features/Feature";
import { ListsFoldingCommands } from "./features/ListsFoldingCommands";
import { ListsMovementCommands } from "./features/ListsMovementCommands";
import { MetaBackspaceBehaviourOverride } from "./features/MetaBackspaceBehaviourOverride";
import { ReleaseNotesAnnouncement } from "./features/ReleaseNotesAnnouncement";
// import { ReleaseNotesAnnouncement } from "./features/ReleaseNotesAnnouncement";
import { SettingsTab } from "./features/SettingsTab";
import { ShiftTabBehaviourOverride } from "./features/ShiftTabBehaviourOverride";
import { SystemInfo } from "./features/SystemInfo";
Expand Down Expand Up @@ -60,7 +60,7 @@ export default class ObsidianOutlinerPlugin extends Plugin {

this.features = [
// service features
new ReleaseNotesAnnouncement(this, this.settings),
// new ReleaseNotesAnnouncement(this, this.settings),
new SettingsTab(this, this.settings),
new SystemInfo(this, this.settings),

Expand Down

0 comments on commit e11303f

Please sign in to comment.