Releases: ixora-0/katei
Releases · ixora-0/katei
katei: v0.1.1
katei: v0.1.0
0.1.0 (2024-05-08)
✨ Features
- Add customization for selected color. (b1c0346)
- Add option to whether or not search is opened in new tab. (2d67ad0)
- Add padding for search bar. (a8f42cd)
- Add search bar customization options (f80e912)
- Add visibility toggle for clock. (f6da5bc)
- Auto select text in search bar on focus. (a7d419e)
- Larger labels in settings. (ee317e5)
🐛 Bug Fixes
- Button group left border was twice as thick. (a253f0d)
- ci: correct config format for release please (c0d2443)
- have appropriate release please manifest (af04fef)
- No search bar animation on load. (bc6287c)
- Save default settings to local if one is not found. (dd8f689)
- Typo in settings show seconds toggle. (9adb5a1)
🚚 Chores
- remove .helix (1c5cda0)
📝 Documentation
- Add developing section to
README.md
. (41f0e4b) - fix typo in
README.md
. (7cf4892) - Format relative paths. (5d55658)
- Udpate
README.md
. (48ff8b8)
💄 Styling
- add basic .editorconfig (d596b6c)
♻️ Code Refactoring
- ci: simplify release please github workflow (abc5126)
- Move clock visibility check to component. (b6dc78e)
- Rename settings manipulation functions. (6d9100e)
🔧 CI/CD
- add bootstrap-sha for release please (71737c4)
- add commitlint (#1) (1a25306)
- add empty release please manifest (5a45c71)
- add release workflow with asset upload (#5) (6d891a1)
- add section for ci (371e1f8)
- have release please update
manifest.json
(f2356bf) - migrate from standard version to release please (#2) (bfe3641)
- use 6F68 commitlint action instead (3f78794)
v0.0.1-First release
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1 (2023-12-24)
♻️ Code Refactoring
- Better settings structure. (659682b)
✨ Features
- Add and apply formatting. (496b95f)
- Add settings for clock. (057725a)
- Add settings modal and basic start page functionality. (85db3f0)
- more project setup. (e76e7c5)
- Opacity for placeholder. (b17ccad)
- project setup. (c5bf186)
- workaround for script detecting. (c819eaf)
🐛 Bug Fixes
- Set button type to 'button' to prevent form submission (5bcf0c0)
📝 Documentation
- Add build instructions in README.md (82311d8)