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: HaikuArchives/Vision
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c6de9dd59382
Choose a base ref
...
head repository: HaikuArchives/Vision
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca597bf97c12
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on May 23, 2021

  1. Updated catkeys

    Thanks all translators!
    Humdinger committed May 23, 2021
    Copy the full SHA
    8805adc View commit details
  2. Bump version to 0.10.6

    Also, remove the DEBUGGER flag which I assume was a debug leftover.
    Humdinger committed May 23, 2021
    Copy the full SHA
    ca597bf View commit details
Showing with 2,543 additions and 2,543 deletions.
  1. +1 −1 src/Makefile
  2. +1 −1 src/Vision.rdef
  3. +254 −254 src/locales/ca.catkeys
  4. +254 −254 src/locales/de.catkeys
  5. +254 −254 src/locales/en_GB.catkeys
  6. +254 −254 src/locales/es.catkeys
  7. +254 −254 src/locales/fr.catkeys
  8. +254 −254 src/locales/fur.catkeys
  9. +254 −254 src/locales/ja.catkeys
  10. +254 −254 src/locales/pl.catkeys
  11. +254 −254 src/locales/ro.catkeys
  12. +255 −255 src/locales/tr.catkeys
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -156,7 +156,7 @@ SYMBOLS :=

# Includes debug information, which allows the binary to be debugged easily.
# If set to "TRUE", debug info will be created.
DEBUGGER := TRUE
DEBUGGER :=

# Specify any additional compiler flags to be used.
COMPILER_FLAGS =
2 changes: 1 addition & 1 deletion src/Vision.rdef
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ resource app_flags B_EXCLUSIVE_LAUNCH;
resource app_version {
major = 0,
middle = 10,
minor = 5,
minor = 6,

// B_APPV_DEVELOPMENT
// B_APPV_ALPHA
Loading