Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Changelog

Riku Rauhala edited this page Jan 21, 2023 · 18 revisions

Changelog

This document keeps track of changes made in each release. The application follows semantic versioning.

Development was started on 18 December 2022.

Latest version online at 0b.is.

Version 1.2.0

14 January 2023

  • Added support for languages
    • Added a button for changing the language
      • The button can be found in the top right corner of the menu bar
    • The default language is (American) English 🇺🇸
    • Translated the application into Finnish 🇫🇮
  • Updated the system names in mode selection
    • The modes are now referred to as base X with the common name in parenthesis
      • For example: Binary2 (binary)
    • Updated the helper texts
      • FromFrom base
      • ToTo base
  • Made minor adjustments to the UI
    • The margin of the I/O section is now more consistent

Version 1.2.1

15 January 2023

  • Translated the application into Korean 🇰🇷

Version 1.2.2

15 January 2023

  • Created a custom 404 page

Version 1.2.3

16 January 2023

  • Fixed a broken link in the footer
    • The "Contribute" button was pointing to the old location of CONTRIBUTING.md

Version 1.2.4

21 January 2023

  • Translated the application into Italian 🇮🇹

Version 1.1.0

7 January 2023

  • Updated the dark theme
    • Chose teal as the new theme color instead of the default blue
    • Set the menu bar to use the new teal color
    • Increased the contrast between info boxes and the background
    • Chose a lightly lighter shade of red for the error color
  • Updated the light theme
    • Set the primary color to a darker shade of teal instead of the default blue
  • Updated the default theme selection
    • The dark mode is no longer the default theme, it is only applied based on user preference
  • Made adjustments to the UI
    • The clear and and the copy button tooltips now open to the left side
    • Footer links are now buttons instead of chips
    • Footer is now even more responsive
  • Added Read more buttons to info boxes
    • Clicking the button leads to a relevant page on Wikipedia

Version 1.1.1

9 January 2023

  • Updated the theme color
    • From #05121c to #1de9b6
  • Updated the footer button icons
    • Documentation
      • From ArticleIcon to DescriptionIcon
    • Contributing
      • From InfoIcon to VolunteerActivismIcon
    • Version x.y.z
      • From LogoDevIcon to InfoIcon

Version 1.1.2

10 January 2023

  • Fixed a bug that allowed conversions with input and output systems being the same type

Version 1.0.0

4 January 2023

Application officially launched! This version implements the core functionality as specified in the SRS document.

  • Added number conversion
    • Supported systems:
      • Base-2 (binary)
      • Base-8 (octal)
      • Base-10 (decimal)
      • Base-16 (hexadecimal)
  • Added info boxes
    • Provide a short description of each numeral system
  • Added themes
    • Dark theme (default)
    • Light theme
  • Added footer
    • Contains relevant links
      • Source code
      • Documentation
      • Contributing
      • Application version