Merge pull request #15 from Ai-Jani:work

bump version to 1.2.0
This commit is contained in:
Ai-Jani 2025-07-16 00:11:54 +09:00 committed by GitHub
commit 7e4a366ba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 5 deletions

View file

@ -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)

View file

@ -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
View file

@ -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"

View file

@ -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": {

View file

@ -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"
}