Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Snifer/lonelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.6-dev
Choose a base ref
...
head repository: Snifer/lonelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.7-dev
Choose a head ref
  • 12 commits
  • 7 files changed
  • 2 contributors

Commits on May 14, 2026

  1. Configuration menu
    Copy the full SHA
    d8dd061 View commit details
    Browse the repository at this point in the history
  2. Updated parseNPCs to overwrite existing tags with all new tags instea…

    …d of appending new tags
    OneShoeBoy committed May 14, 2026
    Configuration menu
    Copy the full SHA
    628f191 View commit details
    Browse the repository at this point in the history
  3. Added reference recognition to avoid updating an entity when it's bei…

    …ng referenced via '[#N|...]'
    OneShoeBoy committed May 14, 2026
    Configuration menu
    Copy the full SHA
    e5c982b View commit details
    Browse the repository at this point in the history
  4. Added support for explicit tag removal using -, explicit tag addition…

    … using +, and tag overwriting when entity is redefined.
    OneShoeBoy committed May 14, 2026
    Configuration menu
    Copy the full SHA
    7cfd334 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5761784 View commit details
    Browse the repository at this point in the history
  6. - Refactored some internal parsing code of the parseNPC, parsePC, and…

    … parseLocation methods into a parseEntity method.
    
    - Added ParsedEntity interface and removed redundant ParsedNPC, ParsedPC, ParsedLocation interfaces,
    - Updated references in thread-views.ts
    OneShoeBoy committed May 14, 2026
    Configuration menu
    Copy the full SHA
    c202801 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. fix: fixed render behaviour of -> in tags

    Closes #24
    OneShoeBoy committed May 16, 2026
    Configuration menu
    Copy the full SHA
    f982c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c7170 View commit details
    Browse the repository at this point in the history
  3. Updated some type hints

    OneShoeBoy committed May 16, 2026
    Configuration menu
    Copy the full SHA
    bd097ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eb2f0a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2026

  1. Configuration menu
    Copy the full SHA
    0c670ed View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. chore: release version 1.4.7

    Includes fix for TS2532 and TS2322 strict array checking errors in src/utils/parser.ts
    Snifer committed May 21, 2026
    Configuration menu
    Copy the full SHA
    5fb5845 View commit details
    Browse the repository at this point in the history
Loading