mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 11:33:34 +08:00
Add custom ssh keys to list of features
This commit is contained in:
@ -209,6 +209,7 @@ feature:
|
|||||||
subtitle: "Convert :heart: to ❤️"
|
subtitle: "Convert :heart: to ❤️"
|
||||||
allNotesView: Add a screen to show "All Notes"
|
allNotesView: Add a screen to show "All Notes"
|
||||||
basicSearch: Basic Search
|
basicSearch: Basic Search
|
||||||
|
customSSHKeys: Provide your own SSH Keys
|
||||||
|
|
||||||
feature_timeline:
|
feature_timeline:
|
||||||
title: Feature Timeline
|
title: Feature Timeline
|
||||||
|
@ -16,6 +16,7 @@ class Features {
|
|||||||
Feature.gitPushFreq,
|
Feature.gitPushFreq,
|
||||||
Feature.emojiSupport,
|
Feature.emojiSupport,
|
||||||
Feature.checkListEditor,
|
Feature.checkListEditor,
|
||||||
|
Feature.customSSHKeys,
|
||||||
Feature.disableYamlHeader,
|
Feature.disableYamlHeader,
|
||||||
Feature.journalEditor,
|
Feature.journalEditor,
|
||||||
Feature.allNotesView,
|
Feature.allNotesView,
|
||||||
@ -141,6 +142,14 @@ class Feature {
|
|||||||
false,
|
false,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
static final customSSHKeys = Feature(
|
||||||
|
"CustomSSHKeys",
|
||||||
|
DateTime(2020, 02, 17),
|
||||||
|
tr("feature.customSSHKeys"),
|
||||||
|
"",
|
||||||
|
false,
|
||||||
|
);
|
||||||
|
|
||||||
static final disableYamlHeader = Feature(
|
static final disableYamlHeader = Feature(
|
||||||
"DisableYamlHeader",
|
"DisableYamlHeader",
|
||||||
DateTime(2020, 02, 18),
|
DateTime(2020, 02, 18),
|
||||||
|
Reference in New Issue
Block a user