Releases: kaphacius/just-tags
v1.2.5
v1.2.4
v1.2.3
Version 1.2.2
Various fixes and improvements
Version 1.2.1
Includes a number of bug fixes and small improvements
Version 1.2.0
New in this version:
- added Tag Library for quick tag lookup
- added tag decoding for TTQ, TVR, TAC, IAC etc.
Version 1.1.1
New in this release:
- Display tag meaning in the list if only one is selected.
- Unknown tags are indicated with a question mark.
- The custom resource are overwritten by default when adding an already existing one.
- Button to clear custom resources.
- Constructed tags now display a detail button if additional information is available.
- Improved tag search speed.
Fixed issues:
- Details of a subtag can now be properly displayed.
- The detail tag selection is kept when adjusting active kernels.
Version 1.1.0
New in Version 1.1.0:
State Restoration:
The application will store the opened tabs content when the app is closed. On the next application start the tab content will be reloaded. Please note that this works only when the app was quit using ⌘ + Q
or via Just Tags
-> Quit JustTags
Multiple kernels for tag parsing:
Since the same tag can have different meanings depending on a kernel/vendor/ or other circumstances, JustTags now supports decoding tags using multiple kernel infos simultaneously. If the tag was decoded by more than one kernel, a number of helpful labels will apear on the decoded tag, indicating which kernels contain this specific tag. When details of this tag are opened, additional information is shown on a per-kernel basis.
To narrow down the results of the decoding the kernels used can be changed by using the kernel selection menu ⌘ + ⇧ + K
.
Custom Kernel Info:
To improve expirience when working with non-public and/or vendor specific kernels, the application supports adding custom kernels for tag decoding. They can be added via the Settings menu (⌘ + ,
), in the Kernels section. To describe a custom kernel a JSON has to be constructed. For an example of the JSON structure please see here. Once the JSON file is ready, it can be either dragged & dropped or selected via the Add custom Kernel Info...
button.
Custom Tag Mappings:
Additionaliy, application supports adding custom mappings for specific tags. They can be added via the Settings menu (⌘ + ,
), in the Mapping section. To describe a tag mapping a JSON has to be constructed. For an example of the JSON structure please see here. Once the JSON file is ready, it can be either dragged & dropped or selected via the Add custom Tag Mapping...
button. Please note that the mapping has to be linked to an existing kernel info by the identifier. The identifiers of the known Kernel Infos can be found in the Kernels section of the Settings menu.
Settings Menu:
A Settings Menu has been added. It can be opened via JustTags -> Preferences, or by using ⌘ + ,
.
Key Bindings:
A list of all Key Bindings can be now found in the Settings, Key Bindings section.