Skip to content

BlueberryTechnologies/Blueberry-Tech-Barcode-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blueberry Tech Barcode Editor

License Version Downloads Commits

Support

Support me on Patreon

Features

  • Windows, MacOS and Linux Support
  • Code printing
  • Text Printing
  • Image Printing
  • Selectable code options
  • Selectable Printers
  • Custom path storage
  • Code Previews

Documentation

Prerequisites

For the Windows and Linux versions you will need a Java JRE which is typically packaged within a Java JDK. You can follow the steps on the Wiki here to install if you don't already have one.

To view the documentation for this program, please head to our website linked below. Blueberry Technologies Barcode Editor Documentation

If you would like to submit an issue or an enhancement please do so on the issues page of this repo here.

Changelog

1.1 (Coming Soon)

  • Give the user the option to select which media to print onto.

1.0.9

  • New Features
    • Add the option to select size of generated codes.
    • Add the option to refresh the printer list.
  • Bug Fixes
    • Can't generate a link because of invalid characters. #19
    • The generated code doesn't update correctly on the preview. #27

1.0.8

  • New Features
    • Add Official Windows Support
    • Organize code
      • Organize groups of features in UI
        • Frame
        • Panel
        • Buttons
        • Menu
      • Also organize generator class
        • Code generation
        • Image generation
        • Setters
        • Getters
      • Comment Code
        • If anyone wants to fork, the code is fully commented so it's easier to understand.
  • Bug Fixes
    • Fixed an issue printing text and images #3
    • Changed Printer Resources to point to correct webpage. #4
    • Fixed an issue with UI not reopening after code preview. #15
    • Fixed incorrect version in the about menu. #18
    • Added Windows Support #16

1.0.7

  • Add Official Mac Support (yay!)
  • Remember last selected printer
  • Code Preview Menu
    • Allows you to preview the code before you print.

1.0.6

  • Finish Printer Selecting
    • User can now print to different printers on the network (See docs)
    • Added printer dropdown and printer menu
  • UI Changes
    • Modified image selection and notifiers.
    • Changed default application size.
    • Changed various text elements.
    • Changed settings menu + added about menu.
    • Added current version to about section (probably should have added earlier)

1.0.5

  • Printer Selecting (Started)
  • Various Fixes

1.0.4

  • Fixed multiple printing issues
  • Fixed multiple issues with file writing and directories
  • Removed useless pieces of code.
  • Added multiple warnings / error catching

1.0.3

  • Condensed code
  • It's broken now

1.0.2

  • Removed useless folders

1.0.1

  • Added the ablility to choose default and custom directories for the codes to be stored in.

1.0.0

  • Code generation
  • Printing to printers
  • UI