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: julyx10/lap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.5
Choose a base ref
...
head repository: julyx10/lap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.6
Choose a head ref
  • 13 commits
  • 47 files changed
  • 1 contributor

Commits on Feb 16, 2026

  1. chore: Update README

    julyx10 committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    1e50327 View commit details
    Browse the repository at this point in the history
  2. feat: Implement image editor presets, replace basic filters, and add …

    …clear buttons to search inputs.
    julyx10 committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    8849870 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. feat: introduce image editing functionality including adjustments and…

    … resizing within the file info panel.
    julyx10 committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    ce1d49f View commit details
    Browse the repository at this point in the history
  2. feat: Add image histogram display option, implement auto-saving for l…

    …ibrary state, refine search history updates, and enhance FileInfo panel styling.
    julyx10 committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    5b8d3b3 View commit details
    Browse the repository at this point in the history
  3. feat: implement image adjustment features with dedicated UI, icons, a…

    …nd localization for editor controls.
    julyx10 committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    47e2a81 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. feat: enhance image adjustments and editor functionality

    - Updated Image.vue to apply rotation and flipping transformations based on active adjustments from the UI store.
    - Introduced a computed property for adjustment styles to dynamically apply filters based on the current image.
    - Refactored ImageEditor.vue to remove the presets feature and directly manage adjustments through the UI store.
    - Added logic to inherit adjustments from the UI store when initializing the image editor.
    - Enhanced localization files to include new messages for unsaved changes and updated existing labels for clarity.
    - Updated the UI store to track active adjustments and determine if there are unsaved changes based on the current file.
    julyx10 committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    617af0a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. feat: enhance image editor save flow with forced image reload, update…

    …d editing parameters, and refined internationalization keys.
    julyx10 committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    e0b35bd View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. feat: Introduce quick save option for image edits in the unsaved chan…

    …ges dialog and refine navigation handling.
    julyx10 committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    a08e230 View commit details
    Browse the repository at this point in the history
  2. feat: add multi-selection summary view and image transformation capab…

    …ilities to info panel
    julyx10 committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    4276e97 View commit details
    Browse the repository at this point in the history
  3. chore: release v0.1.6

    julyx10 committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    743d71a View commit details
    Browse the repository at this point in the history
  4. chore: release v0.1.6

    julyx10 committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    77454ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    507eb51 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. chore: release v0.1.6

    julyx10 committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    e4956fb View commit details
    Browse the repository at this point in the history
Loading