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: g-u-c/guc-desktop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: g-u-c/guc-desktop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 31 files changed
  • 4 contributors

Commits on Oct 2, 2018

  1. Translate to Greek

    Enable Greek in source config
    dimitrisp2 authored and nothingismagick committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    9e0fef1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Language adjusted

    jonascarlsonschmidt authored and nothingismagick committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    1c5b2c8 View commit details
    Browse the repository at this point in the history
  2. Added Spanish translation

    Sally Hale authored and nothingismagick committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    20886cc View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Configuration menu
    Copy the full SHA
    81e41cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dd336d View commit details
    Browse the repository at this point in the history
  3. fix: refusing to merge unrelated histories

    solution:
    👉 prefer `git fetch` over `git pull`
    DrSensor committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    16e10d8 View commit details
    Browse the repository at this point in the history
  4. chore: refactor components & electron contextmenu

    😢 disable testnet until there is a good alternative
    💁 change tooltips message
    ⛱ group all notes and post buttons into ActionButton
    🌴 move commitId indicator button into GitLog for future development
    DrSensor committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    d81a230 View commit details
    Browse the repository at this point in the history
  5. feat: persist the configuration into web storage 🏪

    ℹ️ no need to store it in the files because electron web storage will store it in appData
    DrSensor committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    75af6bc View commit details
    Browse the repository at this point in the history
  6. fix: make posting key not experimental

    ⏬ also move contentEditable (EDIT on Review) as experimental
    🏪 cache whitelisted experimental feature on localStorage
    
    culprit👉 webpack/webpack#7953
    DrSensor committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    e98bbe1 View commit details
    Browse the repository at this point in the history
  7. fix: update and enrich json_metadata

    fix #21
    DrSensor committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    cd91e81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab72f38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d886402 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    405fd5e View commit details
    Browse the repository at this point in the history
  11. test: add test-suite for ActionButton 💪

    🔧 fix mountQuasar can't attach props, attrs, etc
    🤡 mock node_modules `dsteem` and `electron`
    👽 add git submodule as test/fixture to test GitNotes__Button
    🙅 skip test for Push and Fetch button (still not sure)
    DrSensor committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    5dc7f78 View commit details
    Browse the repository at this point in the history
Loading