Releases: reconurge/flowsint
Releases · reconurge/flowsint
v1.2.5
v1.2.4
- Minify docker images (up to 90% downsize).
- Fix mentionlist in analysis editor, that was using deprecated attributes
What's Changed
- feat(chore): update deploy components by @dextmorgn in #112
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
- usage of a new format of GraphNode to manipulate in front and back:
make migrate-prod if you want to keep your existing neo4j data (or make migrate-dev in dev mode) after pulling those changes, so that the migration can parse those in the right format.
export type GraphNode = {
id: string
nodeType: string
nodeLabel: string
nodeProperties: NodeProperties // Domain, Ip, Individual...
nodeSize: number
nodeColor: string | null
nodeIcon: keyof typeof LucideIcons | null
nodeImage: string | null
nodeFlag: flagColor | null
nodeShape: NodeShape // circle, hexagonal, square, triangle
nodeMetadata: NodeMetadata
x: number
y: number
val?: number
neighbors?: any[]
links?: any[]
}And proper way to store them in neo4j.
- proper way and usage of
GraphService,GraphRepositoryandGraphSerializer. Previous implementation was shady.
What's Changed
- feat: big codebase refactor + new node display features by @dextmorgn in #111
Full Changelog: v1.1.0...v1.2.0
v1.1.0
A bunch of fixes and features, including :
- json/txt import
- json/png export
- new graph settings
- outlined icons
- custom icons by types
- update an edge
What's Changed
- feat: only support pydantic models for manipulation by @dextmorgn in #92
- feat(enrichers): email_to_username + fix sherlock by @dextmorgn in #97
- feat: export graph as JSON and PNG by @dextmorgn in #101
- feat(app): custom icons by @dextmorgn in #102
- Add images to README for enhanced visuals by @dextmorgn in #104
Full Changelog: v1.0.0...1.1.0
1.0.0
Full Changelog: https://github.com/reconurge/flowsint/commits/v1.0.0