Skip to content

Releases: spring1843/FreeDevTool.App

FreeDev Tool App v0.0.25

07 Jun 03:48
125e810

Choose a tag to compare

What's Changed

Full Changelog: v0.0.24...v0.0.25

Released on 2026-06-07

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.25

📦 Run Dev Environment Locally

  1. Download source code file v0.0.25.tar.gz or v0.0.25.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.24

25 May 03:12
b39aee0

Choose a tag to compare

What's Changed

Full Changelog: v0.0.23...v0.0.24

Released on 2026-05-25

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.24

📦 Run Dev Environment Locally

  1. Download source code file v0.0.24.tar.gz or v0.0.24.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.23

24 May 04:38
a434ad9

Choose a tag to compare

What's Changed

Full Changelog: v0.0.22...v0.0.23

Released on 2026-05-24

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.23

📦 Run Dev Environment Locally

  1. Download source code file v0.0.23.tar.gz or v0.0.23.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.22

20 Apr 05:24
e545755

Choose a tag to compare

What's Changed

Full Changelog: v0.0.21...v0.0.22

Released on 2026-04-20

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.22

📦 Run Dev Environment Locally

  1. Download source code file v0.0.22.tar.gz or v0.0.22.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.21

30 Jan 04:09
03141ab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.20...v0.0.21

Released on 2026-01-30

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.21

📦 Run Dev Environment Locally

  1. Download source code file v0.0.21.tar.gz or v0.0.21.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.20

30 Dec 03:31
517d72b

Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

Released on 2025-12-30

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.20

📦 Run Dev Environment Locally

  1. Download source code file v0.0.20.tar.gz or v0.0.20.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.19

25 Dec 07:40
22bc8c0

Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

Released on 2025-12-25

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.19

📦 Run Dev Environment Locally

  1. Download source code file v0.0.19.tar.gz or v0.0.19.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.18

20 Dec 08:13
eca4026

Choose a tag to compare

What's Changed

  • fix(timezone): sticky search field and proper filtering in dropdown by @Hasham-dev in #263
  • [Bug]: Invalid leap day (2100-02-29) accepted and converted to timestamp. #89 by @Shahzaib342 in #264
  • fix: auto-focus keyboard test input area on load by @Hasham-dev in #256
  • Add input for selecting date format for date converter by @spring1843 in #266

Full Changelog: v0.0.17...v0.0.18

Released on 2025-12-20

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.18

📦 Run Dev Environment Locally

  1. Download source code file v0.0.18.tar.gz or v0.0.18.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.17

07 Dec 02:36
ddde5d3

Choose a tag to compare

What's Changed

  • More strict linters by @spring1843 in #255
  • [Bug]: Decode functionality in the Base64 Encoder/Decoder tool does not work. by @Shahzaib342 in #259
  • Bugfix: Adding a new tone in the Multi-Tone Metronome tool does not d… by @waseemkhan00777 in #257
  • [Bug]: Selecting Binary (Base 2) in the Number Base Converter tool redirects to a blank screen. by @Shahzaib342 in #258
  • Bugfix: Long output content causes full page scroll instead of box sc… by @waseemkhan00777 in #235
  • Bugfix: Incomplete character rendering and blank characters in Unicod… by @waseemkhan00777 in #232
  • Fix Quick Presets not updating fields in Date/Time Difference Calculator by @Hasham-dev in #250
  • fix(timer): Stop All now pauses timers without resetting time by @Hasham-dev in #252
  • fix: treat special characters as literal in Search & Replace when reg… by @Hasham-dev in #254
  • Pause all, continue all, start all, and reset all button by @spring1843 in #260
  • Visible feedback by @spring1843 in #261

New Contributors

Full Changelog: v0.0.16...v0.0.17

Released on 2025-12-07

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.17

📦 Run Dev Environment Locally

  1. Download source code file v0.0.17.tar.gz or v0.0.17.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links

FreeDev Tool App v0.0.16

01 Dec 06:51
7049656

Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16

Released on 2025-12-01

🐳 Run Compiled Image Locally

Using Docker

docker run -p 9090:9090 ghcr.io/spring1843/freedevtool.app/app:v0.0.16

📦 Run Dev Environment Locally

  1. Download source code file v0.0.16.tar.gz or v0.0.16.zip from release assets.
  2. Extract the archive
  3. Run make deps to install all dependencies
  4. Run make dev to start dev server
  5. When the webserver is ready, click on the localhost URL to browse the project

🔗 Links