This repository was archived by the owner on May 19, 2026. It is now read-only.
Tags: Augurk/Augurk
Tags
Improve styling for feature page (#385) * Fix styling on tables * Implemented links to other features * Sticky top * Add toggle switch for collapsing all scenarios * Remove About link * Arbitrary fixes * Added preview link * Handle not found features more gracefully * Fix some styling issues * Change css class * Add missing div * Remove some useless whitespace * Altered title handling * Added some comments to clarify stuff Co-authored-by: Mark Taling <mark@taling.eu>
Augurk 3.1.0-Preview-1 (#221) It has taken quite some time, but it is finally here! Augurk 3.1.0 Preview-1! Preview? Yes, we have decided that due to our irregular schedules, from now on we will release parts of new features as soon as they are available and can be used with a reasonable stability. For now, Augurk will run in a hybrid mode, where you can use both the original (AngularJS) UI, as well as the new features in our up-and-coming (WebAssembly) UI! While this is far from ideal, we believe it is the best approach to give you access to our newest features as soon as possible, without the need to build them in the original UI as well. Changes in this preview: - *Reduced storage* We reduced the amount of storage required for your features by combining unchanged versions, without losing any actual data. - *Preview button* A preview button has been added to the top right of the original UI, leading you to the preview functionality. - *Text search* From the preview UI, it is now possible to perform a full text search on all your features. At this moment the search results only contain features which contain a complete match for the provided word. As of yet, search for partial words is not yet supported. For now, the results will link to the features in the original UI. Naturally, changing the data structure also broke some features. While we fully intend to fix this before going stable with 3.1.0, these features are not available in Preview-1 - *Data retention* Preview-1 will not apply data retention and will also not retain the upload date of newly uploaded futures for future retention. We will think of a fitting solution for the features which were uploaded using this version in the stable version - *Feature dependencies* Feature dependencies other than the @parentFeature-tag will not display properly, as the current implementation is version-bound. We will have to redesign the storage for this feature from scratch - *Test results* While test results can still be uploaded and linked to your scenario’s, they will now be linked to all identical version of the tested feature instead of only to the provided version. So, quite some changes, and we are far from done. We certainly hope to provide more functionality in the new UI, as well as fix the broken features listed above. Until that time, we are happy to receive your feedback regarding this preview. Do not hesitate to share any feedback, be it a new thought you have or issues you encounter, through our [issue tracker](https://github.com/Augurk/Augurk/issues ). Until the next version! Mark & Jonathan
Augurk 3.0 (#98) This PR combines all of the work we've done for Augurk 3.0. Big feature is cross-platform support, by retargetting Augurk to run on .NET Core. This allows for running Augurk on Windows, Mac and Linux. Additionally we now ship a Docker image so getting started with Augurk is easier than ever. Finally we've made some smaller quality of life improvements, such as: - Readable scenario outlines by displaying the example inline when clicking on it - Retention policy for features can be configured and will be applied retroactively - We've fixed a bug with identical features in multiple groups where only a single feature would be shown - Improved test coverage and various other build quality improvements - Look forward to our new revamped website with guidance on installing Augurk 3.0 as well as migrating from earlier versions. +semver: major
Sequence diagrams and import/export (#78) In this release we've added two new features: - Support for sequence diagrams (#76) - Import/export feature so that data in Augurk can be backed up or moved between instances (#77) We've also fixed the following bug: - Tag search didn't work anymore (#70) +semver: minor
Feature dependencies and UML support (#69) Two new features we're added in this release: Navigate to dependent features from a particular feature. This is an alpha feature, which you can enable from the settings page. Embed UML diagrams based on [nomnoml](http://www.nomnoml.com) to your feature description as an UML code block and they will be displayed in Augurk.
PreviousNext