File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,37 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ <!-- ## [Unreleased] -->
99
1010<!-- Add new changes here before the next release -->
1111
12+ ## [ 1.1.0] - 2025-10-03
13+
14+ ### Added
15+
16+ - ** Auto Updater** integration for seamless updates
17+ - ** Release method updated** to use ` electron-builder ` for packaging and publishing
18+ - ** Version number** now displayed in the application title bar
19+ - New tools:
20+ - ** Base58 & Base64 Encoder/Decoder** – Encode and decode strings
21+ - ** JWT Decoder** – Decode and inspect JWT tokens
22+ - ** .gitignore Generator** – Generate ` .gitignore ` files with ease
23+
24+ ### Changed
25+
26+ - Improved validation logic in ** HTML to JSX Converter** for more reliable output
27+
28+ ### Fixed
29+
30+ - Minor bug fixes and stability improvements
31+
32+ ### Technical
33+
34+ - ** Husky** and ** Prettier** added for pre-commit linting and code formatting
35+ - ** electron-log** integrated for better application logging
36+ - ** electron-updater** configured for automatic updates
37+ - ** GitHub Actions** workflow updated for improved release automation
38+
1239## [ 1.0.1] - 2025-07-01
1340
1441### Fixed
You can’t perform that action at this time.
0 commit comments