Releases: adrianrudnik/ablegram
Releases · adrianrudnik/ablegram
v1.5.2
- Best effort to integrate v9/v10 samples with their relative and nested XML structure.
- Reworked the way guests connect and get their connection assigned.
- Separated users from connections for better viewing.
- Some minor tweaks to the APIs in preparation for the Push 3 API and suggestions.
v1.5.1
Application specific
- Guest login and admin logout now correctly redirect back to the application entry point to force users out of blocked routes.
- Fixed browser warning about missing username auto-completion recommendation.
- Configuration store is loaded when visiting the configuration page, not when launching the app. Nothing of value in there at the moment. Prevent problem where login leaves admin with unconfigured settings page.
- Added an active user bar at the top, so guests can see other guests and admins can see their IP as well.
- Clear separation between users, display between these roles and admins get more information about connected clients.
Documentation
- Migrated docs QueryExample to shikiji for vitepress 1.0.0-rc.30, breaking existing dom structure for code blocks.
- Updated media and texts.
v1.5.0
Application specific
- Added guest mode for shared access or mobile browsing, more info in the manual, where guests can search, auth as admin, but nothing else.
- Added `-master-password' flag to set the default password that guests can promote themselves to admin.
- Tags are now updated every second when scanning is active. Previously they were only updated when the scan finished.
- Collector targets are now configurable per mount point, each with its own parser and performance settings.
- Collector targets are now configurable via the search frontend.
- Configuration files now have a version number attached to them for easier invalidation until I get around to migrations.
- Search frontend now supports
q
andtag
query parameters, currently used to inject examples into the query interface. - Fixed a bug where the last search position would break subsequent queries.
- Fixed
file:btime-weekday
,file:btime-weekno
tags to use btime instead of mtime. - Added Ableton InfoText as a separate meta element to be found by search with details of where the element was found within the nested structure.
- Added an enriched field to the HasBase mapping to provide a way to enrich written content for free text search, e.g. month 12 will be found by a query of "december".
- Fixed bad shutdown route through the search frontend.
- Fixed various complaints about MegaMenu and Menubar being too responsive.
- Added
-trusted-platform
for real ip resolution on certain providers.
Website
- Added Search examples.
- Added Tags API docs.
- Added Push 3 Standalone Web API findings.
- Added Ableton Info-Text parser docs.
- Added documentation for Guest and server access
- Added thanks to the docs.
- Added docs for the new master password flag.
- Added docs for the new trusted-platform flag.
v1.4.0
- Switch documentation and website from hugo to VitePress to reduce the maintenance workload.
- More work on the overall documentation.
- Added a bridge that will limit ALS parsers to be at least from Ableton v9 for now.
- Added active filter toolbar that allows to manage active filters, tag based for now.
- Selecting tags on the tag overview now adds them to the active filters.
v1.3.0
- Reworked tag overview to provide easy copy and paste functionality.
- Reworked the search tab to provide three results per line.
- Introduced a focus view of clicked search results to provide more information about the selected entry.
- Introduced a file-based view which combines all tags from all parsers into a single file.
- Introduced Settings tab, merged with Info tab.
- Reworked tags to make them simpler and to separate the value more clearly.
v1.2.0-alpha
- Reworked UI
- Reworked parser for many more elements
v1.1.0
- Added GitHub sponsors page.
- Fixed display of debug console in Windows binary.
- Added a separate compilation step to build a MacOS universal binary with signature and notarisation for a distributable
dmg
file. - Simplified the Windows and Linux compilation steps as MacOS is extracted.
- Added version, build commit and build time to all binaries and made this information available via the
/about
route for the frontend to consume. - Made some changes to Ableton specific tags such as colours.
- Fixed a problem where the tags would reload endlessly after processing was finished, but never loaded if the frontend was reloaded after processing was already finished.
v1.0.0
Today I'm pleased to announce the first binary release of my open source project. This release represents the core functionality and the foundation for future enhancements. As with any first release, there may be areas for improvement and your feedback will be instrumental in guiding these. Please take a look and don't hesitate to share your thoughts or report any problems you may encounter.