Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rnote file format, better compression and serialization, atomic file saving #1177

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    689aaa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b64bfb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    11fb351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5ae6b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. starting to take shape

    anesthetice committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    11da431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab08bb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    b1195cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89704a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d63d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdfc910 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    07cad72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7a7f1a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    887bd46 View commit details
    Browse the repository at this point in the history
  2. conformed_saveprefs

    anesthetice committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8ae90af View commit details
    Browse the repository at this point in the history
  3. comments, rnote doesn't crash if None is selected as a CompressionLev…

    …el meanwhile the ComM isn't None as well
    anesthetice committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b9437f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b72185 View commit details
    Browse the repository at this point in the history
  5. minor changes

    anesthetice committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    531db89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b13c27e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    e83d177 View commit details
    Browse the repository at this point in the history
  2. formatting, lazy evals

    anesthetice committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    df3459b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e004f8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48ed535 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    607ff75 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    40131ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8062ec View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. more readable code and errors, concat, tested an owned from_bytes and…

    … into_bytes, is not worth it at all
    anesthetice committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4d2d1ac View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. wasn't a need to skip serializing the SavePrefs when ser. the engine …

    …as it is only used for debug purposes
    anesthetice committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4bca7e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. misc, minor changes

    anesthetice committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fcb116f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    4026a73 View commit details
    Browse the repository at this point in the history
  2. missed closing delim

    anesthetice committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f3b5c93 View commit details
    Browse the repository at this point in the history