mirror of
https://github.com/ai-jani/about-blank.git
synced 2026-07-22 05:44:52 +00:00
commit
7e4a366ba3
5 changed files with 21 additions and 5 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
|||
# About Blank: Changelog
|
||||
|
||||
## 1.2.0 (2025-07-15)
|
||||
|
||||
[Release Page](https://github.com/Ai-Jani/about-blank/releases/tag/1.2.0)
|
||||
|
||||
### Features
|
||||
|
||||
- Added appearance settings with new settings for vertical centering.
|
||||
- Changed the settings to hide "Clean up settings" by default.
|
||||
- Notify when "Add actions to the empty file view (new tab)" setting is changed.
|
||||
- Display the names of icons already set as placeholders in icon suggester.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed typo (adopt cspell)
|
||||
|
||||
## 1.1.0 (2025-04-24)
|
||||
|
||||
[Release Page](https://github.com/Ai-Jani/about-blank/releases/tag/1.1.0)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "about-blank",
|
||||
"name": "About Blank",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"minAppVersion": "1.8.4",
|
||||
"description": "Customize the empty file (New tab) itself a little bit by adding \"Commands\" or \"Open files\". And edit these: Grouping, Set icon, Ask before execution, Register as a new command.",
|
||||
"author": "Ai-Jani",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "about-blank",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "about-blank",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"uuid": "11.1.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "about-blank",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "Customize the empty file (New tab) itself a little bit by adding \"Commands\" or \"Open files\". And edit these: Grouping, Set icon, Ask before execution, Register as a new command.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"1.0.2": "1.8.4",
|
||||
"1.1.0": "1.8.4"
|
||||
"1.1.0": "1.8.4",
|
||||
"1.2.0": "1.8.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue