Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Announcements
  3. What's coming in 5.4

What's coming in 5.4

Scheduled Pinned Locked Moved Announcements
19 Posts 9 Posters 3.5k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcusquinnM Offline
    marcusquinnM Offline
    marcusquinn
    wrote on last edited by
    #10

    Very much enjoying Cloudron with Dark Mode now 🙂

    Just wish NodeBB would do the same 🙂

    Web Design https://www.evergreen.je
    Development https://brandlight.org
    Life https://marcusquinn.com

    1 Reply Last reply
    0
    • nebulonN nebulon

      This not really Cloudron related, as the Cloudron dark-mode uses https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme but depending on which OS, in Firefox dark-mode can be forced by setting ui.systemUsesDarkTheme to 2 in about:config

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #11

      @nebulon said in What's coming in 5.4:

      in Firefox dark-mode can be forced by setting ui.systemUsesDarkTheme to 2

      ui.systemUsesDarkTheme
      

      is boolean, so "2"?

      murgeroM 1 Reply Last reply
      0
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #12

        that value should be a number

        1 Reply Last reply
        0
        • ? A Former User

          @nebulon said in What's coming in 5.4:

          in Firefox dark-mode can be forced by setting ui.systemUsesDarkTheme to 2

          ui.systemUsesDarkTheme
          

          is boolean, so "2"?

          murgeroM Offline
          murgeroM Offline
          murgero
          App Dev
          wrote on last edited by
          #13

          @Hillside502 In programming a boolean can also be shown as a number:

          1 being TRUE
          0 being FALSE

          In this case, Firefox could be looking for 0, 1, or 2 to override this specific setting, 2 being FORCE dark theme.

          --
          https://urgero.org
          ~ Professional Nerd. Freelance Programmer. ~

          ? 1 Reply Last reply
          0
          • d19dotcaD Offline
            d19dotcaD Offline
            d19dotca
            wrote on last edited by
            #14

            Out of curiosity, what is the difference between 5.4 and 5.4.1? The release notes seem to be identical, unless I missed something.

            --
            Dustin Dauncey
            www.d19.ca

            1 Reply Last reply
            1
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by girish
              #15

              @d19dotca There is a quirk in our "changelog" system. Let's say we are in release 5.3.4 right now. What we do is make a release 5.4.0 and release it to a bunch of people. Bugs are found. Then we release 5.4.1. The people directly updating from 5.3.4 to 5.4.1 need to see the full changelog since they never update to 5.4.0. So we copy/paste the changelog of 5.4.0 into 5.4.1 even though that is not the real changelog. People updating from 5.3.4 to 5.4.0 to 5.4.1 will see the same change log twice (like you did). Not ideal, but so far it's been low on our priority list to fix this since most people auto-update and don't really see the changelog at all.

              The real change log for 5.4.1 is that it fixes crash in the File manager when you navigate a symlink.

              d19dotcaD 1 Reply Last reply
              2
              • girishG girish

                @d19dotca There is a quirk in our "changelog" system. Let's say we are in release 5.3.4 right now. What we do is make a release 5.4.0 and release it to a bunch of people. Bugs are found. Then we release 5.4.1. The people directly updating from 5.3.4 to 5.4.1 need to see the full changelog since they never update to 5.4.0. So we copy/paste the changelog of 5.4.0 into 5.4.1 even though that is not the real changelog. People updating from 5.3.4 to 5.4.0 to 5.4.1 will see the same change log twice (like you did). Not ideal, but so far it's been low on our priority list to fix this since most people auto-update and don't really see the changelog at all.

                The real change log for 5.4.1 is that it fixes crash in the File manager when you navigate a symlink.

                d19dotcaD Offline
                d19dotcaD Offline
                d19dotca
                wrote on last edited by
                #16

                @girish Okay that's fair, thanks Girish for that explanation. It'd definitely be nice for those changelogs to be more accurate but I can totally understand why you do it the way you do it now. All good. 🙂

                --
                Dustin Dauncey
                www.d19.ca

                1 Reply Last reply
                0
                • murgeroM murgero

                  @Hillside502 In programming a boolean can also be shown as a number:

                  1 being TRUE
                  0 being FALSE

                  In this case, Firefox could be looking for 0, 1, or 2 to override this specific setting, 2 being FORCE dark theme.

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #17

                  @murgero @nebulon
                  dark (value: 1), or no-preference (value: 2)
                  https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

                  murgeroM 1 Reply Last reply
                  3
                  • ? A Former User

                    @murgero @nebulon
                    dark (value: 1), or no-preference (value: 2)
                    https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

                    murgeroM Offline
                    murgeroM Offline
                    murgero
                    App Dev
                    wrote on last edited by
                    #18

                    @Hillside502 See, there ya go. 🙂 Thanks for the better info - I was just working under an assumption given my programming knowledge.

                    --
                    https://urgero.org
                    ~ Professional Nerd. Freelance Programmer. ~

                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #19

                      @Hillside502 Ah that explains why the value of 2 never worked for me till I changed system settings.

                      1 Reply Last reply
                      1
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search