Released on 05/14/2024
* BUGFIX: In readonly mode, I disabled the console, which was an error. Now you can in readonly, receive monitor patterns in the console.
* CHORE: Updated to Electron v30
* CHORE: Updated packages to latest versions
* FEATURE: In the PubSub monitor, an input can filter the patterns to receive.
### v2024.4.227
Released on 04/01/2024
* FEATURE: When the conenction in Redis is closed, handle the error. Change the behavior on catching exceptions, when the connection says `Connection is closed.`, disconnect from the connection.
### v2024.4.222
Released on 03/31/2024
* FEATURE: Fix Russian for missing translations in some package.
* FEATURE: On buffer, it shows the size of the data.
* FEATURE: Show a disconnect button on the settings connections list.
* FEATURE: The connection form fieldset border color is dark/light mode.
* BUGFIX: In the string key on cancel it hide the value.
### v2024.4.201
Released on 03/30/2024
* BUGFIX: SSH error handling 2.
### v2024.4.200
Released on 03/30/2024
* BUGFIX: SSH error handling (it was crashing the app).
### v2024.4.193
Released on 03/29/2024
* BUGFIX: The connection dialog node index was wrongly named first, when the first on that list is the second as the main redis settings is the first node.
### v2024.4.189
Released on 03/29/2024
* BUGFIX: In the console, if you keep the monitor on, it will not crash if you keep on the screen for a long time (as the output console could be too big), now, only keep the last 256 items in the console.
### v2024.4.188
Released on 03/28/2024
### v2024.4.181
Released on 03/26/2024
* FEATURE: The default theme is basaed on the preference of the light/dark of the host. (Enterprise / Dark enterprise as default now)
### v2024.4.179
Released on 03/26/2024
* BUGFIX: In the quick console, it was always reloading the redis key and associated data, which is bad when we are using a 5MB binary data. Redis key data refresh is manual now only.
### v2024.4.175
Released on 03/24/2024
* FEATURE: When loading a key, when big binary data, we are using a circular progress component.
### v2024.4.174
* FEATURE: Buffer downloading is working for string, hash, list, set, zset.
* BUGFIX: The indexing was wrong with the paging in the hash, list, set, zset.
### v2024.4.155
Released on 03/10/2024
* BUGFIX: Setting the buffer and then again upload trying, it is not working. Now, it is always uploading (at least, it tries).
### v2024.4.149
Released on 03/09/2024
* FEATURE: In the string type, you can upload and download a buffer.
* FEATURE: When uploading, it allows up to 256MB, but Redis can restrict this size.
* FEATURE: Disabled the license feature in the server, a bit increased the speed of the server - using less processing.
* CHORE: Updated the Redis v7.0.15 commands, when from the server commands are not available, it has to be manually to be copied to the code, so that the console autocomplete will work.
* BUGFIX: The `quit` command is disabled.
* BUGFIX: Fixed a version error, that in NPM version was different from released in Github.
### v2024.4.132
Released on 02/28/2024
* FEATURE: Add a key to the existing keys (like sub-key). Right now, it is only in the tree, now it is in the key gui as well.
* FEATURE: When adding to an existing key, add as the default key is the key plus the tree divider.
### v2024.4.113
Released on 02/25/2024
* CHORE: Update to latest versions of all packages including Electron.
* BUGFIX: The Fontawesome animation was not working.
* FEATURE: Add overlay show/hide functionality and disable escape key
* BUGFIX: Fix languages in the JSONEditor and Moment.
## Support Our Open-Source Project ❤️
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
### Server Availability
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
### About My Domains
All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
### Versioning Policy
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
- **Major:** Corresponds to the current year.
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
- **Patch:** Incremental, updated with each build.
**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.