diff --git a/changelog.md b/changelog.md index 0145691..59b2bf3 100644 --- a/changelog.md +++ b/changelog.md @@ -10,11 +10,11 @@ ### New features -- Added keyboard shorcut support +- Added keyboard shortcut support - Added quick-add new document pop-up - Added quick-search existing document pop-up -- Added keybind cheetcheet pop-up -- Added control buttons for keybind cheetsheet, quick search and quick add +- Added keybinds cheatsheet pop-up +- Added control buttons for keybinds cheatsheet, quick search, and quick add - Added document coloring support for the document hierarchical tree and tabs on the top - Added category/document switch for handling custom subcategories - Added tooltip support for all input fields @@ -23,17 +23,17 @@ ### QoL adjustments -- Alphabetically sorted most predefined lists (eg: types of political groups) with "Other/Unique" fields at the bottom. The fields that are ordered logically (eg: severity of racial weakness/strength) remain ordered via the logical sorting and not by alphabet +- Alphabetically sorted most predefined lists (eg: types of political groups) with "Other/Unique" fields at the bottom. The fields that are ordered logically (eg: severity of racial weakness/strength) remain ordered via logical sorting and not by alphabet - Added explanation via tooltip to "Belongs under", "Order" and "Color" fields - Adjusted tooltip font-size to be actually readable - Added program FAVICON support -- Moved the document edit/save/delet buttons to the top +- Moved the document edit/save/delete buttons to the top - Adjusted text selection to look better with the aesthetics of the app - Adjusted scrollbars to look better with the aesthetics of the app - Added auto-focus on name field when opening edit mode of a document -- Added auto-focus AND auto-select of all text of the name field when creating new document +- Added auto-focus AND auto-select of all text of the name field when creating a new document - Renamed "Lore notes" to "Other/Notes" for more intuitive usage -- Remamed "Other names" to "Other names & Epithets" across all document types +- Renamed "Other names" to "Other names & Epithets" across all document types - Renamed "Power level" to "Combat rating" in "Characters" document type - Renamed "Level of sentience" to "Level of sapience" in "Species/Races" document type - Added "Oldest known" and "Average adulthood" fields to "Species/Races" document type diff --git a/src/components/ObjectTree.vue b/src/components/ObjectTree.vue index 60367b6..6c6014e 100644 --- a/src/components/ObjectTree.vue +++ b/src/components/ObjectTree.vue @@ -13,7 +13,7 @@ - Show keybind cheetsheet. + Show keybind cheatsheet.