Skip to content

Releases: JoaoOliveira889/monogit

v0.0.18

01 Jun 20:29
c3393cc

Choose a tag to compare

Changelog

Features

v0.0.17

01 Jun 18:05
7c62506

Choose a tag to compare

Changelog

Features

v0.0.16

01 Jun 16:47
5103aaa

Choose a tag to compare

Changelog

Bug Fixes

v0.0.15

30 May 11:18
493afb8

Choose a tag to compare

Changelog

Bug Fixes

v0.0.14

29 May 20:20
f1a41c7

Choose a tag to compare

Changelog

Bug Fixes

v0.0.13

28 May 17:04
cbc09d7

Choose a tag to compare

Changelog

Features

v0.0.12

28 May 12:27
9999bf4

Choose a tag to compare

Changelog

Features

v0.0.11

27 May 17:43
ccf9300

Choose a tag to compare

New Features

Conflict Resolver (m)

  • Press m on any repo to detect merge conflicts
  • Lists conflicting files with status labels (both modified, added by us, etc.)
  • Press enter to open the configured mergetool directly in the terminal
  • Mergetool takes over the terminal; TUI restores on exit

Compact Diff (C)

  • Press C in the DiffPanel to toggle compact diff mode
  • Shows only changed function/class names extracted from hunk headers
  • Ideal for quick review of what functions changed per file

Merge Configuration

  • New merge_tool field in ~/.config/monogit/config.json
  • Empty by default → falls back to git mergetool (reads git config merge.tool)

Help Modal Fix

  • Fixed: all sections now visible in 1-column, 2-column, and 3-column layouts
  • Sections reorganized into 8 well-balanced groups
  • New entries: m (resolve conflicts) and C (compact diff)
  • Seções TAGS, BRANCH MODE, e CONFLICTS agora aparecem em todos os layouts

Removals

  • .clinerules and .cursorrules removed and added to .gitignore

v0.0.10

27 May 16:45
71080bd

Choose a tag to compare

Changelog

🔧 Other

v0.0.9

24 May 11:33
d7e5d1c

Choose a tag to compare

Changelog

Features