Loghub Changelog
Currently in development
- CHANGED :: Connectors can now be configured for each project: Connect Pushover or Slack to each project by itself. This enables you to connect different accounts to different projects.
1.2.6 – 17.11.2024
- FIXED :: Major speed boost for Logbrowser with thousands of logs
- ADDED :: Chart caching to make recalculation of chart with every refresh obsolete. Reduced DB Load.
- ADDED :: Pagination for Logs.
1.2.5 – 16.11.2024
- ADDED :: Made LogHub installable on most browsers.
1.2.4 – 11.11.2024
- FIXED :: Fixed Timer title running out of timer-box
- FIXED :: Deletion of log opened the log-inspector for a nonexisting log.
- CHANGED :: Search field now searches in message, url and function.
1.2.3 – 28.10.2024
- FIXED :: Changing the project now actually redirects to important pages after select
1.2.2 – 19.10.2024
- FIXED :: Fixed Icons for connectors when creating a project
- UPDATED :: Updated WordPress Plugin to version 2.1.1
1.2.1 – 14.10.2024
- CHANGED :: Changed “Create project” userflow by dropping the modal and create a separate create-project page with more to come settings.
- FIXED :: Slack trigger action now shows the configured channel where it posts in
1.2.0 – 12.10.2024
- CHANGED :: Changed chart colors to increase contrast
- CHANGED :: New LogBrowser Design to make it easier to understand.
- ADDED :: You can choose more than one function, they use an OR constraint.
- ADDED :: You can choose more than one Log Type, they use an OR constraint.
1.1.0 – 03.10.2024
- ADDED :: Slack connector to get notified via slack
- ADDED :: Reworked getting started section for easy startup
- ADDED :: Seeders and Factories for internal testing
- ADDED :: Internal Staging site for heavy testing
- ADDED :: Recurring cronjobs to parse log data
- ADDED :: Added downloadable connectors for Plain PHP, Node.js, Python, Go and Insomnia
- ADDED :: PayPal Gateway for upgrading your subscription
- CHANGED :: Plan/Subscription design
1.0.6 – 19.09.2024
- FIXED :: Fixed a bug where no projects could be created
- ADDED :: Timers can now be deleted
- ADDED :: Added a new profile dropdown with subscription viewer
- ADDED :: Paddle Subscription Payment
1.0.5 – 17.09.2024
- FIXED :: Fixed a bug with pushover that push notifications wont arrive.
1.0.4 – 16.09.2024
- CHANGED :: Adapted login, register, forgot password, profile page to the new dark color scheme
1.0.3 – 12.09.2024
- FIXED :: Bug on “Condition Log TYPE” selector in triggers prevented trigger-firing.
- ADDED :: Triggers can now be edited
1.0.2 – 11.09.2024
- FIXED :: “ON_LOG_TRAIL_ADDED” Trigger now working
- FIXED :: “PARENT_LOG_ID” Trigger condition now working
- FIXED :: Changed “Action message” in Trigger to “Just sending the log for now” while complex Message types and Log placeholders are still in development.
1.0.0 – 11.09.2024
- FIXED :: Message Type Filter no filters for the type of the last log item added, so if a job runs into an error and a log is appended, the filter filters out these too.
- FIXED :: Chart colors changed slightly to make it more consistent and made chart more vibrant
- ADDED :: Trigger work now *yay*
- ADDED :: Trigger action “Send Pushover” added and working, set a user API key in your user settings first
- ADDED :: Trigger action “Email to all users” added and working. If fires, sends an Email to all users who have a role in the project
0.9.2 – 08.09.2024
- FIXED :: Logs were not displayed on weekends due to a bug caused by an error in comparing the log date with the chart date. This bug was introduced in version 0.9.1.
0.9.1 – 07.09.2024
- CHANGED :: Changed the visual style of triggers
- ADDED :: You can add triggers now with custom conditions and actions
- ADDED :: Turn triggers on and off
- ADDED :: Weekday prefix for log chart data
- ADDED :: Manage LogHub app via git from now on
- FIXED :: Display error where timers were unreadable and in the wrong color-theming