Will Moss
62e5b429a4
feat(client): added randomly generated version number to custom.css file to prevent browser caching
2024-02-18 16:34:49 +07:00
semantic-release-bot
00baab1541
chore(release): 1.6.1 [skip ci]
...
## [1.6.1](https://github.com/will-moss/isaiah/compare/1.6.0...1.6.1 ) (2024-02-07)
### Bug Fixes
* **multi-host:** added missing mobile control for switching host on mobile devices ([d5f14ab ](d5f14ab718 ))
1.6.1
2024-02-07 11:58:47 +07:00
Will Moss
d5f14ab718
fix(multi-host): added missing mobile control for switching host on mobile devices
2024-02-07 11:58:37 +07:00
semantic-release-bot
0bed4a60e7
chore(release): 1.6.0 [skip ci]
...
# [1.6.0](https://github.com/will-moss/isaiah/compare/1.5.0...1.6.0 ) (2024-02-03)
### Features
* **project:** added support for multi-host deployment ([828116f ](828116f291 ))
1.6.0
2024-02-03 10:15:56 +07:00
Will Moss
828116f291
feat(project): added support for multi-host deployment
2024-02-03 10:15:47 +07:00
Will Moss
f8f41f7631
docs(project): added short informative note about multi-node deployment
2024-01-20 23:07:50 +02:00
semantic-release-bot
53df49624b
chore(release): 1.5.0 [skip ci]
...
# [1.5.0](https://github.com/will-moss/isaiah/compare/1.4.0...1.5.0 ) (2024-01-20)
### Bug Fixes
* **authentication:** fixed authentication denial when authentication is disabled as per settings ([72b3124 ](72b3124d37 ))
* **client:** fixed a bug where menu navigation would break because of improper reset ([52a2e3b ](52a2e3b643 ))
* **settings:** updated default settings to increase SERVER_MAX_READ_SIZE to cover most needs ([9855fde ](9855fde031 ))
### Features
* **project:** added full support for multi-node deployment ([167668d ](167668df66 ))
1.5.0
2024-01-20 16:52:20 +01:00
Will Moss
a2808b4ea6
docs(project): updated documentation to reflect addition of the latest docker-compose.yml file
2024-01-20 16:51:21 +01:00
Will Moss
9a0c913228
chore(examples): removed useless port mapping as Agent nodes need no port to listen on
2024-01-20 16:48:58 +01:00
Will Moss
2839a022b3
chore(examples): added an example docker-compose.yml file to help setting up a multi-node deployment
2024-01-20 16:47:39 +01:00
Will Moss
dd611133b1
docs(project): updated documentation to reflect recent addition of multi-node support
2024-01-20 16:46:46 +01:00
Will Moss
167668df66
feat(project): added full support for multi-node deployment
...
As of now, Isaiah can be used to manage multiple nodes with their own distinct Docker resources from
a single dashboard.
2024-01-20 16:45:59 +01:00
Will Moss
d89255f1c5
chore(misc): removed an empty line
2024-01-20 16:43:25 +01:00
Will Moss
52a2e3b643
fix(client): fixed a bug where menu navigation would break because of improper reset
2024-01-20 16:42:42 +01:00
Will Moss
c2021c0858
refactor(client): changed mobile control's attribute for consistency
2024-01-20 16:39:55 +01:00
Will Moss
c8ac5c453f
build(dependencies): added UUID and Websocket libraries to perform multi-node deployment tasks
2024-01-20 16:25:56 +01:00
Will Moss
9855fde031
fix(settings): updated default settings to increase SERVER_MAX_READ_SIZE to cover most needs
2024-01-20 16:23:28 +01:00
Will Moss
72b3124d37
fix(authentication): fixed authentication denial when authentication is disabled as per settings
2024-01-13 00:12:59 +01:00
Will Moss
68a0860910
docs(project): added feature line about bulk image pulling
2024-01-10 00:47:08 +02:00
semantic-release-bot
ac8b507850
chore(release): 1.4.0 [skip ci]
...
# [1.4.0](https://github.com/will-moss/isaiah/compare/1.3.0...1.4.0 ) (2024-01-09)
### Bug Fixes
* **menu:** refactored the menu display logic, and now the menu's title is correct when using bulk ([18e65f6 ](18e65f665d ))
* **mobile:** fixed CSS to display mobile controls properly even when the screen width is below 390px ([8029572 ](8029572fd9 ))
### Features
* **client:** added full support for custom themes with theme picker, help, and theme save ([f8fefe8 ](f8fefe8ce0 ))
* **images:** added support for bulk-pulling latest images ([0629435 ](062943575f ))
* **theming:** added two ready-to-use themes (dawn, and moon) based on Rosé Pine ([fd86de5 ](fd86de5b96 ))
1.4.0
2024-01-10 00:41:30 +02:00
Will Moss
062943575f
feat(images): added support for bulk-pulling latest images
2024-01-10 00:40:07 +02:00
Will Moss
bc3e21b96d
docs(theming): added a short note about the new built-in themes based on Rosé Pine
2024-01-10 00:39:11 +02:00
Will Moss
fd86de5b96
feat(theming): added two ready-to-use themes (dawn, and moon) based on Rosé Pine
2024-01-10 00:22:59 +02:00
Will Moss
f8fefe8ce0
feat(client): added full support for custom themes with theme picker, help, and theme save
2024-01-10 00:22:05 +02:00
Will Moss
18e65f665d
fix(menu): refactored the menu display logic, and now the menu's title is correct when using bulk
2024-01-10 00:20:23 +02:00
Will Moss
8029572fd9
fix(mobile): fixed CSS to display mobile controls properly even when the screen width is below 390px
2024-01-10 00:12:25 +02:00
Will Moss
4c789b5bce
docs(theming): fixed link to the sample custom CSS file used for theming
2024-01-07 18:22:10 +01:00
Will Moss
f25b54a16f
build(install): updated local and remote install scripts to use /usr/local/bin when applicable
2024-01-06 01:08:40 +01:00
Will Moss
27be63ed40
docs(examples): added restart policy to Docker Compose example files
2024-01-06 00:56:07 +01:00
Will Moss
93ddb9abd1
docs: added quick links and table of contents to the README
2024-01-05 19:53:55 +01:00
semantic-release-bot
a870f71b61
chore(release): 1.3.0 [skip ci]
...
# [1.3.0](https://github.com/will-moss/isaiah/compare/1.2.1...1.3.0 ) (2024-01-05)
### Features
* **containers:** added rename feature ([4e2ecd6 ](4e2ecd61fb ))
1.3.0
2024-01-05 14:59:09 +01:00
Will Moss
4e2ecd61fb
feat(containers): added rename feature
2024-01-05 14:59:04 +01:00
Will Moss
c4d3bc0974
docs(project): added container rename feature to the list of supported features
2024-01-05 14:58:33 +01:00
Will Moss
6bdd1463d8
docs(project): updated README project's title
2024-01-05 05:33:50 +01:00
semantic-release-bot
1b0e8d8a20
chore(release): 1.2.1 [skip ci]
...
## [1.2.1](https://github.com/will-moss/isaiah/compare/1.2.0...1.2.1 ) (2024-01-05)
### Bug Fixes
* **client:** added missing mobile control for initiating a system shell ([9b0267d ](9b0267d441 ))
1.2.1
2024-01-05 05:24:09 +01:00
Will Moss
9b0267d441
fix(client): added missing mobile control for initiating a system shell
2024-01-05 05:24:03 +01:00
Will Moss
c1944ce626
refactor(client): removed entirely the HTML mobile block
2024-01-05 05:19:34 +01:00
Will Moss
7767f8750b
docs(documentation): added screenshots of the mobile interface
2024-01-04 21:53:02 +01:00
semantic-release-bot
7a2f8f69e7
chore(release): 1.2.0 [skip ci]
...
# [1.2.0](https://github.com/will-moss/isaiah/compare/1.1.0...1.2.0 ) (2024-01-04)
### Features
* **client:** added full support for mobile responsiveness with adapted controls ([cf8ed79 ](cf8ed79cfa ))
1.2.0
2024-01-04 21:47:25 +01:00
Will Moss
cf8ed79cfa
feat(client): added full support for mobile responsiveness with adapted controls
2024-01-04 21:47:19 +01:00
Will Moss
23b5223463
chore(configuration): added DEV_MODE setting to ease local development
2024-01-04 21:45:51 +01:00
Will Moss
0509a16cad
docs(project): updated documentation to talk about responsiveness, and shell emulation
2024-01-04 21:44:48 +01:00
Will Moss
8a1919b8aa
docs(client): updated documentation to make the Theming feature more precise
2024-01-04 13:22:04 +01:00
Will Moss
f49e1fbba0
docs(client): added documentation for theming the web interface
2024-01-04 13:20:03 +01:00
semantic-release-bot
febfd63e10
chore(release): 1.1.0 [skip ci]
...
# [1.1.0](https://github.com/will-moss/isaiah/compare/1.0.0...1.1.0 ) (2024-01-04)
### Features
* **client:** added support for custom theming via custom.css file provided at runtime ([6e53323 ](6e53323b2c ))
1.1.0
2024-01-04 12:54:03 +01:00
Will Moss
8b750d5b69
chore(changelog): removed obsolete lines from past test commits
2024-01-04 12:53:57 +01:00
Will Moss
6e53323b2c
feat(client): added support for custom theming via custom.css file provided at runtime
2024-01-04 12:52:51 +01:00
Will Moss
25330090dc
chore(git): added exception for sample.custom.css in the context of custom theming
2024-01-04 12:51:59 +01:00
semantic-release-bot
b827361b0d
chore(release): 1.0.0 [skip ci]
...
# 1.0.0 (2024-01-04)
### Features
* **project:** first release ([fc04f02 ](fc04f02880 ))
1.0.0
2024-01-04 01:26:10 +01:00
Will Moss
fc04f02880
feat(project): first release
2024-01-04 01:26:04 +01:00