Skip to content

Releases: Augurk/Augurk

New and improved feature page

27 Dec 08:57
00118fd
Compare
Choose a tag to compare
Pre-release

Our new Blazor-based UI now has a nice feature page with some new features.

3.1.0-preview-2

04 Jun 14:17
3257a6f
Compare
Choose a tag to compare
3.1.0-preview-2 Pre-release
Pre-release

We've released a small update on our previous preview that fixes a couple of issues related to the import feature. This should work correctly again now.

Changes:

This list of changes was auto generated.

3.1.0-preview-1

03 Jun 14:39
8ae1d62
Compare
Choose a tag to compare
3.1.0-preview-1 Pre-release
Pre-release

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. Until the next version!

Mark & Jonathan

Changes:

This list of changes was auto generated.

3.0.0

30 May 10:49
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

2.8.2

16 Apr 20:28
Compare
Choose a tag to compare
Fix missing link

On the configuration page there was a link to our C# analyzer, but it was missing the actual URL to the project This has now been fixed. Additionally there was a Dutch word there which was also fixed.

2.8.1

23 Mar 13:09
Compare
Choose a tag to compare
Minor bugfixes

Fixes #83 #86 #85

2.8.0

21 Nov 09:11
235019c
Compare
Choose a tag to compare

Sequence diagrams and import/export

In this release we've added two new features:

  • Support for sequence diagrams (resolves #76)
  • Import/export feature so that data in Augurk can be backed up or moved between instances (resolves #77)

We've also fixed the following bug:

  • Tag search didn't work anymore (fixes #70)

2.7.0

10 Oct 16:10
Compare
Choose a tag to compare
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.

Dependency analyzer foundations

19 Jul 12:47
8389550
Compare
Choose a tag to compare

This release lays the groundwork for a larger feature called "dependency visualizer". It will eventually allow users to visualize dependencies between features automatically based on static analysis. In this version the API's were added to Augurk to allow uploading and subsequently retrieving this data.

Additionally the following minor fixes have gone into this release:

  • Added API documentation using Swagger
  • Implemented separate scrollbars for the menu and the current feature file
  • Some minor textual fixes to the UI
  • Added publish profile for publishing to an Azure WebApp

Hotfix for new installations

06 Dec 13:19
7848c9d
Compare
Choose a tag to compare

This release fixes an issue that occurred with 2.5.0 for brand new installations. If you're having problems installing Augurk with 2.5.0, please try again with this version. If 2.5.0 is working just fine for you, you can skip this version.

Thanks to @GijsvanDulmen for reporting the issue.