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: VerzatileDevOrg/Programming_HandBook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: VerzatileDevOrg/Programming_HandBook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 0 files changed
  • 2 contributors

Commits on Aug 7, 2024

  1. Release V.1.0.1 (#115)

    Introducing Version 1.0.1
    ---
    
    The following address visual representation and build / Runtime of the
    website..
    See the following details down below for further information.
    
    
    Changes
    ---
    
    1. Fixes the permalink that includes .html at the end of the current
    page within the hyperlink.
    The following is explained in detail here
    #98
    
    2. Removes extra routing that references itself for pages for example
    Portfolio would reference a Folder and the named file that hosts the
    folder, which has now been changed to index.html
    
    This changes /folder/foldername.md to /folder/ , which uses subdomains
    under /folder/subdomains
    
    - Note that Now each folder instead of referencing itself shouuld
    reference index.html as its primary file, whereas the rest will be part
    of the subdirectory.
    - See notes on the following
    #108
    
    4. Fixes
    #109 , not
    showing certain articles within the list of the website.
    
    5. The following update features minor bug fixes and improves the
    load-time
    of the website in general.
    
    Direct reference to the changes and the requirement can be found here
    #112
    
    Reduces the amount of load and flickering when changing from light to
    dark themed background.
    
    6. The first one looked in a folder will be index.html file, this means
    that it does not reference itself specifically and instead uses /folder/
    though it can still be accessed by /folder/index.html
    
    
    Known Issues
    ---
    
    1. #110
    2. #61
    JDSherbert authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6e60ca6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Release V.1.0.2 (#117)

    Just the docs v0.10.0
    The following updates the core dependancy of Just the docs from v0.8.0
    to v0.10.0.
    
    This gives an opportunity to remove:
    
    1. Grand_parent (Function) to be replaced with just parent and children.
    2. Easier to manage.
    
    - Note that with this No title can be the same in a file, if its the
    same the Url part has to be different.
    
    Additionally added a few files to overwrite a few that are usually
    defined globally, but to assure it works as intended.
    
    Removed Nav, no longer required.
    
    
    ---
    
    Removed GrandParent
    In previous version grand_parent was required, now it can just use
    parent: previous file . As required
    
    Files and issues have now been modified according to it.
    
    Fixes
    ---
     
    #110 [BUG]
    - Git & github 3rd child not shown
    
    #61
    [ADDRESS] Child in Child in Child Content
    
    New
    ---
    
    
    ![image](https://github.com/user-attachments/assets/8b550149-b910-49ef-903c-1e3677bd8706)
    
    
    Previous
    ---
    
    
    ![image](https://github.com/user-attachments/assets/eb362b02-ac4e-44b3-94e4-1e24cd043a71)
    
    
    
    Known Issues
    ---
    
    - Currently none (Tested on mobile / Pc).
    JDSherbert authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ea716f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Release V1.0.3 (#118)

    ## Update details:
    
    - Brings `ChangeLog.md` article referencing changes in developer and
    articles to keep a better track of changes and additions added
    throughout.
    
    Fixes the following
    #95
    
    ### To keep in mind:
    
    Automatic changelog updater has been put on hold and might be added in
    the future, though as the changes are not as large and contributors are
    minimal, there is no requirement for it as of currently and manual
    addition will do.
    VerzatileDev authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    1261aef View commit details
    Browse the repository at this point in the history
Loading