ikura 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +29 -1
- data/lib/ikura/server.rb +1 -0
- data/lib/ikura/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27ea4f15f5d757982da5a10c5ba6db1beb33f513a7c5d090620ef394d94b5809
|
|
4
|
+
data.tar.gz: 2d5715f538c5a17c280d5e835b7e595e26c66c61b9fbd0a9cb802841910035cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e46675b168bc8742dd70c8b8f8e95eabc7c14ff6956b57f4bf8c16d9077203174dace70dbd5067a021b3b0f450cfe80de8bd1d461955531464d1383f9710519
|
|
7
|
+
data.tar.gz: c763414b5806929473ddea510a120b673e8381c17ed4d14486b026fbe6f945531c4416e43f1912ba6f9753d4c9df6f129d15eb9be7f2fc1fef662856332ee026
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.1.
|
|
3
|
+
## [0.1.3] - 2026-04-21
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Auto-open browser when the server starts
|
|
8
|
+
|
|
9
|
+
## [0.1.2] - 2026-04-21
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Rename `COORDS`/`coord` to `IKURA_POINTS`/`ikura_point` for clarity
|
|
14
|
+
- Adjust `IKURA_POINTS` coordinates and randomization range for better placement
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Remove `pointer-events` from gunkan/gunkan-top styles so clicks register correctly
|
|
19
|
+
|
|
20
|
+
## [0.1.1] - 2026-04-04
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- MIT license
|
|
25
|
+
- Clickable URL in server output for quick access to the local server
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- Clean up gemspec and update gem description/metadata for RubyGems release
|
|
30
|
+
|
|
31
|
+
## [0.1.0] - 2026-04-02
|
|
4
32
|
|
|
5
33
|
### Added
|
|
6
34
|
|
data/lib/ikura/server.rb
CHANGED
data/lib/ikura/version.rb
CHANGED