-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Desktop app for admin ------------------------------------------------------------------------ new file: CHANGELOG.md modified: README.md
- Loading branch information
Showing
2 changed files
with
58 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.2.082] - 2023-09-30 | ||
|
||
### Added | ||
|
||
- Logout functionality using `keyboard` shortcut (1e62127) | ||
|
||
<!-- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| --> | ||
|
||
# [Unreleased] | ||
|
||
## [1.1.073] - 2023-09-24 | ||
|
||
<!-- ### Added | ||
- lore10 --> | ||
|
||
### Fixed | ||
|
||
- KeyBinding (f3997b5) `Shift -> Alt+Shift`... | ||
|
||
<!-- ### Removed | ||
- lore10 --> | ||
|
||
<!-- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| --> | ||
|
||
## [1.0.066] - 2023-09-22 | ||
|
||
### Added | ||
|
||
- Context menu (f3b0a2d) | ||
- Action menu (f3b0a2d) | ||
|
||
### Fixed | ||
|
||
- Context menu (807d269) | ||
|
||
## [First Patch] | ||
|
||
```powershell | ||
npx nativefier --name "Admin-Privet Jet" -i "./icon.ico" --inject "./admin-context.js" --disable-dev-tools --build-version "0.0.073-beta" --app-version "0.07" --show-menu-bar --bookmarks-menu "./admin_menu-Action.json" --min-width "1360" --min-height "768" --ignore-certificate --portable "http://localhost/admin/" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters