Skip to content

Commit 7eee976

Browse files
committed
Changed caret: v1.5.0
1 parent fe42477 commit 7eee976

File tree

21 files changed

+129
-41
lines changed

21 files changed

+129
-41
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ All notable changes to this project will be documented in this file.
1313
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1515

16+
## [1.5.0] - 2023-06-27
17+
18+
Changed password caret so it is more symmetric
19+
20+
### Added
21+
- Translations for the two new setting entries
22+
23+
### Changed
24+
- Default caret to a custom scripted caret
25+
26+
### Fixed
27+
- No fixes
28+
1629
## [1.4.3] - 2023-06-22
1730

1831
Added LICENSE information to **Shikai**.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ message: "If you use this software in your work, or make a fork of it, please ci
33
authors:
44
- given-names: "TheWisker"
55
title: "Shikai Project"
6-
version: 1.4.3
6+
version: 1.5.0
77
date-released: 2023-03-31
88
url: "https://github.com/TheWisker/Shikai"

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
These are the **Shikai** project **contributors**, ordered from most recent to least recent:
1414

15+
- [Talin Sharma](https://github.com/TalinTheDev) => Opened an [issue](https://github.com/TheWisker/Shikai/issues/7) which resulted in an enhancement.
1516
- [Faisal Almalki](https://github.com/Faisal-beep22) => Added Arab language file in this [issue](https://github.com/TheWisker/Shikai/issues/5) and this [pull request](https://github.com/TheWisker/Shikai/pull/6).
1617
- [cidne](https://github.com/cidne) => Opened an [issue](https://github.com/TheWisker/Shikai/issues/3) which resulted in a bug fix.
1718
- [Tyler Schneider](https://github.com/teschnei) => Made this [pull request](https://github.com/TheWisker/Shikai/pull/1) fixing a bug related to the login process.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
[Screenshots][screenshots]
2020

2121
[Installation][installation]
22+
23+
[Updating][updating]
2224

2325
[Dependencies][dependencies]
2426

@@ -127,6 +129,10 @@ First, go to the `dist` **directory** located on the release folder and **open**
127129

128130
Also, to set up a user **profile** image, copy the desired image to the user's **home** directory renaming it to `.face`.
129131

132+
<h2 align="center">Updating [<a href="https://github.com/TheWisker/Shikai#index">↑</a>]</h2>
133+
134+
When updating **Shikai** just keep in mind that if the **new** version contains **breaking changes** you must **delete localStorage** with the button in the settings panel **before** making the **update**. Apart from that, just update it as if you were [installing][installation] it *overwriting* in the case of a **manual** install.
135+
130136
<h2 align="center">Dependencies [<a href="https://github.com/TheWisker/Shikai#index">↑</a>]</h2>
131137

132138
<h3 align="left">Buildtime</h3>
@@ -221,6 +227,7 @@ We look forward to your translations!
221227
[livedemo]: https://github.com/TheWisker/Shikai#live-demo-
222228
[screenshots]: https://github.com/TheWisker/Shikai#screenshots-
223229
[installation]: https://github.com/TheWisker/Shikai#installation-
230+
[updating]: https://github.com/TheWisker/Shikai#updating-
224231
[dependencies]: https://github.com/TheWisker/Shikai#dependencies-
225232
[configuration]: https://github.com/TheWisker/Shikai#configuration-
226233
[discussions]: https://github.com/TheWisker/Shikai#discussions-

dist/LICENSE.shikai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/*!
88
*
9-
* shikai 1.4.3 distribution
9+
* shikai 1.5.0 distribution
1010
*
1111
* Copyright (c) 2023, TheWisker (https://github.com/TheWisker)
1212
* All rights reserved.

dist/index.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/monitor.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/monitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
shikai 1.4.3 distribution
2+
shikai 1.5.0 distribution
33
44
Copyright (c) 2023, TheWisker (https://github.com/TheWisker)
55
All rights reserved.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)