We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1adfd commit c635bccCopy full SHA for c635bcc
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [0.3.1] - 2024-03-28
4
+
5
+### Improved
6
7
+- Enhanced job arguments display in tables with better formatting
8
+- Improved handling of different argument types (keyword args and plain arrays)
9
+- Added scrollable container for long argument values with styled scrollbar
10
+- Fixed duplicate argument display issues
11
+- Optimized space usage in job tables
12
13
## [0.3.0] - 2024-05-27
14
15
### Added
lib/solid_queue_monitor/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SolidQueueMonitor
- VERSION = '0.3.0'
+ VERSION = '0.3.1'
end
0 commit comments