Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWisker committed Sep 3, 2023
1 parent 3d62184 commit d1345d7
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ 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.5.3] - 2023-09-03

Fixed the issue were when the hostname was too long it would push the clock out of bounds

### Added
- Nothing added

### Changed
- Some CSS realated to the hostname

### Fixed
- The [issue](https://github.com/TheWisker/Shikai/issues/11) were when the hostname was too long it would push the clock out of bounds

## [1.5.2] - 2023-07-21

Added scroll to the style page and improved and fixed the colorpickers
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ message: "If you use this software in your work, or make a fork of it, please ci
authors:
- given-names: "TheWisker"
title: "Shikai Project"
version: 1.5.2
version: 1.5.3
date-released: 2023-03-31
url: "https://github.com/TheWisker/Shikai"
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

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

- [Josh]https://github.com/Hibyehello) => Opened an [issue](https://github.com/TheWisker/Shikai/issues/11) which resulted in a bug fix.
- [Talin Sharma](https://github.com/TalinTheDev) => Made a [pull request](https://github.com/TheWisker/Shikai/pull/10) which resulted in an enhancement and some style fixes.
- [Talin Sharma](https://github.com/TalinTheDev) => Opened an [issue](https://github.com/TheWisker/Shikai/issues/7) which resulted in an enhancement.
- [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).
Expand Down
2 changes: 1 addition & 1 deletion dist/LICENSE.shikai
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/*!
*
* shikai 1.5.2 distribution
* shikai 1.5.3 distribution
*
* Copyright (c) 2023, TheWisker (https://github.com/TheWisker)
* All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions dist/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/monitor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/monitor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
shikai 1.5.2 distribution
shikai 1.5.3 distribution
Copyright (c) 2023, TheWisker (https://github.com/TheWisker)
All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shikai",
"version": "1.5.2",
"version": "1.5.3",
"description": "Modern lightdm webkit2 theme",
"keywords": [
"lightdm",
Expand Down
3 changes: 3 additions & 0 deletions src/css/_objects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,12 @@
}

.hostname {
overflow: clip;
font-size: 0.9em;
font-weight: 1000;
max-width: 100px;
white-space: nowrap;
text-overflow: ellipsis;
text-transform: uppercase;
font-family: "Aesthetic", "Genjyuu", "Arabic", sans;
}
Expand Down

0 comments on commit d1345d7

Please sign in to comment.